khalladay / hooking-by-exampleLinks
A series of increasingly complex programs demonstrating function hooking on 64 bit Windows. Culminating in a program that hooks mspaint to make it always paint orange.
☆320Updated 4 years ago
Alternatives and similar repositories for hooking-by-example
Users that are interested in hooking-by-example are comparing it to the libraries listed below
Sorting:
- Some DLL Injection techniques in C++ implemented for both x86 and x64 windows OS processes☆340Updated 3 years ago
- A bunch of Windows anti-debugging tricks for x86 and x64.☆794Updated 4 years ago
- Handle elevation DKOM against ObRegisterCallbacks☆315Updated 7 years ago
- X86 Mutation Engine with Portable Executable compatibility.☆526Updated 3 years ago
- C++ graphics kernel subsystem hook☆536Updated 4 years ago
- anti debugging library in c++.☆570Updated last year
- Guided Hacking's official tool to practice bypassing anti-debug techniques.☆284Updated 4 months ago
- Anti-cheat library for Windows C++☆471Updated 3 years ago
- A wrapper library around native windows sytem APIs☆444Updated 4 years ago
- C++17 PE manualmapper☆384Updated 4 years ago
- A collection of c++ programs that demonstrate common ways to detect the presence of an attached debugger.☆600Updated 3 years ago
- AntiDebugging sample sources written in C++☆344Updated 7 years ago
- This program remaps its image to prevent the page protection of pages contained in the image from being modified via NtProtectVirtualMemo…☆619Updated 6 years ago
- A reverse engineering tool to interactively reconstruct structures and generate header files☆259Updated 2 months ago
- C++ STL in the Windows Kernel with C++ Exception Support☆426Updated 2 years ago
- Collection of undocumented Windows API declarations.☆326Updated this week
- Driver that uses network sockets to communicate with client and read/ write protected process memory.☆586Updated 6 years ago
- Kernel mode driver for reading/writing process memory. C/Win32.☆301Updated 7 years ago
- Rendering on external windows via hijacking thread contexts☆398Updated 5 years ago
- COFF and Portable Executable format described using standard C++ with no dependencies.☆329Updated 5 months ago
- C++23 procedure hooking library.☆597Updated last month
- kernel mode anti cheat☆589Updated last year
- A x64 Windows Rootkit using SSDT or Hypervisor hook☆554Updated 9 months ago
- Inline syscalls made easy for windows on clang☆724Updated last year
- MouClassInputInjection implements a kernel interface for injecting mouse input data packets into the input data stream of HID USB mouse d…☆358Updated 5 years ago
- DLL scatter manual mapper☆799Updated 4 years ago
- Manual mapping without creating any threads, with rw only access☆777Updated 5 years ago
- The functions interception library written on pure C and NativeAPI with UserMode and KernelMode support☆750Updated 5 months ago
- Simple code to manipulate the memory of a usermode process from kernel.☆278Updated 8 years ago
- Simple Dll injector loading from memory. Supports PE header and entry point erasure. Written in C99.☆471Updated 5 years ago