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

Function hookGetCommandLineA

FilelessPELoader/FilelessPELoader.cpp:229–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229LPSTR hookGetCommandLineA()
230{
231 //BeaconPrintf(CALLBACK_OUTPUT, "called: getcommandlinea");
232 return sz_masqCmd_Ansi;
233}
234
235char*** __cdecl hook__p___argv(void)
236{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected