saruman
Process injector
Injects full dynamic executables into process images with thread injection
ELF anti-forensics exec, for injecting full dynamic executables into process image (With thread injection)
127 stars
11 watching
43 forks
Language: C
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
3xpl01tc0d3r/processinjection | A tool that demonstrates various process injection techniques using C#. | 1,076 |
hasherezade/process_doppelganging | An implementation of a malware injection technique using PE injection to create and control malicious processes | 580 |
apokryptein/secinject | A tool for injecting malicious code into processes using native APIs and memory section mapping. | 87 |
rasta-mouse/tikitorch | A tool for injecting shellcode into processes on Windows using process injection techniques | 752 |
suvllian/process-inject | A collection of Windows process injection methods implemented in C. | 644 |
kyleavery/inject-assembly | Enables .NET assembly execution within an existing process without blocking the parent process | 484 |
sad0p/d0zer | An Elf binary infector written in Go. | 206 |
malcomvetter/managedinjection | A proof of concept for injecting .NET assemblies at runtime with minimal convention knowledge | 162 |
rodionovd/task_vaccine | A C-based library that enables code injection into macOS processes by creating a new thread and executing a specific function within the process | 54 |
iilegacyyii/threadlessinject-bof | A tool that enables process injection without thread creation by hooking an export function from a remote process. | 367 |
chvancooten/nimplant | A lightweight tool for embedding custom code into existing applications to perform specific tasks without requiring user interaction. | 801 |
thoughtbot/perform | A dependency injection framework that simplifies storyboard segue configuration by providing a type-safe way to manage view controller dependencies. | 280 |
pamidur/aspect-injector | An attribute-based framework for injecting aspects into .NET assemblies at compile-time. | 766 |
davidbuchanan314/dlinject | A tool to inject arbitrary code into a live Linux process without using ptrace | 775 |