| 533 | } |
| 534 | |
| 535 | bool PeParser::readSectionFromFile(const DWORD readOffset, PeFileSection & peFileSection) |
| 536 | { |
| 537 | return readSectionFrom(readOffset, peFileSection, false); //file |
| 538 | } |
| 539 | |
| 540 | bool PeParser::readSectionFrom(const DWORD_PTR readOffset, PeFileSection & peFileSection, const bool isProcess) |
| 541 | { |
nothing calls this directly
no outgoing calls
no test coverage detected