Skip to content

im-razvan/ntdllSyscallDumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ntdllSyscallDumper

A minimal C++ tool to extract syscall IDs from ntdll.dll on Windows x64 systems.

How does it work

ntdll preview

This tool extracts Windows x64 system call IDs by parsing ntdll.dll, detecting Nt-prefixed functions with a specific pattern (4C 8B D1 B8), and then outputs the names and IDs to syscalls.csv.


Tested on Windows 11 23H2 and 24H2.

About

A minimal C++ tool to extract syscall IDs from ntdll.dll on Windows x64 systems.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages