papa-shango
Process injector
An assembler-based tool to inject shellcode into running processes on Linux using ptrace(), allowing for controlled modification of process behavior.
ptrace injection
5 stars
1 watching
0 forks
Language: C
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
elfmaster/saruman | A tool for injecting full dynamic executables into process images with thread injection | 128 |
3xpl01tc0d3r/processinjection | A tool that demonstrates various process injection techniques using C#. | 1,087 |
rasta-mouse/tikitorch | A tool for injecting shellcode into processes on Windows using process injection techniques | 753 |
davidbuchanan314/dlinject | A tool to inject arbitrary code into a live Linux process without using ptrace | 774 |
hasherezade/process_doppelganging | An implementation of a malware injection technique using PE injection to create and control malicious processes | 581 |
suvllian/process-inject | A collection of Windows process injection methods implemented in C. | 647 |
apokryptein/secinject | A tool for injecting malicious code into processes using native APIs and memory section mapping. | 88 |
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 |
rentzsch/mach_inject | Enables code injection into arbitrary processes on Mac OS X by copying over necessary code and creating a new thread to execute it. | 823 |
kyleavery/inject-assembly | Enables .NET assembly execution within an existing process without blocking the parent process | 485 |
chvancooten/nimplant | A lightweight implant tool allowing users to create and execute custom in-memory operations on Windows | 810 |
boku7/hollow | A tool that enables remote process shellcode execution using the Early Bird injection technique | 267 |
silva97/pei | Tools for injecting and manipulating code in PE executables | 30 |
gracicot/kangaru | An inversion of control container for C++11 and later with dependency injection features. | 504 |
hasherezade/transacted_hollowing | An implementation of a memory-based PE injection technique for executing payloads in a target process | 521 |