flat assembler
Message board for the users of flat assembler.

Index > Linux > .so files how to explore them like .dll usig DependencyWalke

Author
Thread Post new topic Reply to topic
HarryTuttle



Joined: 26 Sep 2003
Posts: 211
Location: Poland
HarryTuttle 28 Nov 2006, 20:28
.so files are in use similar to MS Windows .dll
is there any program for Linux like Dependency Walker for MS Windows to explore them ?
best regards,

Harry

_________________
Microsoft: brings power of yesterday to computers of today.
Post 28 Nov 2006, 20:28
View user's profile Send private message Reply with quote
mattst88



Joined: 12 May 2006
Posts: 260
Location: South Carolina
mattst88 28 Nov 2006, 21:38
A little more crude, but you can use objdump.

Code:
objdump -x libmylibrary.so | grep lookingforthisfunction    
Post 28 Nov 2006, 21:38
View user's profile Send private message Visit poster's website Reply with quote
HarryTuttle



Joined: 26 Sep 2003
Posts: 211
Location: Poland
HarryTuttle 28 Nov 2006, 21:54
I've noticed that objdump can disassemble binary files by -D, -d switch.
Can I disassm to intel like code insted of AT&T ?

THX for help

_________________
Microsoft: brings power of yesterday to computers of today.
Post 28 Nov 2006, 21:54
View user's profile Send private message Reply with quote
Nikolay Petrov



Joined: 22 Apr 2004
Posts: 101
Location: Bulgaria
Nikolay Petrov 02 Dec 2006, 20:53
to convert to intel syntax use intel2gas (need it apt-get ...);
to veiw exports/impotrs use nm -D ...
Post 02 Dec 2006, 20:53
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.