transacted_hollowing
PE injector
An implementation of a memory-based PE injection technique for executing payloads in a target process
Transacted Hollowing - a PE injection technique, hybrid between ProcessHollowing and ProcessDoppelgänging
521 stars
19 watching
74 forks
Language: C
last commit: 9 months ago code-injectionmalwarepe-injectorpefile
Related projects:
Repository | Description | Stars |
---|---|---|
hasherezade/process_doppelganging | An implementation of a malware injection technique using PE injection to create and control malicious processes | 580 |
hasherezade/hollows_hunter | Analyzes running processes to detect and dump malicious code | 2,036 |
hasherezade/libpeconv | A library for loading and manipulating executable files (PE files) in a low-level way | 1,117 |
hasherezade/mal_unpack | A tool to unpack malicious code from packed executables using the PE-sieve technique. | 657 |
boku7/hollow | A tool that enables remote process shellcode execution using the Early Bird injection technique | 266 |
silva97/pei | Tools for injecting and manipulating code in PE executables | 30 |
hasherezade/pe-sieve | A tool for detecting and analyzing malicious code in executables | 3,103 |
hasherezade/bearparser | A C++ library for parsing Portable Executable files | 648 |
droberson/papa-shango | An assembler-based tool to inject shellcode into running processes on Linux using ptrace(), allowing for controlled modification of process behavior. | 5 |
hasherezade/pe-bear-releases | An open-source tool for analyzing and editing PE file formats | 767 |
egebalci/amber | Creates reflective PE files that can be executed in memory without being written to disk | 1,187 |
phra/pezor | A tool for obfuscating and packing executable files to evade antivirus detection and security measures | 1,856 |
elfmaster/saruman | Injects full dynamic executables into process images with thread injection | 127 |
plackyhacker/shellcode-injection-techniques | A collection of C# techniques for injecting malicious shellcode into processes | 447 |
hzllaga/jsloader | A tool that generates and embeds malicious shellcode in JavaScript to evade detection by antivirus software and ensure persistence after installation. | 357 |