Skip to content

blnchdev/ComfierSyscalls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Comfier Syscalls

Example Implementation Bit of a meme that dynamically retrieves syscall indexes on Windows and then calls them directly using ComfySyscalls
This is only useful if you need to dynamically call functions like NtReadVirtualMemoryEx and don't want to hard-code the IDX by WinVer
Do be warned that this doesn't cache the syscall IDX and it'll call GetProcAddress on every pass

Credits

ComfySyscalls by namazso - This is just a 'modernization' of their code

About

Dynamic Direct Syscall Wrapper for Windows

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published