MCPcopy Create free account
hub / github.com/Schnocker/NoEye / XDriver

Method XDriver

NoEye/ServiceConnection.cpp:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 return Instance;
20 }
21 XDriver::XDriver()
22 {
23 o_NtCreateFile = 0;
24 o_ZwReadFile = 0;
25 o_ZwWriteFile = 0;
26 dwProcessId = 0;
27 fIOs.clear();
28 }
29 XDriver::~XDriver()
30 {
31 if (Instance)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected