MCPcopy Create free account
hub / github.com/dobin/RedEdr / SendToDllReader

Function SendToDllReader

RedEdrTester/RedEdrTester.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48
49void SendToDllReader(char* data) {
50 PipeClient pipeClient("DllReaderTest");
51 pipeClient.Connect(DLL_PIPE_NAME);
52 pipeClient.Send(data);
53 pipeClient.Disconnect();
54}
55
56
57void processinfo(char* pidStr) {

Callers 1

mainFunction · 0.85

Calls 3

ConnectMethod · 0.80
SendMethod · 0.80
DisconnectMethod · 0.80

Tested by

no test coverage detected