Exetools  

Go Back   Exetools > General > Source Code

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 02-23-2024, 21:42
Zeocrack Zeocrack is offline
Friend
 
Join Date: Sep 2022
Location: Bangladesh
Posts: 26
Rept. Given: 2
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 76
Thanks Rcvd at 7 Times in 2 Posts
Zeocrack Reputation: 0
Quote:
Originally Posted by 0x1F View Post
Code:
.data
    msgTemplate db "serial %d", 0
    serial dd ? ; initialize this somewhere

.code
start:
    mov ecx, 222222 

loop_start:
    mov eax, 2 ; c1
    mov ebx, 2 ; c2, etc.

    cmp eax, [serial]
    je match_found


    inc ecx
    cmp ecx, 999999
    jle loop_start

    jmp exit

match_found:
    ; write your msgbox here :)

exit:
    ; do your cleanup
Here is a good start for you
You have to write your own logic for digit extraction and calling msgbox

The above code is not going to work.
Reply With Quote
  #2  
Old 02-24-2024, 04:09
0x1F 0x1F is offline
Guest
 
Join Date: Jan 2024
Posts: 2
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 1
Thanks Rcvd at 0 Times in 0 Posts
0x1F Reputation: 0
Quote:
Originally Posted by Zeocrack View Post
The above code is not going to work.
Of course, it is not going to work, it has to be modified
Reply With Quote
Reply

Tags
source co

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VC++ to VS2010 conversion Zeocrack Source Code 11 10-03-2022 17:03
Firmware Analysis - ZLIB file conversion to Bitmap psgama General Discussion 3 08-02-2021 05:03
Anyone can help interpret the algorithm on the data conversion below(ECC related)? bridgeic General Discussion 1 10-01-2014 17:39


All times are GMT +8. The time now is 15:30.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( Since 1998 )