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

Function SendToKernelReader

RedEdrTester/RedEdrTester.cpp:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41void SendToKernelReader(char* data) {
42 PipeClient pipeClient("KernelReaderTest");
43 pipeClient.Connect(KERNEL_PIPE_NAME);
44 pipeClient.Send(data);
45 pipeClient.Disconnect();
46}
47
48
49void SendToDllReader(char* data) {

Callers 1

mainFunction · 0.85

Calls 3

ConnectMethod · 0.80
SendMethod · 0.80
DisconnectMethod · 0.80

Tested by

no test coverage detected