flat assembler
Message board for the users of flat assembler.
Index
> Linux > .so files how to explore them like .dll usig DependencyWalke |
Author |
|
mattst88 28 Nov 2006, 21:38
A little more crude, but you can use objdump.
Code: objdump -x libmylibrary.so | grep lookingforthisfunction |
|||
28 Nov 2006, 21:38 |
|
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. |
|||
28 Nov 2006, 21:54 |
|
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 ... |
|||
02 Dec 2006, 20:53 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.