Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
151 user(s) are online (120 user(s) are browsing Forums)

Members: 1
Guests: 150

BCP, more...

Headlines

 
  Register To Post  

Dump an object file's symbol table
Quite a regular
Quite a regular


See User information
There is a tool that provides a dump of an object file's symbol table?


thank you very mych

Retired
Go to top
Re: Dump an object file's symbol table
Just can't stay away
Just can't stay away


See User information
@AmigaBlitter

The tools objdump and readelf from binutils can be used to do this.

To dump symbols table with objdump:

objdump -t <filename>

And with readelf:

readelf -s <filename>

Go to top
Re: Dump an object file's symbol table
Quite a regular
Quite a regular


See User information
@salass00

thank you very much.
I will try to use this tool.


I found nm -g and nm -gC that works too.


Retired
Go to top
Re: Dump an object file's symbol table
Not too shy to talk
Not too shy to talk


See User information
Hello

Perhaps my aminet/ObjDumpFunctions can help you as it extract functions from a binary...

Alain Thellier

Go to top

  Register To Post

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project