A Crash Course in x86 Assembly for Reverse Engineers

(Jeff_L) #1

1.8 Reverse engineering tools


The most common reverse engineering tools are a debugger, a disassembler and a hex
editor. Branch standard for the former two are OllyDBG and IDA Pro. HxD is an easy,
lightweight and powerful hex editor. Although a hex editor rarely requires an introduction,
Olly and IDA certainly do.


1.8.1 OllyDBG tutorials


http://thelegendofrandom.com/blog/archives/31
http://thelegendofrandom.com/blog/archives/115


1.8.2 IDA Pro tutorials


https://www.hex-rays.com/products/ida/support/tutorials/

Free download pdf