ProcessInjection
Process injector
A tool that demonstrates various process injection techniques using C#.
This program is designed to demonstrate various process injection techniques
1k stars
35 watching
183 forks
Language: C#
last commit: over 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
| A tool for injecting shellcode into processes on Windows using process injection techniques | 753 |
| 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 for injecting full dynamic executables into process images with thread injection | 128 |
| A collection of Windows process injection methods implemented in C. | 647 |
| 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 |
| An implementation of a malware injection technique using PE injection to create and control malicious processes | 581 |
| 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 C# source generator for injecting Grpc services and interceptors without reflection. | 8 |
| A tool that enables process injection without thread creation by hooking an export function from a remote process. | 369 |
| A tool to inject arbitrary code into a live Linux process without using ptrace | 774 |
| A fast and flexible Dependency Injection library for .NET applications | 1,220 |
| An attribute-based framework for creating and injecting aspects into .NET assemblies. | 773 |
| A lightweight implant tool allowing users to create and execute custom in-memory operations on Windows | 810 |