Exploits the Asynchronous Procedure Call (APC) technique to execute malicious code within target processes. Contributions are welcome! If you have improvements or additional techniques to add, please ...
This write-up documents an original technique for executing arbitrary syscalls in pure C, without any call to mmap, mprotect, or any explicit allocation of executable memory. The technique relies on a ...
The method that this tool uses is a simple one that opens a location in its address space with a call to VirtualAlloc with permissions of read, write, and execute. VirualAlloc is a Windows specific ...