KooroshRZ / Windows-DLL-InjectorLinks
Some DLL Injection techniques in C++ implemented for both x86 and x64 windows OS processes
☆339Updated 3 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
Sorting:
- Hide Process From Task Manager using Usermode API Hooking☆351Updated 4 years ago
- AntiDebugging sample sources written in C++☆343Updated 7 years ago
- A x64 Windows Rootkit using SSDT or Hypervisor hook☆558Updated 11 months ago
- A wrapper library around native windows sytem APIs☆444Updated 4 years ago
- System call hook for Windows 10 20H1☆494Updated 4 years ago
- A bunch of Windows anti-debugging tricks for x86 and x64.☆795Updated 4 years ago
- Inline syscalls made easy for windows on clang☆727Updated last year
- Using Driver Global Injection dll, it can hide DLL modules☆533Updated 6 years ago
- Collection of undocumented Windows API declarations.☆334Updated last month
- anti debugging library in c++.☆572Updated last year
- The functions interception library written on pure C and NativeAPI with UserMode and KernelMode support☆755Updated 7 months ago
- This program remaps its image to prevent the page protection of pages contained in the image from being modified via NtProtectVirtualMemo…☆624Updated 6 years ago
- Rendering on external windows via hijacking thread contexts☆401Updated 5 years ago
- The Universal C++ RunTime library, supporting kernel-mode C++ exception-handler and STL.☆404Updated last year
- KSOCKET provides a very basic example how to make a network connections in the Windows Driver by using WSK☆536Updated 3 years ago
- Detours with just single dependency - NTDLL☆654Updated last week
- C++17 PE manualmapper☆404Updated 4 years ago
- C++ STL in the Windows Kernel with C++ Exception Support☆434Updated 2 years ago
- Kernel-Mode Driver that loads a dll into every new created process that loads kernel32.dll module☆420Updated 7 years ago
- Handle elevation DKOM against ObRegisterCallbacks☆323Updated 7 years ago
- Manual mapping without creating any threads, with rw only access☆787Updated 6 years ago
- DLL scatter manual mapper☆796Updated 4 years ago
- C++ graphics kernel subsystem hook