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

Method readPeSectionFromProcess

Scylla/PeParser.cpp:820–825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

818}
819
820bool PeParser::readPeSectionFromProcess(DWORD_PTR readOffset, PeFileSection & peFileSection)
821{
822 peFileSection.data = new BYTE[peFileSection.dataSize];
823
824 return ProcessAccessHelp::readMemoryPartlyFromProcess(readOffset, peFileSection.dataSize, peFileSection.data);
825}
826
827DWORD PeParser::alignValue(DWORD badValue, DWORD alignTo)
828{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected