Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 225 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 225 Bytes

caller_callee

Call a function of another process with CreateRemoteThread. The caller process will call the functions of the callee process remotely using VirtualAllocEx, WriteProcessMemory and CreateRemoteThread functions.