dwarf_to_c icon indicating copy to clipboard operation
dwarf_to_c copied to clipboard

Tool to recover C headers (types, function signatures) from DWARF debug data

Results 4 dwarf_to_c issues
Sort by recently updated
recently updated
newest added

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) + '...