Quote:
Originally Posted by Xonivion
How can i use jmp,call or anything else?
if you guys gonna explain me it will be great (:
Wrong Section fk :C
|
Alloc a page in the process where you want to execute the code ( assembly ).
Write the bytes you want execute in this page.
Create a thread ( your page ).
-> methods you need to use.
-> OpenProcess(..)
-> VirtualAllocEx(..)
-> WriteProcessMemory(..)
-> CreateRemoteThread(..)
-> CloseHandle(..)
and any function to get the process id of the process.
maybe i will add later a example in autoit :pimp: