ReflectiveDLLInjection
DLL injector
Provides a set of tools and utilities to inject libraries into running processes using reflective DLL injection.
Reflective DLL injection is a library injection technique in which the concept of reflective programming is employed to perform the loading of a library from memory into a host process.
3k stars
128 watching
783 forks
Language: C
last commit: about 4 years agoRelated projects:
| Repository | Description | Stars |
|---|---|---|
| A collection of Windows process injection methods implemented in C. | 647 | |
| A tool to inject arbitrary code into a live Linux process without using ptrace | 774 | |
| A tool that enables injecting malicious DLLs into targeted Windows processes using various injection techniques. | 490 | |
| A tool for injecting malware into processes by mapping it to memory without registering it with the kernel. | 147 | |
| A C++17 runtime reflection library for dynamic entity manipulation and metadata management in cross-platform applications. | 227 | |
| A tool that injects code into Unity projects to modify their behavior | 283 | |
| A proof-of-concept C++ DLL injects into TeamViewer to manipulate permissions and control the client-side user experience. | 308 | |
| A reflective DLL implementation to intercept print jobs on Windows systems, useful in the context of remote control and exploitation tools. | 87 | |
| A library that provides an unobtrusive way to inject mocks and dependencies into Elixir functions without modifying their code. | 56 | |
| A tool for injecting full dynamic executables into process images with thread injection | 128 | |
| A collection of C# techniques for injecting malicious shellcode into processes | 450 | |
| Enables .NET assembly execution within an existing process without blocking the parent process | 485 | |
| A C++20 library for fast serialization and deserialization using reflection | 1,165 | |
| Provides compile-time reflection and introspection capabilities for C++17 | 1,097 | |
| An implementation of Windows System Calls in C# to bypass anti-malware detection and inject a meterpreter shell. | 107 |