kralik
March 26th, 2007, 10:16
Hi Im new here, my names Kralik and im 17yrs old and I speak stupid
english cause Im a beginer
Anyway
Ive got a stupid question about the assembly 'call' instruction.
I need to add this into existing exe:
So the bytes I need to add should look like this is that right?
Now my question: with what should I replace the question marks?
Thanks for help...
english cause Im a beginer

Anyway
Ive got a stupid question about the assembly 'call' instruction.
I need to add this into existing exe:
Code:
mov eax, [eax+0000031d]
mov edx, 00537A54
call 0046781C
ret
So the bytes I need to add should look like this is that right?
Code:
8b801d030000ba547a5300e8????????C3 <-- some more bytes here...?
Now my question: with what should I replace the question marks?
Thanks for help...
