puncover icon indicating copy to clipboard operation
puncover copied to clipboard

Very little output on unusual elf file

Open PlasmaHH opened this issue 1 year ago • 0 comments

Got an elf file that was built for arm under windows with a proprietary compiler. I get very little information displayed from puncover. The paths do not work at all, possibly because of windows using backslashes etc. ?

Additionally I get the following error from nm and objdump hundreds of times for varying offsets:

DWARF error: could not find variable specification at offset 0xae4bc1

What does that mean exactly? Would it be necessary for the compiler to do something special? I would be mostly interested in the stack usage, but that info isn't there...

PlasmaHH avatar Mar 07 '23 09:03 PlasmaHH