MCPcopy Create free account
hub / github.com/ReversecLabs/C3 / Log

Function Log

Src/NodeRelayConsoleExe/NodeRelayConsoleExe.cpp:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14};
15
16void Log(FSecure::C3::LogMessage const& message, std::string_view sender)
17{
18 // Synchronize and show message on screen.
19 static std::mutex mutex;
20 std::lock_guard lock(mutex);
21 std::cout << FSecure::C3::Utils::ConvertLogMessageToConsoleText(OBF("Node"), message, sender) << std::endl;
22}
23
24/// Entry point of the application.
25/// @param argc number of program arguments.

Callers 15

OnCommandFromBinderMethod · 0.85
OhxC2AgentMethod · 0.85
GruntMethod · 0.85
BeaconMethod · 0.85
OnSendToChannelMethod · 0.85
OnReceiveFromChannelMethod · 0.85
OnRunCommandMethod · 0.85
UncShareFileMethod · 0.85
OnReceiveFromChannelMethod · 0.85
RemoveFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected