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: over 9 years ago Related projects:
Repository | Description | Stars |
---|---|---|
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. | 818 |
chvancooten/nimplant | A lightweight tool for embedding custom code into existing applications to perform specific tasks without requiring user interaction. | 801 |
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 |
apokryptein/secinject | A tool for injecting malicious code into processes using native APIs and memory section mapping. | 87 |
elfmaster/saruman | Injects full dynamic executables into process images with thread injection | 127 |
eusth/ipa | A tool that injects code into Unity projects to modify their behavior | 281 |
tomcarver16/bof-dll-inject | A tool for injecting malware into processes by mapping it to memory without registering it with the kernel. | 147 |
rdlowrey/auryn | An IoC dependency injector that recursively instantiates class dependencies | 722 |
thoughtbot/perform | A dependency injection framework that simplifies storyboard segue configuration by providing a type-safe way to manage view controller dependencies. | 280 |
threatresponse/margaritashotgun | A tool for remotely acquiring memory from Linux machines using kernel module injection | 242 |
davidbuchanan314/dlinject | A tool to inject arbitrary code into a live Linux process without using ptrace | 775 |
suvllian/process-inject | A collection of Windows process injection methods implemented in C. | 644 |
altrusl/vite-plugin-html-injection | A plugin to inject reusable code snippets into HTML files during the build process for faster and more maintainable front-end development. | 19 |
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 |