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

Method readSectionFromProcess

Scylla/PeParser.cpp:530–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528}
529
530bool PeParser::readSectionFromProcess(const DWORD_PTR readOffset, PeFileSection & peFileSection)
531{
532 return readSectionFrom(readOffset, peFileSection, true); //process
533}
534
535bool PeParser::readSectionFromFile(const DWORD readOffset, PeFileSection & peFileSection)
536{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected