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

Function PeFileSectionSortByVirtualAddress

Scylla/PeParser.cpp:1056–1059  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1054}
1055
1056bool PeFileSectionSortByVirtualAddress(const PeFileSection& d1, const PeFileSection& d2)
1057{
1058 return d1.sectionHeader.VirtualAddress < d2.sectionHeader.VirtualAddress;
1059}
1060
1061void PeParser::alignAllSectionHeaders()
1062{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected