MCPcopy Create free account
hub / github.com/NtQuery/Scylla / patchDirectImportsMemory

Method patchDirectImportsMemory

Scylla/IATReferenceScan.cpp:119–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117//}
118
119void 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
128void IATReferenceScan::scanMemoryPage( PVOID BaseAddress, SIZE_T RegionSize )
129{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected