Posted: Fri Aug 12, 2011 4:55 pm Post subject: Need little explain about asm
Hi all,
I'm using CE for a long time now but i'm always on the basic stuff scan value modify search pointer etc etc.
but now i want to go deeper in CE and sometimes when I find out what writes to this address i don't really understand.
I finish the tutorial code injection and I understand stuff like ADD MOV DEC etc etc .. but here I have strange thing like
Code:
65E154CC - 89 06 - mov [esi],eax
and
Code:
65E1549F - C7 06 02000000 - mov [esi],00000002
for the first code I think it's moving eax in [esi] is it right?
and the second move the value 00000002 in esi too?
If somebody can tell me where is a good tuto for explain that?
and if i don't really understand i'll go to the bookshop for rent a book who explain ASM ( in french )
for the first code I think it's moving eax in [esi] is it right?
and the second move the value 00000002 in esi too?
Yes but since these codes are not right after each other, esi may have been changed in the meantime so [esi] in the first code is not surely the same as in the second code. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum