volatilityfoundation / dwarf2json

convert ELF/DWARF symbol and type information into vol3's intermediate JSON
Other
104 stars 28 forks source link

user_types are lacking fields #17

Closed farproc closed 4 years ago

farproc commented 4 years ago

The latest commit (72ea0337ac405c91943b8277c2a907bcdf85f114) prevents strucutres fields being populated. master~1 works as expected.

dwarf2json linux --elf ./vmlinux # from http://ddebs.ubuntu.com/pool/main/l/linux/linux-image-unsigned-4.15.0-108-generic-dbgsym_4.15.0-108.109_amd64.ddeb

ilch1 commented 4 years ago

Hi @farproc,

Thanks for reporting the issue and sorry for the delay! It should be fixed in the latest master. Please re-open the issue if the fix does not work as you expect.