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
823 stars
52 watching
161 forks
Language: C
last commit: over 8 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| 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 |
| An assembler-based tool to inject shellcode into running processes on Linux using ptrace(), allowing for controlled modification of process behavior. | 5 |
| Enables .NET assembly execution within an existing process without blocking the parent process | 485 |
| A tool that injects code into Unity projects to modify their behavior | 283 |
| A collection of Windows process injection methods implemented in C. | 647 |
| A tool that demonstrates various process injection techniques using C#. | 1,087 |
| A dependency injection library for Scala that automatically generates instance creation code at compile-time. | 1,278 |
| A tool that injects faults into JVM applications to test failure scenarios | 225 |
| A tool to inject arbitrary code into a live Linux process without using ptrace | 774 |
| A lightweight implant tool allowing users to create and execute custom in-memory operations on Windows | 810 |
| A tool for injecting shellcode into processes on Windows using process injection techniques | 753 |
| A proof of concept for injecting .NET assemblies at runtime with minimal convention knowledge | 162 |
| A tool for injecting malicious code into processes using native APIs and memory section mapping. | 88 |
| A collection of C# techniques for injecting malicious shellcode into processes | 450 |
| Tools for injecting and manipulating code in PE executables | 30 |