Cpp Shellcode

I made a repository of Windows Shellcode runners: cpp-shellcode. Here are some introductions: cpp-shellcode is A repository of Windows Shellcode runners. The applications load and execute Shellcode using various API calls or techniques. ❤️ THANKS @go-shellcode The available Shellcode runners include: CreateFiber CreateRemoteThread CreateThread EtwpCreateEtwThread NtQueueApcThreadEx-Local CreateFiber This application leverages the Windows CreateFiber function from the Kernel32.dll to execute shellcode within this application’s process. This is usefull when you want to avoid remote process injection and want to avoid calling CreateThread....

December 24, 2022 · b1n