MCPcopy Create free account
hub / github.com/SaadAhla/FilelessPELoader / hookExitProcess

Function hookExitProcess

FilelessPELoader/FilelessPELoader.cpp:292–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292void __stdcall hookExitProcess(UINT statuscode)
293{
294 //BeaconPrintf(CALLBACK_OUTPUT, "ExitProcess called!\n");
295 ExitThread(0);
296}
297void masqueradeCmdline()
298{
299 //Convert cmdline to widestring

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected