Hey, i like to convent this code into BYTE[].
1 2
|
//Patch is a funktion.
DWORD JMPAdr = 0xE9 + (DWORD)Patch;
|
Thanks!
Last edited on
Nice answer? Cant you help me?
Can you be more specific about what you are trying to do?
It's a little unclear what you're asking.
That's just it. There isn't a question to answer. I would help you if there was.
yes, thanks all! Sry, next time iam making it more clear (:
Don't forget that a DWORD has four BYTEs, not two. Also, mind that endianness affects the result you'll get.
@m4ster r0shi
I assumed he knew that.. BTW where have you been?