| 42 | } |
| 43 | |
| 44 | int IATReferenceScan::getSizeInBytesOfJumpTableInSection() |
| 45 | { |
| 46 | return (numberOfFoundUniqueDirectImports() * 6); //for x86 and x64 the same size, FF25 00000000 |
| 47 | } |
| 48 | |
| 49 | void IATReferenceScan::startScan(DWORD_PTR imageBase, DWORD imageSize, DWORD_PTR iatAddress, DWORD iatSize) |
| 50 | { |
no outgoing calls
no test coverage detected