| 46 | std::vector<ApiInfo *> apiList; |
| 47 | |
| 48 | ModuleInfo() |
| 49 | { |
| 50 | modBaseAddr = 0; |
| 51 | modBaseSize = 0; |
| 52 | priority = 1; |
| 53 | isAlreadyParsed = false; |
| 54 | parsing = false; |
| 55 | } |
| 56 | |
| 57 | const WCHAR * getFilename() const |
| 58 | { |
nothing calls this directly
no outgoing calls
no test coverage detected