| 117 | //} |
| 118 | |
| 119 | void IATReferenceScan::patchDirectImportsMemory( bool junkByteAfterInstruction ) |
| 120 | { |
| 121 | JunkByteAfterInstruction = junkByteAfterInstruction; |
| 122 | for (std::vector<IATReference>::iterator iter = iatDirectImportList.begin(); iter != iatDirectImportList.end(); iter++) |
| 123 | { |
| 124 | patchDirectImportInMemory(&(*iter)); |
| 125 | } |
| 126 | } |
| 127 | |
| 128 | void IATReferenceScan::scanMemoryPage( PVOID BaseAddress, SIZE_T RegionSize ) |
| 129 | { |
no outgoing calls
no test coverage detected