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:
Or simply use the Syscall function that allows you to dynamically call with the routine name:
ComfySyscalls by namazso