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

Function PeFileSectionSortByPointerToRawData

Scylla/PeParser.cpp:1051–1054  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1049}
1050
1051bool PeFileSectionSortByPointerToRawData(const PeFileSection& d1, const PeFileSection& d2)
1052{
1053 return d1.sectionHeader.PointerToRawData < d2.sectionHeader.PointerToRawData;
1054}
1055
1056bool PeFileSectionSortByVirtualAddress(const PeFileSection& d1, const PeFileSection& d2)
1057{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected