Fahr
June 4th, 2003, 10:30
Hello people,
as some of you may know by now, I am trying to learn how to succesfully reverse engineer stuff.
Currently I am practising on a program of a friend of mine, QMacro. I already managed to fish a serial using SoftICE, but now I want to build a keymaker, based on the code I got out of Win32Dasm. I know where the key is generated and what it needs etc., but I can't figure out a few things; for instance; push 0048D50C. That apparently refers to some other address, which immidiately does 2 jumps and then it's all a madhouse.
I looked at some tutorials who rip ASM code to build an own keymaker, but none of them pick very hard programs. This one appears to be quite difficult, at least, to me.
The original encryption used for it is a combination of Base64 and MD5. Knowing that, I could easily produce a keymaker in any non-ASM language, but I want to learn this.
Is there anyone who is willing to offer me some assistance on this one? If possible live (thru MSN or ICQ or IRC or what-not).
Thank you,
- Fahr
as some of you may know by now, I am trying to learn how to succesfully reverse engineer stuff.
Currently I am practising on a program of a friend of mine, QMacro. I already managed to fish a serial using SoftICE, but now I want to build a keymaker, based on the code I got out of Win32Dasm. I know where the key is generated and what it needs etc., but I can't figure out a few things; for instance; push 0048D50C. That apparently refers to some other address, which immidiately does 2 jumps and then it's all a madhouse.
I looked at some tutorials who rip ASM code to build an own keymaker, but none of them pick very hard programs. This one appears to be quite difficult, at least, to me.
The original encryption used for it is a combination of Base64 and MD5. Knowing that, I could easily produce a keymaker in any non-ASM language, but I want to learn this.
Is there anyone who is willing to offer me some assistance on this one? If possible live (thru MSN or ICQ or IRC or what-not).
Thank you,
- Fahr