This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: nm dying on stripped .so's


On Thu, Jan 12, 2017 at 02:23:43PM -0700, Philip Prindeville wrote:
> > On Jan 12, 2017, at 3:11 AM, Andreas Schwab <schwab@linux-m68k.org> wrote:
> > Please try readelf -Ds.
> 
> I tried that: it works, thanks.  Attaching the output.
> 
> I’m confused why “readelf” considers the file sound, but “nm” doesn’t.  Can “nm” be made a little more forgiving?

No.  You have an object that has been more than just stripped.  Its
section headers have been completely removed, probably to hinder you
inspecting the file.  Complain to whoever gave you the file.

-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]