Repository navigation

#

ntdll

Detours with just single dependency - NTDLL

C++
646
3 年前

Contains the definitions for the Windows Internal UserMode API from ntdll.dll, samlib.dll and winsta.dll.

C
420
1 年前
Go
378
2 年前

Inline syscalls made for MSVC supporting x64 and WOW64

C++
184
2 年前

Bypass for CS:GO's LoadLibrary injection prevention mechanism, achieved by patching one byte of game memory.

Python
154
5 年前

Simple project that demonstrates how an ETW consumer can be created just by using NTDLL

C++
144
6 年前

Collect different versions of Crucial modules.

Batchfile
143
1 年前

Use ntdll/ntoskrnl to implement Kernel32, Advapi32 and other APIs. It includes user-mode and kernel-mode.

C++
89
3 个月前

woftool is a proof-of-concept utility for creating WOF-compressed files

C
86
5 年前

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.

83
2 年前

Go interface to NTDLL functions

Go
78
1 年前

Dump system call codes, names, and offsets from Ntdll.dll

C++
78
2 年前

Windows 10 PE image loader (LDR) NTDLL component toolbox

C
49
6 年前

Windows syscall SDK with dynamic offset resolution, validation, obfuscation, and multi language bindings. Bypass API hooks across different languages and Windows versions.

C
43
15 小时前

Proof of concept for injecting a 64-bit DLL into a 32-bit application

C
35
2 年前

Windows XP API extension

C++
33
4 年前

A shellcode runner / injector / hollower in Go, for windows

Go
26
3 年前