Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6321575
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T16:10:27+00:00 2026-05-24T16:10:27+00:00

I’m not sure my question makes sense in a linux way. I’m searching for

  • 0

I’m not sure my question makes sense in a linux way. I’m searching for something that would work similar to dumpbin.exe from Visual Studio toolkit.

Basically I have an existing project with a bunch of libraries and a single executable. I’d like to figure out which libraries are really needed and which function in each library.

I’m using shared objects only since this project targets an ARM device.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T16:10:27+00:00Added an answer on May 24, 2026 at 4:10 pm

    maybe you can use ldd and nm. ldd will tell you which shared objects (aka dll in win) are needed. and nm will tell dump the symbols.

    example run:

    $ ldd a
            linux-vdso.so.1 =>  (0x00007fffd1dff000)
            libc.so.6 => /lib/libc.so.6 (0x00007fcbc97d9000)
            /lib64/ld-linux-x86-64.so.2 (0x00007fcbc9b21000)
    $ nm a
    0000000000600e40 d _DYNAMIC
    0000000000600fe8 d _GLOBAL_OFFSET_TABLE_
    00000000004005b8 R _IO_stdin_used
                     w _Jv_RegisterClasses
    0000000000601020 A __bss_start
    0000000000601008 D __data_start
    0000000000601010 D __dso_handle
                     w __gmon_start__
    0000000000600e14 d __init_array_end
    0000000000600e14 d __init_array_start
    00000000004004d0 T __libc_csu_fini
    00000000004004e0 T __libc_csu_init
                     U __libc_start_main@@GLIBC_2.2.5
    0000000000601020 A _edata
    0000000000601028 A _end
    00000000004005a8 T _fini
    00000000004003c0 T _init
    0000000000400400 T _start
    0000000000601008 W data_start
    00000000004004b8 T main
    

    EDIT: forgot about objdump. i.e:

    $ objdump -f a
    
    a:     file format elf64-x86-64
    architecture: i386:x86-64, flags 0x00000112:
    EXEC_P, HAS_SYMS, D_PAGED
    start address 0x0000000000400400
    

    using -x will give you all headers (quite verbose to post, but try it out :))

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I need a function that will clean a strings' special characters. I do NOT
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I would like to count the length of a string with PHP. The string
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I've got a string that has curly quotes in it. I'd like to replace
I have a French site that I want to parse, but am running into
I am doing a simple coin flipping experiment for class that involves flipping a
I would like to run a str_replace or preg_replace which looks for certain words

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.