Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1265
DWORD PeParser::getSectionMemorySizeByIndex(int index)
1266
{
1267
return listPeSection[index].dataSize;
1268
}
1269
1270
DWORD PeParser::getSectionAddressRVAByIndex( int index )
1271
{
Callers
2
patchNewIat
Method · 0.80
patchDirectJumpTableEntry
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected