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.
☆322Updated 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☆339Updated 3 years ago
- Handle elevation DKOM against ObRegisterCallbacks☆319Updated 7 years ago
- A bunch of Windows anti-debugging tricks for x86 and x64.☆794Updated 4 years ago
- Guided Hacking's official tool to practice bypassing anti-debug techniques.☆287Updated 6 months ago
- Anti-cheat library for Windows C++☆480Updated 3 years ago
- anti debugging library in c++.☆570Updated last year
- A collection of c++ programs that demonstrate common ways to detect the presence of an attached debugger.☆606Updated 3 years ago
- X86 Mutation Engine with Portable Executable compatibility.☆528Updated 3 years ago
- C++ graphics kernel subsystem hook☆543Updated 4 years ago
- A wrapper library around native windows sytem APIs☆445Updated 4 years ago
- COFF and Portable Executable format described using standard C++ with no dependencies.☆335Updated 7 months ago
- This program remaps its image to prevent the page protection of pages contained in the image from being modified via NtProtectVirtualMemo…☆621Updated 6 years ago
- Collection of undocumented Windows API declarations.☆333Updated last month
- C++17 PE manualmapper☆403Updated 4 years ago
- kernel mode anti cheat☆598Updated last year
- Driver that uses network sockets to communicate with client and read/ write protected process memory.☆593Updated 6 years ago
- Rendering on external windows via hijacking thread contexts☆399Updated 5 years ago
- Manual mapping without creating any threads, with rw only access☆782Updated 6 years ago
- Inline syscalls made easy for windows on clang☆727Updated last year
- AntiDebugging sample sources written in C++☆343Updated 7 years ago
- C++ STL in the Windows Kernel with C++ Exception Support☆433Updated 2 years ago
- Windows inline hooking tool.☆292Updated 7 years ago
- A reverse engineering tool to interactively reconstruct structures and generate header files☆263Updated 4 months ago
- A bunch of parsers for PE and PDB formats in C++☆259Updated last year
- C++23 procedure hooking library.☆620Updated 3 months ago
- A x64 Windows Rootkit using SSDT or Hypervisor hook☆557Updated 10 months ago
- Simple code to manipulate the memory of a usermode process from kernel.☆277Updated 9 years ago
- TitanEngine Community Edition. Debug engine used by x64dbg.☆449Updated 3 months ago
- The functions interception library written on pure C and NativeAPI with UserMode and KernelMode support☆756Updated 7 months ago
- Simple Dll injector loading from memory. Supports PE header and entry point erasure. Written in C99.☆472Updated 5 years ago