MCPcopy Create free account
hub / github.com/NtQuery/Scylla / ~IATReferenceScan

Method ~IATReferenceScan

Scylla/IATReferenceScan.h:45–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 ~IATReferenceScan()
46 {
47 iatReferenceList.clear();
48 iatDirectImportList.clear();
49
50 if (iatBackup)
51 {
52 free(iatBackup);
53 }
54 }
55
56 bool ScanForDirectImports;
57 bool ScanForNormalImports;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected