| 23 | } |
| 24 | |
| 25 | SymParser::~SymParser() { |
| 26 | if (Initialized) SymCleanup(hProcess); |
| 27 | } |
| 28 | |
| 29 | |
| 30 | BOOL SymParser::LoadModule(LPCWSTR ModulePath, OPTIONAL DWORD64 ImageBase, OPTIONAL DWORD ImageSize) { |
nothing calls this directly
no outgoing calls
no test coverage detected