VX-API
VX-API copied to clipboard
Collection of various malicious functionality to aid in malware development
Some malware samples hide themselves from process lists by hooking the NtQuerySystemInformation function. I have not written this myself, but if any ideas are needed, this is one of them....
This commit fixes 3 typo errors about macro _WIN32 check in `GetPeb.cpp` & `GetCurrentProcessIdFromOffset.cpp` files
fixed the else case so it's valid and not ignored.
"Couple of race conditions I'm observing ( thread pool will likely start before it reaches the end of CreateTimerQueueTimer call chain, so I'd insert a blocking call and notify it...
A functionality for extracting user tokens; For impersonation and other techniques