yardenshafir / SymlinkCallbackLinks
A driver that hooks C: volume using symbolic link callback to track all FS access to the volume
☆108Updated 5 years ago
Alternatives and similar repositories for SymlinkCallback
Users that are interested in SymlinkCallback are comparing it to the libraries listed below
Sorting:
- Simple project that demonstrates how an ETW consumer can be created just by using NTDLL☆143Updated 6 years ago
- Some research on AltSystemCallHandlers functionality in Windows 10 20H1 18999☆219Updated 5 years ago
- Standalone program to download PDB Symbol files for debugging without WDK☆76Updated 5 years ago
- Resolve DOS MZ executable symbols at runtime☆95Updated 3 years ago
- ☆68Updated 4 years ago
- Retrieve pointers to undocumented kernel functions and offsets to members within undocumented structures to use in your driver by using t…☆59Updated 5 years ago
- An example of a client and server using Windows' ALPC functions to send and receive data.☆96Updated 4 months ago
- Driver and WinDBG scripts to dump information about all resources and lookaside lists☆67Updated 5 years ago
- VT-based PCI device monitor (SPI)☆151Updated 4 years ago
- codes for my blog post: https://secrary.com/Random/InstrumentationCallback/☆177Updated 7 years ago
- ☆97Updated 7 years ago
- This is the P.O.C source for hooking the system calls on Windows 10 (1903) using it's dynamic trace feature weakness☆52Updated 5 years ago
- Translates WinDbg "dt" structure dump to a C structure☆126Updated 8 years ago
- Three Tiny Examples of Directly Using Vista's NtCreateUserProcess☆87Updated 9 years ago
- A native hypervisor designed for the Windows operating system☆123Updated 4 years ago
- Documenting system information classes and their uses☆51Updated 3 years ago
- Bypassing code hooks detection in modern anti-rootkits via building faked PTE entries.☆77Updated 14 years ago
- ☆125Updated 5 years ago
- File system minifilter driver for Windows to block symbolic link attacks.☆51Updated 4 years ago
- ☆165Updated 8 months ago
- ☆126Updated 8 months ago
- Analyze PatchGuard☆58Updated 6 years ago
- Intercepting DeviceControl via WPP☆133Updated 5 years ago
- win10 pgContext dynamic dump (btc version)☆105Updated 5 years ago
- Takes a Windbg dumped structure (using the 'dt' command) and formats it into a C structure☆35Updated 10 months ago
- Tool to dump UEFI runtime drivers implementing runtime services for Windows☆97Updated 4 years ago
- APC Internals Research Code