![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| unix executable file problem on MAC OSX ??? please help | chadb | Filesystems, Disks and Memory | 1 | 01-31-2008 07:23 PM |
| How to convert Unix executable file to Tiff | Pet Teoh | UNIX for Dummies Questions & Answers | 1 | 09-28-2007 05:08 AM |
| read specific text from a log file | ragha81 | Shell Programming and Scripting | 4 | 10-17-2006 01:17 PM |
| how to read text file in zip file | ram2s2001 | Shell Programming and Scripting | 4 | 11-22-2005 01:29 AM |
| dbx error ("Executable contains object file compiled on ...") | Sabari Nath S | High Level Programming | 0 | 08-04-2005 05:03 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
The binary file is
ELF-64 executable object file - IA64. How i know that the source is Is there any comamnd in unix i can read these kind of files or use a thirty party software? Thanks for your help |
|
|||||
|
I'm not sure that I understand the question. But maybe this software can help you.
|
|
||||
|
The right question is:
is there a unix comamnd to read (visualize the internal code) in a binary file. the type of file is ELF-64 executable object file - IA64.? or i have to use a thirty party software? i appreciate your help |
|
||||
|
Hello Alexcol,
Yes there are lot of utilities available in unix which will help to display the symbol name list, I mean the global functions provided in the ELF. For instance "nm" which is a CCS tool, you can use this : /usr/ccs/bin/nm "ELF file name" . |
|
||||
|
i use this on a regular basis, so if you want any further clarifications, do revert to me...
|
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|