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
781 forks
Language: C
last commit: over 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
suvllian/process-inject | A collection of Windows process injection methods implemented in C. | 646 |
davidbuchanan314/dlinject | A tool to inject arbitrary code into a live Linux process without using ptrace | 774 |
opensecurityresearch/dllinjector | A tool that enables injecting malicious DLLs into targeted Windows processes using various injection techniques. | 490 |
tomcarver16/bof-dll-inject | A tool for injecting malware into processes by mapping it to memory without registering it with the kernel. | 147 |
jsoysouvanh/refureku | A C++17 runtime reflection library for dynamic entity manipulation and metadata management in cross-platform applications. | 227 |
eusth/ipa | A tool that injects code into Unity projects to modify their behavior | 283 |
gellin/teamviewer_permissions_hook_v1 | A proof-of-concept C++ DLL injects into TeamViewer to manipulate permissions and control the client-side user experience. | 308 |
crisprss/printspoofer | A reflective DLL implementation to intercept print jobs on Windows systems, useful in the context of remote control and exploitation tools. | 87 |
jechol/definject | A library that provides an unobtrusive way to inject mocks and dependencies into Elixir functions without modifying their code. | 56 |
elfmaster/saruman | A tool for injecting full dynamic executables into process images with thread injection | 128 |
plackyhacker/shellcode-injection-techniques | A collection of C# techniques for injecting malicious shellcode into processes | 450 |
kyleavery/inject-assembly | Enables .NET assembly execution within an existing process without blocking the parent process | 485 |
getml/reflect-cpp | A C++20 library for fast serialization and deserialization using reflection | 1,165 |
veselink1/refl-cpp | Provides compile-time reflection and introspection capabilities for C++17 | 1,097 |
plackyhacker/sys-calls | An implementation of Windows System Calls in C# to bypass anti-malware detection and inject a meterpreter shell. | 107 |