![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Filesystems, Disks and Memory Questions involving NAS, SAN, RAID, Robotic Libraries, backups, etc go here. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Dependent Object Framework 0.9 (Default branch) | iBot | Software Releases - RSS News | 0 | 02-04-2008 08:10 PM |
| Script execution dependent upon a file landing in a certain directory | keladar | Shell Programming and Scripting | 3 | 12-27-2007 06:19 PM |
| how to find a file named vijay in a directory using find command | amirthraj_12 | UNIX for Dummies Questions & Answers | 5 | 10-25-2006 02:39 PM |
| Job dependent on other job | pankajkrmishra | Shell Programming and Scripting | 4 | 09-10-2006 11:26 PM |
| Editor dependent error? | new2ss | Shell Programming and Scripting | 2 | 02-16-2006 10:18 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
How to find Dependent libraries in ELF file?
Dear group,
I need to load dependent libraries for an application which is in ELF format.please let me know how to parse the ELF file to find dependent libraries. thnaks in advance, Ravinder |
| Forum Sponsor | ||
|
|
|
|||
|
thanks for your replay,
yes you are right the the ldd tool lists the dependent shared libraries that the executable requires, along with their paths if found. But i want to write an application which shoud do the same functionality. Please suggest me how to interprete the ELF file to collect the information. i need exactly as LDD tool. |
|
||||
|
I'm not sure for the programming part, but you can always look at the source code for this tool and start writing your own. Another similar binary which does almost the same is "fdebuginfo" :
Quote:
|
||||
| Google UNIX.COM |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|