| 227 | } |
| 228 | |
| 229 | LPSTR hookGetCommandLineA() |
| 230 | { |
| 231 | //BeaconPrintf(CALLBACK_OUTPUT, "called: getcommandlinea"); |
| 232 | return sz_masqCmd_Ansi; |
| 233 | } |
| 234 | |
| 235 | char*** __cdecl hook__p___argv(void) |
| 236 | { |
nothing calls this directly
no outgoing calls
no test coverage detected