push
github
pe-binary: wrap remaining LE fields with byte-swap macros Follow-up to 02cab70ac. pe_hash(), section_offset_cmp() and uki_hash() still had a bunch of raw accesses to LE fields (e_lfanew, SizeOfHeaders, PointerToRawData, SizeOfRawData, VirtualSize, certificate_table->Size) without le32toh(), so they'd produce garbage on big-endian. Also wrap VirtualSize in bootspec.c for consistency.
11 of 12 new or added lines in 2 files covered. (91.67%)
776 existing lines in 40 files now uncovered.312521 of 431243 relevant lines covered (72.47%)
1136337.56 hits per line