| 290 | } |
| 291 | |
| 292 | void __stdcall hookExitProcess(UINT statuscode) |
| 293 | { |
| 294 | //BeaconPrintf(CALLBACK_OUTPUT, "ExitProcess called!\n"); |
| 295 | ExitThread(0); |
| 296 | } |
| 297 | void masqueradeCmdline() |
| 298 | { |
| 299 | //Convert cmdline to widestring |
nothing calls this directly
no outgoing calls
no test coverage detected