mach_inject
Code injector
Enables code injection into arbitrary processes on Mac OS X by copying over necessary code and creating a new thread to execute it.
interprocess code injection for Mac OS X
818 stars
52 watching
160 forks
Language: C
last commit: about 8 years ago Related projects:
Repository | Description | Stars |
---|---|---|
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 |
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 |
kyleavery/inject-assembly | Enables .NET assembly execution within an existing process without blocking the parent process | 484 |
eusth/ipa | A tool that injects code into Unity projects to modify their behavior | 281 |
suvllian/process-inject | A collection of Windows process injection methods implemented in C. | 644 |
3xpl01tc0d3r/processinjection | A tool that demonstrates various process injection techniques using C#. | 1,076 |
softwaremill/macwire | A dependency injection library for Scala that automatically generates instance creation code at compile-time. | 1,275 |
mrwilson/byte-monkey | A tool that injects faults into JVM applications to test failure scenarios | 225 |
davidbuchanan314/dlinject | A tool to inject arbitrary code into a live Linux process without using ptrace | 775 |
chvancooten/nimplant | A lightweight tool for embedding custom code into existing applications to perform specific tasks without requiring user interaction. | 801 |
rasta-mouse/tikitorch | A tool for injecting shellcode into processes on Windows using process injection techniques | 752 |
malcomvetter/managedinjection | A proof of concept for injecting .NET assemblies at runtime with minimal convention knowledge | 162 |
apokryptein/secinject | A tool for injecting malicious code into processes using native APIs and memory section mapping. | 87 |
plackyhacker/shellcode-injection-techniques | A collection of C# techniques for injecting malicious shellcode into processes | 447 |
silva97/pei | Tools for injecting and manipulating code in PE executables | 30 |