| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected