struct_layout
struct_layout copied to clipboard
Make this work on linux
The copy of dwarfdump on linus (I use this one: https://aur.archlinux.org/packages/libdwarf/ from http://www.prevanders.net/dwarf.html) has a completely different output format, the parser does not understand it. Would be awesome to add it though.
The quick way to make it work is to use llvm-dwarfdump, which is what is actually used on macOS. If I patch dwarfdump to llvm-dwarfdump it seems to work fine