Jump to content

Reversing IK functions


Recommended Posts

First, you've to learn a lot of stuff such as the IA-32/x86 architecture and (compiler generated) assembly, windows internals and programming in general.

Reversing is mainly projecting an other programmer's thoughts. That means that you have to transfer compiler generated assembly code into C(++)-code (although there's a Pseudo-code generator plugin for IDA).

After you learned x86, it's time to get IDA Pro Advanced - a disassembler with lots of capabilities and tools.

Some pages and book tips:

http://tuts4you.com/

http://blog.0xbadc0de.be/archives/67

http://www.amazon.com/Reversing-Secrets ... =Reversing

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...