The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
reading an already complied excutable file
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
reading an already complied excutable file
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
5
(
permalink
)
10-04-2007
drl
Registered User
Join Date: Apr 2007
Location: Saint Paul, MN USA / BSD, CentOS, Debian, OS X, Solaris
Posts: 477
Hi.
You can extract some interesting information from an executable or linkable --
binary
-- file with
namelist
, see
man nm
for details, and / or just run
nm
on a .o, .a, or a.out style file ... cheers, drl
drl
View Public Profile
Find all posts by drl