Skip to content

blnchdev/ComfierSyscalls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Comfier Syscalls

Example Ever wanted to call something like NtQueueApcThreadEx2 in your program without having to worry about version-dependent syscalls IDX?
That's what Comfier Syscalls achieves for you; it allows you to call undocumented Native API routines on any system without having to hardcode IDX by Windows Build
This implementation assumes a non-modified ntdll.dll in your process!

You can either implement your own skeletons and wrap the syscall stub inside of a function like so:
Example Implementation

Or simply use the Syscall function that allows you to dynamically call with the routine name:
Example Implementation without Skeleton

Credits

ComfySyscalls by namazso

About

Version-independent Direct Syscall Wrapper for Windows

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published