ProcessInjection

Process injector

A tool that demonstrates various process injection techniques using C#.

This program is designed to demonstrate various process injection techniques

GitHub

1k stars
35 watching
183 forks
Language: C#
last commit: about 1 year ago

Related projects:

Repository Description Stars
rasta-mouse/tikitorch A tool for injecting shellcode into processes on Windows using process injection techniques 752
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
elfmaster/saruman Injects full dynamic executables into process images with thread injection 127
suvllian/process-inject A collection of Windows process injection methods implemented in C. 644
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
hasherezade/process_doppelganging An implementation of a malware injection technique using PE injection to create and control malicious processes 580
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
juniorporfirio/grpcinjection A C# source generator for injecting Grpc services and interceptors without reflection. 7
iilegacyyii/threadlessinject-bof A tool that enables process injection without thread creation by hooking an export function from a remote process. 367
davidbuchanan314/dlinject A tool to inject arbitrary code into a live Linux process without using ptrace 775
simpleinjector/simpleinjector A fast and flexible Dependency Injection library for .NET applications 1,214
pamidur/aspect-injector An attribute-based framework for injecting aspects into .NET assemblies at compile-time. 766
chvancooten/nimplant A lightweight tool for embedding custom code into existing applications to perform specific tasks without requiring user interaction. 801