VX-API icon indicating copy to clipboard operation
VX-API copied to clipboard

Collection of various malicious functionality to aid in malware development

Results 15 VX-API issues
Sort by recently updated
recently updated
newest added

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....

enhancement

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...

bug

A functionality for extracting user tokens; For impersonation and other techniques