BinaryAdventure / NotepadHook
Demo of hooking NtCreateFile in Notepad on x64 Windows 10 using EasyHook library
☆26Updated 7 years ago
Alternatives and similar repositories for NotepadHook:
Users that are interested in NotepadHook are comparing it to the libraries listed below
- Retrieve pointers to undocumented kernel functions and offsets to members within undocumented structures to use in your driver by using t…☆54Updated 5 years ago
- Figuring out the cause of a handle downgrade☆24Updated 2 years ago
- A reflexive driver loader to bypass Windows DSE (featuring a custom PE loader)☆41Updated 6 years ago
- Three Tiny Examples of Directly Using Vista's NtCreateUserProcess☆87Updated 9 years ago
- ☆30Updated 6 years ago
- Implementation of a dispatcher for Structured Exceptions inside a Vectored Exception Handler☆41Updated 5 years ago
- Static library and headers for linking your software with ntdll.dll☆32Updated 5 years ago
- reverse engineering extension plugin for windbg☆115Updated 5 years ago
- Lightweight Portable Executable parsing library and a demo peParser application.☆79Updated 2 years ago
- paste string formatted byte data block into x64dbg easy.☆39Updated 4 years ago
- Bypassing code hooks detection in modern anti-rootkits via building faked PTE entries.☆75Updated 14 years ago
- ☆68Updated 4 years ago
- A sample on how to inject a DLL from a kernel driver☆62Updated 8 years ago
- Resolve DOS MZ executable symbols at runtime☆95Updated 3 years ago
- Library for using direct system calls☆35Updated 2 months ago
- ntdll.h - compatible with MSVC 6.0, Intel C++ Compiler and MinGW. Serves as a complete replacement for Windows.h☆137Updated 5 years ago
- Simple proof of concept code for injecting libraries on 64bit processes from a 32bit process☆94Updated 6 years ago
- ☆37Updated 5 years ago
- Standalone program to download PDB Symbol files for debugging without WDK☆75Updated 5 years ago
- Analyze PatchGuard☆58Updated 6 years ago
- Takes a Windbg dumped structure (using the 'dt' command) and formats it into a C structure☆35Updated 9 months ago
- Driver and WinDBG scripts to dump information about all resources and lookaside lists☆67Updated 5 years ago
- A modern c++ implementation of windows heavens gate☆8Updated 4 years ago
- A Windows API hooking library !☆31Updated 2 years ago
- (DEPRECATED) A simple anti-anti debug library for Windows☆29Updated 4 years ago
- This x64dbg plugin adds several commands for dumping PE header information by address.☆62Updated 7 years ago
- POC of sysenter x64 LSTAR MSR hook☆39Updated 10 years ago
- An example of how x64 kernel shellcode can dynamically find and use APIs