---------------------------------------------------------------------------
| 26 | public: |
| 27 | //--------------------------------------------------------------------------- |
| 28 | ModuleInfo(HANDLE hProcess, |
| 29 | const std::filesystem::path& path, |
| 30 | void* baseOfImage) |
| 31 | : hProcess_{hProcess}, path_{path}, baseOfImage_{baseOfImage} |
| 32 | { |
| 33 | } |
| 34 | |
| 35 | const HANDLE hProcess_; |
| 36 | const std::filesystem::path path_; |
nothing calls this directly
no outgoing calls
no test coverage detected