Repository navigation
ntdll
- Website
- Wikipedia
Contains the definitions for the Windows Internal UserMode API from ntdll.dll, samlib.dll and winsta.dll.
Go shellcode loader that combines multiple evasion techniques
Debug Child Process Tool (auto attach)
Inline syscalls made for MSVC supporting x64 and WOW64
The history of Windows Internals via symbols.
Bypass for CS:GO's LoadLibrary injection prevention mechanism, achieved by patching one byte of game memory.
Use ntdll/ntoskrnl to implement Kernel32, Advapi32 and other APIs. It includes user-mode and kernel-mode.
woftool is a proof-of-concept utility for creating WOF-compressed files
This repository houses an extensive collection of .def files, which are header files containing enumerations of entry points for various native libraries. These entry points serve as essential references for developers seeking to interact with these libraries from their codebases.
Windows 10 PE image loader (LDR) NTDLL component toolbox
Windows syscall SDK with dynamic offset resolution, validation, obfuscation, and multi language bindings. Bypass API hooks across different languages and Windows versions.
A shellcode runner / injector / hollower in Go, for windows