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

  • Home
  • SEARCH
  • 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 1037081
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T14:48:34+00:00 2026-05-16T14:48:34+00:00

How do I disassemble an object program made on C(linux)? Can anyone please help

  • 0

How do I disassemble an object program made on C(linux)?
Can anyone please help me with the command line.

  • 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-16T14:48:35+00:00Added an answer on May 16, 2026 at 2:48 pm

    Use objdump:

    objdump -d -C file.o
    

    Sample output:

         ...
    0000015e <add_exclude>:
         15e:       55                      push   %ebp
         15f:       89 e5                   mov    %esp,%ebp
         161:       83 ec 08                sub    $0x8,%esp
         164:       a1 10 00 00 00          mov    0x10,%eax
         169:       3b 05 14 00 00 00       cmp    0x14,%eax
         16f:       7f 54                   jg     1c5 <add_exclude+0x67>
         171:       83 3d 10 00 00 00 00    cmpl   $0x0,0x10
         178:       75 1f                   jne    199 <add_exclude+0x3b>
         17a:       83 ec 0c                sub    $0xc,%esp
         17d:       c7 05 10 00 00 00 40    movl   $0x40,0x10
         184:       00 00 00
         187:       68 00 01 00 00          push   $0x100
         18c:       e8 fc ff ff ff          call   18d <add_exclude+0x2f>
         191:       83 c4 10                add    $0x10,%esp
         ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Are there any Linux programs that can disassemble an OSX universal x86/x86_64 fat Mach-O
The dis module can be effectively used to disassemble Python methods, functions and classes
Can I see the translated machine instruction of a scheme function like (disassemble) in
I want see the source code of System.Web.Routing.RouteValueDictionary class. But Reflector can't disassemble it
I'm using VC++ to disassemble a very simple program I've written: #include <iostream> using
When you debug C/C++ code in gdb, you can for example use list command
In case I have to disassemble a data type as its variable size, can
I made two object files. One is made with nasm -f win32: C:\home\os> objdump
I need to disassemble /proc/kcore file in Linux and I need to obtain virtual
I tried running gdb to disassemble the kernel and tried running: root@debian:/home/jestinjoy# gdb /usr/src/linux-2.6.38.8/vmlinux

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.