Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1260
BYTE * PeParser::getSectionMemoryByIndex(int index)
1261
{
1262
return listPeSection[index].data;
1263
}
1264
1265
DWORD PeParser::getSectionMemorySizeByIndex(int index)
1266
{
Callers
2
patchNewIat
Method · 0.80
patchDirectJumpTableEntry
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected