galda
January 17th, 2010, 19:18
Hi all,
Ii was wondering if there is a way to show ASM code in psudo or even real C code.
I know that there are tools that can help me out, but I'm looking for a guide that would explain it manually, like for example
would be something like
Thanks!
Ii was wondering if there is a way to show ASM code in psudo or even real C code.
I know that there are tools that can help me out, but I'm looking for a guide that would explain it manually, like for example
Code:
cmp eax,ebx
Code:
if (eax ==ebx) ...
Thanks!