task_vaccine
Code injector
A C-based library that enables code injection into macOS processes by creating a new thread and executing a specific function within the process
Yet another code injection library for macOS
54 stars
8 watching
9 forks
Language: C
last commit: almost 10 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| Enables code injection into arbitrary processes on Mac OS X by copying over necessary code and creating a new thread to execute it. | 823 |
| A lightweight implant tool allowing users to create and execute custom in-memory operations on Windows | 810 |
| An assembler-based tool to inject shellcode into running processes on Linux using ptrace(), allowing for controlled modification of process behavior. | 5 |
| A tool for injecting malicious code into processes using native APIs and memory section mapping. | 88 |
| A tool for injecting full dynamic executables into process images with thread injection | 128 |
| A tool that injects code into Unity projects to modify their behavior | 283 |
| A tool for injecting malware into processes by mapping it to memory without registering it with the kernel. | 147 |
| An IoC dependency injector that recursively instantiates class dependencies | 723 |
| A dependency injection framework that simplifies storyboard segue configuration by providing a type-safe way to manage view controller dependencies. | 280 |
| A tool for remotely acquiring memory from Linux machines using kernel module injection | 244 |
| A tool to inject arbitrary code into a live Linux process without using ptrace | 774 |
| A collection of Windows process injection methods implemented in C. | 647 |
| A plugin to inject reusable code snippets into HTML files during the build process for faster and more maintainable front-end development. | 21 |
| 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 |