[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to read .so lib file



On Thu, 2011-08-18 at 18:37 +0200, lina wrote:
> Hi,
> 
> I don't know how to read the .so file under /usr/lib/
> 
> the Binary file.
> 
> Thanks,
> 
> lina
> 
> 
You may also try
hexdump command

$ hd <binary_file> | less # or
$ hd -s <offset> -n <length> <binary_file>
-- 
Tomas Kral <thomas.kral@email.cz>


Reply to: