laanwj / dwarf_to_c

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dose it support arm

slowpy opened this issue · comments

First this is a great product.
When I use this for arm,I got same problem. Index error in info init .attr_index

Little Endian or Big Endian

ARM should work, though I have never tried big endian. Your report is lacking, though.
Can you send me the executable and full output at laanwj@gmail.com? (GPG key)

yes, this commit fix my problem
DW_FORM_sec_offset is always 4 bytes
ccdc482