volatilityfoundation / dwarf2json

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

Missing fields in complex structs with nested anonymous unions/structs #50

Closed IridiumXOR closed 9 months ago

IridiumXOR commented 1 year ago

Hi, the tool seems not able to parse correctly structures with a lot of anonymous unions/structures embedded inside a struct. For example the tool for struct page, which contains a lot of anonymous unions/structs nested, produce a JSON with very few fields.. Can you fix it?