Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SickleSec/GhostWolf
/ PrintMessageA
Function
PrintMessageA
Ghostwolf/Helper.cpp:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
}
10
}
11
void PrintMessageA(char const* const Message, ...) {
12
printf(Message);
13
}
14
void PrintMessageW(wchar_t const* const Message, ...) {
15
wprintf(Message);
16
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected