-------------------------------------------------------------------------
| 45 | |
| 46 | //------------------------------------------------------------------------- |
| 47 | DWORD64 ToDWord64(const std::string& str) |
| 48 | { |
| 49 | return strtoll(str.c_str(), nullptr, 16); |
| 50 | } |
| 51 | |
| 52 | //------------------------------------------------------------------------- |
| 53 | std::unordered_set<DWORD64> ExtractRelocations(const fs::path& dumpBinPath) |
no outgoing calls
no test coverage detected