Difference between revisions of "HOWTO-Reverse Engineering"

Jump to navigation Jump to search
m
Add a link to the Compiler Explorer online tool
(→‎Using IDA Effectively: fix syntax highlighting)
m (Add a link to the Compiler Explorer online tool)
Line 20: Line 20:
[http://beginners.re/ "Reverse Engineering for Beginners" free book]
[http://beginners.re/ "Reverse Engineering for Beginners" free book]
This site has a free ebook that may be useful as a gentle introduction to reverse engineering techniques in general.
This site has a free ebook that may be useful as a gentle introduction to reverse engineering techniques in general.
[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.


== Using the DosBox Debugger ==
== Using the DosBox Debugger ==
265

edits

Navigation menu