Example of C# heap injector for x64 and x86 shellcodes
- Updated
Jan 1, 2023 - C#
Example of C# heap injector for x64 and x86 shellcodes
Shellcode Load or execute via "APC technic"
Expeditus is a loader that executes shellcode on a target Windows system. It combines several offensive techniques in order to attempt to do this with some level of stealth.
Shellcode injection or execution via AddressOfEntryPoint hijack.
Injecting shellcode to VBA and JS format
get a meterpreter on windows 10 or windows 11
Downloading shellcode to bypass ASR
This repo gives you an injector that bypasses static and dynamic analysis. The shellcodes that are injected must be encrypted with a key and decrypted at runtime to avoid detection.
Add a description, image, and links to the shellcode-injection topic page so that developers can more easily learn about it.
To associate your repository with the shellcode-injection topic, visit your repo's landing page and select "manage topics."