Closed jan-auer closed 3 years ago
The section header size check introduced in #243 compares the virtual memory address range sh_addr with the physical file size. This leads to a false-positive invariant violation and fails to parse valid ELF files.
sh_addr
See also https://github.com/m4b/bingrep/issues/28
cc @jackmay
Super quick turnaround, thanks a bunch @m4b!
The section header size check introduced in #243 compares the virtual memory address range
sh_addr
with the physical file size. This leads to a false-positive invariant violation and fails to parse valid ELF files.See also https://github.com/m4b/bingrep/issues/28
cc @jackmay