MCPcopy Create free account
hub / github.com/SickleSec/GhostWolf / PrintMessageW

Function PrintMessageW

Ghostwolf/Helper.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 printf(Message);
13}
14void PrintMessageW(wchar_t const* const Message, ...) {
15 wprintf(Message);
16}
17void usage() {
18 printf("\nFlags:\n");
19 printf(" /edge Get the cookies for the current host\n");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected