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

Method readSectionFromFile

Scylla/PeParser.cpp:535–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533}
534
535bool PeParser::readSectionFromFile(const DWORD readOffset, PeFileSection & peFileSection)
536{
537 return readSectionFrom(readOffset, peFileSection, false); //file
538}
539
540bool PeParser::readSectionFrom(const DWORD_PTR readOffset, PeFileSection & peFileSection, const bool isProcess)
541{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected