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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

pop rdi<br />

pop rsi<br />

ret 0<br />

s1 ENDP<br />

Nothing allocated in local stack by compiler, x36 is synonym <strong>for</strong> a5.<br />

By the way, we can see here, the function saved RCX and RDX registers in allocated by caller space, but<br />

R8 and R9 are not saved but used from the beginning.<br />

By the way, there are CPUs with much more general purpose registers, Itanium, <strong>for</strong> example — 128<br />

registers.<br />

111

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

Saved successfully!

Ooh no, something went wrong!