Difference between revisions of "HOWTO-Reverse Engineering"

Jump to navigation Jump to search
no edit summary
m (Add a link to the Compiler Explorer online tool)
Line 23: Line 23:
[http://godbolt.org/ Compiler Explorer]
[http://godbolt.org/ Compiler Explorer]
A pretty cool online tool that lets you paste in C code and shows you the compiled assembly under various different compilers. Useful if you're familiar with C, and what see what kinds of assembly are produced for various different code fragments.
A pretty cool online tool that lets you paste in C code and shows you the compiled assembly under various different compilers. Useful if you're familiar with C, and what see what kinds of assembly are produced for various different code fragments.
[https://www.frida.re/ FRIDA - Dynamic Instrumentation Framework]
Nice tool for a easy writing and injecting hooks to game binaries. Useful for watching how code executes, when are internal functions called and for dumping structures from memory of target process. Works for newer binaries.


== Using the DosBox Debugger ==
== Using the DosBox Debugger ==
47

edits

Navigation menu