rewolf-wow64ext icon indicating copy to clipboard operation
rewolf-wow64ext copied to clipboard

how can running x86 code inside 64-bits process?

Open mldonkey opened this issue 4 years ago • 1 comments

how to use this macro?can you give a sample? `X86_Start MACRO LOCAL xx, rt call $+5 xx equ $ mov dword ptr [rsp + 4], 23h add dword ptr [rsp], rt - xx retf rt: ENDM

X86_End MACRO db 6Ah, 33h ; push 33h db 0E8h, 0, 0, 0, 0 ; call $+5 db 83h, 4, 24h, 5 ; add dword ptr [esp], 5 db 0CBh ; retf ENDM`

mldonkey avatar Mar 29 '20 11:03 mldonkey

That is a good question, an example for the less experienced would be nice.

Mecanik avatar Apr 02 '20 06:04 Mecanik