23.03.2013 Views

Quick introduction to reverse engineering for beginners

Quick introduction to reverse engineering for beginners

Quick introduction to reverse engineering for beginners

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Preface<br />

Here (will be) some of my notes about <strong>reverse</strong> <strong>engineering</strong> in English language <strong>for</strong> those <strong>beginners</strong> who like<br />

<strong>to</strong> learn <strong>to</strong> understand x86 code created by C/C++ compilers (which is a most large mass of all executable<br />

software in the world).<br />

There are two most used compilers: MSVC and GCC, these we will use <strong>for</strong> experiments.<br />

There are two most used x86 assembler syntax: Intel (most used in DOS/Windows) and AT&T (used in<br />

*NIX) 1 . Here we use Intel syntax. IDA 5 produce Intel syntax listings <strong>to</strong>o.<br />

1 http://en.wikipedia.org/wiki/X86_assembly_language#Syntax<br />

iv

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!