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

Method getSizeInBytesOfJumpTableInSection

Scylla/IATReferenceScan.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

buildNewImportTableMethod · 0.80
fillImportSectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected