dwex icon indicating copy to clipboard operation
dwex copied to clipboard

Xcode DWARF-in-objects support

Open sevaa opened this issue 1 year ago • 0 comments

The binary has no DWARF, but has a bunch of links to .o files in symtab/linkedit, you are expected to follow them and effectively perform linker's job. What's the symtab like? dsymutil --symtab dumps it. https://github.com/llvm-mirror/llvm/blob/master/tools/dsymutil/dsymutil.cpp

sevaa avatar Sep 11 '24 21:09 sevaa