View Full Version : new wannabe reverser got a Q. for anyone who can help me please
santa2000
January 5th, 2001, 19:51
i`m still new in this field (very green)???
i just wanted to know what that means....
like...
call 00414428
mov ecx,[ebx+000001CC]<------that
mov edx,[ebp-08]<------and that
eax eax,[ebp-04]<--------and that
the numbers in [@@@-0@]
what does it do exacly
thank in advance
Clandestiny
January 5th, 2001, 22:40
Quote:
santa2000 (01-05-2001 08:51):
i`m still new in this field (very green)???
i just wanted to know what that means....
like...
call 00414428
mov ecx,[ebx+000001CC]<------that
mov edx,[ebp-08]<------and that
eax eax,[ebp-04]<--------and that
the numbers in [@@@-0@]
what does it do exacly
thank in advance |
Hi santa2000,
The instructions you marked are move instructions -- in this case they're moving the contents of a memory location [ebp+1CC] into the 32 bit register ecx...IMO, you have a long road ahead of you. You should start by reading some basic tuts on assembly language programming. Once you learn the basic instructions and syntax you'll be able understand some basic cracking /reversing approaches. Read, read, read, and read some more. Also, the newbies forum is an excellent place to begin learning. Good Luck :-)
Regards,
Clandestiny
santa2000
January 5th, 2001, 23:34
thanks Clandestiny
i have read a lot of tuts and even bought a book
about asm language
i think i`m 10% there
i`m just learning how to read the softice debugger
i have cracked only a couple crackmes[serial fishing]on my own
anyways thank for ya help
Powered by vBulletin® Version 4.2.2 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.