zstd compressed debug sections are not parsed #5984
Labels
DebugInfo: DWARF
Effort: Low
Issue should take < 1 week
Impact: Medium
Issue is impactful with a bad, or no, workaround
Type: Enhancement
Issue is a small enhancement to existing functionality
Milestone
Version and Platform (required):
Bug Description:
Binary Ninja does not read/parse debug sections compressed with
zstd
.Steps To Reproduce:
g++ hello.cpp -g -fuse-ld=mold -Wl,--compress-debug-sections=zstd -o hello
Open
hello
in Binary Ninja and observe there is no struct namedTest
defined. Change the compression type tozlib
or remove entirely and it will appear.hello.zip
Additional Information:
I ran into this with my own tools using the
object
crate, perhaps related: gimli-rs/object#730The text was updated successfully, but these errors were encountered: