Blue8294 Posted December 31, 2013 Share Posted December 31, 2013 I want to help with reversing the IK functions mentoined here: http://bugs.mtasa.com/view.php?id=5781. But i dont really know where to begin with this. Any tips/help? Link to comment
Jusonex Posted December 31, 2013 Share Posted December 31, 2013 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
Blue8294 Posted December 31, 2013 Author Share Posted December 31, 2013 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. Link to comment
Recommended Posts