dwarf_to_c
dwarf_to_c copied to clipboard
Tool to recover C headers (types, function signatures) from DWARF debug data
Add some more support for DWARF4
When I run the `dwarf_to_c.py` script with an ELF executable, I get KeyError: 137 because the entry for 137 in the ENum dict does not exist. I am using ubuntu...
If out some base type ,it will make redefine bug.Any good suggestion I do it lie: def visit_Typedef(self, n): s = '' if n.storage: s += ' '.join(n.storage) + '...