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

Method getSectionMemoryByIndex

Scylla/PeParser.cpp:1260–1263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1258}
1259
1260BYTE * PeParser::getSectionMemoryByIndex(int index)
1261{
1262 return listPeSection[index].data;
1263}
1264
1265DWORD PeParser::getSectionMemorySizeByIndex(int index)
1266{

Callers 2

patchNewIatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected