| 450 | } |
| 451 | |
| 452 | void ImportRebuilder::patchFileForNewIatLocation() |
| 453 | { |
| 454 | iatReferenceScan->patchNewIat(getStandardImagebase(), newIatBaseAddressRVA, (PeParser *)this); |
| 455 | } |
| 456 | |
| 457 | void ImportRebuilder::changeIatBaseAddress( std::map<DWORD_PTR, ImportModuleThunk> & moduleList ) |
| 458 | { |
nothing calls this directly
no test coverage detected