272
edits
Dreammaster (talk | contribs) (Added Practical Examples section to Reverse Engineering HOWTO) |
Dreammaster (talk | contribs) m (Add a link to a website with a free intro to RE ebook) |
||
Line 17: | Line 17: | ||
[http://en.wikipedia.org/wiki/X86_assembly_language 8086 Assembly Language] | [http://en.wikipedia.org/wiki/X86_assembly_language 8086 Assembly Language] | ||
For those new to 8086 assembly language, you'll need a handy reference to learn the syntax. The Wikipedia is a good starting point, but you can also simply Google for an introduction as well. | For those new to 8086 assembly language, you'll need a handy reference to learn the syntax. The Wikipedia is a good starting point, but you can also simply Google for an introduction as well. | ||
[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. | |||
== Using the DosBox Debugger == | == Using the DosBox Debugger == |
edits