Jump to content

Reversing IK functions


Recommended Posts

Posted

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

Posted

Thanks, but i already have ida pro and have done some reversing in gta sa and other games/programs.

I just need to get some info on where to begin with reversing IK functions.

  • Recently Browsing   0 members

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