zodiacon / winnativeapibooksamplesLinks
Samples from my book Windows Native API programming
☆67Updated 3 weeks ago
Alternatives and similar repositories for winnativeapibooksamples
Users that are interested in winnativeapibooksamples are comparing it to the libraries listed below
Sorting:
- Reimplement CreateProcessInternalW via Windows 10 20H1+/Windows 11 Base on NtCreateUserProcess-Post☆63Updated 9 months ago
- Walks the CFG bitmap to find previously executable but currently hidden shellcode regions☆117Updated 2 years ago
- Finding Truth in the Shadows☆92Updated 2 years ago
- Remote Thread Detection with a Kernel Driver☆30Updated 4 months ago
- Detours implementation (x64/x86) which used only ntdll import☆89Updated 11 months ago
- A tool for detecting manual/direct syscalls in x86 and x64 processes using Nirvana Hooks.☆111Updated 3 years ago
- Hook all callbacks which are registered with LdrRegisterDllNotification☆87Updated 2 months ago
- ☆111Updated 2 years ago
- Safely manage the unloading of DLLs that have been hooked into a process. Context: https://github.com/KNSoft/KNSoft.SlimDetours/discussio…☆76Updated last month
- Monitors ETW for security relevant syscalls maintaining the set called by each unique process☆79Updated 2 years ago
- Uses Threat-Intelligence ETW events to identify shellcode regions being hidden by fluctuating memory protections☆134Updated 2 years ago
- Minimal PoC developed as discuss in https://captmeelo.com/redteam/maldev/2022/05/10/ntcreateuserprocess.html☆137Updated 3 years ago
- Minifilter Callback Patching Proof-of-Concept☆71Updated 2 years ago
- vulnerability in zam64.sys, zam32.sys allowing ring 0 code execution. CVE-2021-31727 and CVE-2021-31728 public reference.☆92Updated 4 years ago
- A x64 PE Packer/Protector Developed in C++ and VisualStudio☆52Updated last year
- research revolving the windows filtering platform callout mechanism☆32Updated last year
- ☆115Updated 2 years ago
- Example of building an application verifer DLL