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

Method getSectionMemorySizeByIndex

Scylla/PeParser.cpp:1265–1268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1263}
1264
1265DWORD PeParser::getSectionMemorySizeByIndex(int index)
1266{
1267 return listPeSection[index].dataSize;
1268}
1269
1270DWORD PeParser::getSectionAddressRVAByIndex( int index )
1271{

Callers 2

patchNewIatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected