adamhlt / Manual-DLL-Loader
Custom LoadLibrary / GetProcAddress (x86 / x64) - Load DLL and retrieve functions manually
☆87Updated last year
Alternatives and similar repositories for Manual-DLL-Loader:
Users that are interested in Manual-DLL-Loader are comparing it to the libraries listed below
- Custom GetProcAddress, GetModuleHandleA and some dbghelp.dll functions☆80Updated 6 years ago
- Inline syscalls made for MSVC supporting x64 and WOW64☆179Updated last year
- load unsigned kernel-driver by patching dse in 248 lines☆116Updated last year
- Elevate a process to be a protected process☆149Updated 5 years ago
- State of the art DLL injector that took 20 minutes to make☆214Updated last year
- manual map unsigned driver over signed memory☆186Updated last year
- reverse engineering of bedaisy.sys (battleyes kernel driver) - Aki2k/BEDaisy☆82Updated 4 years ago
- ☆152Updated 11 months ago
- A mapper that maps shellcode into loaded large page drivers☆271Updated 2 years ago
- KDP compatible unsigned driver loader leveraging a write primitive in one of the IOCTLs of gdrv.sys☆147Updated 10 months ago
- Class containing Anti-RE, Anti-Debug and Anti-Hook methods. Made for C++/CLI☆105Updated 2 years ago
- Loads a signed kernel driver which allows you to map any driver to kernel mode without any traces of the signed / mapped driver.☆321Updated 3 years ago
- x64 Windows kernel driver mapper, inject unsigned driver using anycall☆149Updated last year
- Windows Kernel inject (no module no thread)☆273Updated 2 years ago
- This project migrated to https://github.com/backengineering/llvm-msvc☆82Updated last year
- This project migrated to https://github.com/backengineering/llvm-msvc☆141Updated last year
- Vectored Exception Handling Hooking Class☆156Updated 6 years ago
- A simple tool to assemble shellcode ready to be copy-pasted into code☆69Updated 2 years ago
- Kernel LdrLoadDll injector☆260Updated 6 years ago
- Windows 10 DLL Injector via Driver utilizing VAD and hiding the loaded driver☆167Updated last year
- Unknowncheats Magically Optimized Tidy Mapper using nvaudio☆121Updated 10 months ago
- ☆78Updated 3 years ago
- Handling C++ & __try exceptions without the need of built-in handlers.☆70Updated 3 years ago
- Kernel DLL Injector using NX Bit Swapping and VAD hide for hiding injected DLL☆212Updated 4 years ago
- Detect-KeAttachProcess by iterating through all processes as well as checking the context of the thread.☆112Updated 3 years ago
- based on https://github.com/secrary/Hooking-via-InstrumentationCallback☆71Updated 5 years ago
- An Injector that can inject dll into game process protected by anti cheat using SetWindowsHookEx.☆242Updated 5 years ago
- DSE & PG bypass via BYOVD attack☆49Updated last year
- Process Hollowing in C++ (x86 / x64) - Process PE image replacement☆146Updated last year
- Kernel driver that .text hooks a syscall in dxgkrnl.sys which can be called from our user-mode client to send instructions like rpm/wpm a…☆170Updated 2 years ago