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 <[email protected]> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

