Posted: Sat Oct 04, 2014 12:36 pm Post subject: Assembler: Bytes To Opcode and vice versa
Hi!
I'm not sure if the title is correct.
I Have a .dll file(test.dll) which I inject in another application(practice.exe).
With that .dll I want to overwrite a "call" operation(ASM) from the original programme.
I figured Out that the ASM Opcode for Call is: $E8
Here's an image that shows the CE Memory viewer:
*See Attachment*
So its
E8 E4 FB D9 03 translating to -> call 041A1550
Where E8 is the Opcode for the Call Operation.
But how are the other Bytes (E4 FB D9 03) calculated to 041A 1550 (test.dll+1550) ?
Hope anyone can shine some light in this darkness.
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