process-inject
Process injection library
A collection of Windows process injection methods implemented in C.
在Windows环境下的进程注入方法:远程线程注入、创建进程挂起注入、反射注入、APCInject、SetWindowHookEX注入
646 stars
23 watching
137 forks
Language: C
last commit: about 6 years ago
Linked from 1 awesome list
cc-plus-pluscppdlldll-injectiondll-shellcodeinjectioninjection-attackswindows
Related projects:
Repository | Description | Stars |
---|---|---|
3xpl01tc0d3r/processinjection | A tool that demonstrates various process injection techniques using C#. | 1,087 |
kyleavery/inject-assembly | Enables .NET assembly execution within an existing process without blocking the parent process | 485 |
apokryptein/secinject | A tool for injecting malicious code into processes using native APIs and memory section mapping. | 88 |
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 |
opensecurityresearch/dllinjector | A tool that enables injecting malicious DLLs into targeted Windows processes using various injection techniques. | 490 |
elfmaster/saruman | A tool for injecting full dynamic executables into process images with thread injection | 128 |
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 |
davidbuchanan314/dlinject | A tool to inject arbitrary code into a live Linux process without using ptrace | 774 |
rasta-mouse/tikitorch | A tool for injecting shellcode into processes on Windows using process injection techniques | 753 |
eusth/ipa | A tool that injects code into Unity projects to modify their behavior | 283 |
chvancooten/nimplant | A lightweight implant tool allowing users to create and execute custom in-memory operations on Windows | 810 |
plackyhacker/shellcode-injection-techniques | A collection of C# techniques for injecting malicious shellcode into processes | 450 |
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 |
plackyhacker/sys-calls | An implementation of Windows System Calls in C# to bypass anti-malware detection and inject a meterpreter shell. | 107 |
simpleinjector/simpleinjector | A fast and flexible Dependency Injection library for .NET applications | 1,220 |