OSRDrivers / WDF-ILinks
Writing WDF Drivers I: Core Concepts Lab Material
☆53Updated 2 years ago
Alternatives and similar repositories for WDF-I
Users that are interested in WDF-I are comparing it to the libraries listed below
Sorting:
- Various WinDbg extensions and scripts☆32Updated 6 years ago
- Helper Script to convert a Windbg dumped structure (using the 'dt' command) into a C structure. It creates dummy structs for you if neede…☆26Updated last year
- ☆21Updated 4 years ago
- View handles and object for each object type☆65Updated 5 years ago
- Miscellaneous Code and Docs☆81Updated this week
- Demos and presentation from SECArmy Village Grayhat 2020☆38Updated 2 years ago
- This repository contains some tools that I have written in the past☆28Updated last year
- File system minifilter driver for Windows to block symbolic link attacks.☆51Updated 4 years ago
- ☆18Updated 4 years ago
- A collection of tools, source code, and papers researching Windows' implementation of CET.☆84Updated 4 years ago
- An API Monitor based on Instrumentation☆43Updated 7 years ago
- A research project about Windows notify routines.☆37Updated 4 years ago
- An experimental dynamic malware unpacker based on Intel Pin and PE-sieve☆60Updated 10 months ago
- Windbg extension that allows you analyze Control Flow Guard map☆36Updated 3 years ago
- Bypass for the hardening against usage of tagWnd as a kernel read/write primitive☆29Updated 8 years ago
- WinXPSP2.Cermalus on stereoids, supporting all 32 bits Windows version. Windows Kernel Virus stuff for noobs☆18Updated last year
- Dumps information about all the callback objects found in a dump file and the functions registered for them☆36Updated 4 years ago
- A local copy of Alex Ionescu's seemingly abandoned native-nt-toolkit project containing knowledge inherited from the ReactOS project.☆55Updated 5 years ago
- clone of armadillo patched for windows☆47Updated 8 months ago
- Enumerate user mode shared memory mappings on Windows.☆122Updated 4 years ago
- Full reversing of the Microsoft Auxiliary Windows API Library and ported to C☆24Updated 7 months ago
- penter hook example and driver time recorder☆31Updated 7 years ago
- Hooking the GDT - Installing a Call Gate. POC for Rootkit Arsenal Book Second Edition (version 2022)☆72Updated last year
- This is a simple driver with x64 inline assembly☆57Updated 5 years ago
- Driver demonstrating how to register a DPC to asynchronously wait on an object☆49Updated 4 years ago
- ☆34Updated 3 years ago
- DirectNtApi - simple method to make ntapi function call without importing or walking export table. Work under Windows 7, 8 and 10☆53Updated last year
- Driver and WinDBG scripts to dump information about all resources and lookaside lists☆68Updated 5 years ago
- Helper scripts for windows debugging with symbols for Bochs and IDA Pro (PDB files). Very handy for user mode <--> kernel mode☆19Updated last year
- allowing um r/w through km from um ioctl ™