Arvanaghi / Windows-DLL-Injector
A basic Windows DLL injector in C using CreateRemoteThread and LoadLibrary. Implemented for educational purposes.
☆127Updated 7 years ago
Alternatives and similar repositories for Windows-DLL-Injector:
Users that are interested in Windows-DLL-Injector are comparing it to the libraries listed below
- x64 usermode rootkit☆201Updated 6 years ago
- ChimeraPE (a PE injector type - alternative to: RunPE, ReflectiveLoader, etc) - a template for manual loading of EXE, loading imports pay…☆219Updated last year
- Inject code into a legitimate process☆143Updated 10 years ago
- An improvement of the original reflective DLL injection technique by Stephen Fewer of Harmony Security☆320Updated 7 years ago
- Import address table (IAT) hooking is a well documented technique for intercepting calls to imported functions.☆216Updated 6 years ago
- A process overwriting its own PEB to make an illusion that it has been loaded from a different path.☆93Updated 3 years ago
- An Open Source Windows DLL Injector With All Known Techniques Available☆85Updated 7 years ago
- A simple Dll Injection demonstration☆119Updated 7 years ago
- Reflective PE loader for DLL injection☆175Updated 7 years ago
- Process Doppelgänging☆156Updated 7 years ago
- Persistent IAT hooking application - based on bearparser☆251Updated 2 years ago
- ☆392Updated 7 years ago
- This is a simple example and explanation of obfuscating API resolution via hashing☆233Updated 4 years ago
- PowerLoaderEx - Advanced Code Injection Technique for x32 / x64☆362Updated 7 years ago
- Proof of concept implementation of in-memory PE Loader based on ReflectiveDLLInjection Technique☆151Updated 6 years ago
- Executes 64bit code from a 32bit process☆230Updated 7 years ago
- A more stealthy variant of "DLL hollowing"☆335Updated 11 months ago
- InfectPE - Inject custom code into PE file [This project is not maintained anymore]☆322Updated 7 years ago
- Load a Windows Kernel Driver☆91Updated 7 years ago
- Universal Unhooking☆318Updated 6 years ago
- AntiDebugging sample sources written in C++☆337Updated 6 years ago
- Multi-purpose proof-of-concept tool based on CPU-Z CVE-2017-15303☆108Updated 6 years ago
- Rovnix Bootkit☆120Updated 9 years ago
- Manual DLL Injector using Thread Hijacking.