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 7007237
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T21:34:52+00:00 2026-05-27T21:34:52+00:00

I need to disassemble an executable file made from C . My lecturer said

  • 0

I need to disassemble an executable file made from C .
My lecturer said to use GDB (I need to use a linux platform , so I’m using Eclipse Indigo
under VMWARE virtual machine) but I don’t like GDB .

What I have at the moment is only a .exe file . Can I use Eclipse to disassemble that file ?

I have 6 phases that I need to decipher , the program is known as "Defusing a Binary Bomb"
. So , in order to do that I need to disassemble that file , but I can’t seem to find a way to do that in Eclipse …

Can you please explain how do I do disassembly in Eclipse ?

  • 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-27T21:34:53+00:00Added an answer on May 27, 2026 at 9:34 pm

    Why not use objdump?

     $ objdump -d print_jmp_buf
    
    print_jmp_buf:     file format elf64-x86-64
    
    
    Disassembly of section .init:
    
    00000000004003f8 <_init>:
      4003f8:   48 83 ec 08             sub    $0x8,%rsp
      4003fc:   e8 7b 00 00 00          callq  40047c <call_gmon_start>
    
    <... snip ... >
    
    0000000000400534 <main>:
      400534:   55                      push   %rbp
      400535:   53                      push   %rbx
      400536:   48 81 ec d8 00 00 00    sub    $0xd8,%rsp
      40053d:   48 89 e7                mov    %rsp,%rdi
      400540:   e8 fb fe ff ff          callq  400440 <_setjmp@plt>
      400545:   ba 08 00 00 00          mov    $0x8,%edx
      40054a:   be 40 00 00 00          mov    $0x40,%esi
      40054f:   bf 7c 06 40 00          mov    $0x40067c,%edi
      400554:   b8 00 00 00 00          mov    $0x0,%eax
      400559:   e8 c2 fe ff ff          callq  400420 <printf@plt>
      40055e:   48 89 e3                mov    %rsp,%rbx
      400561:   48 8d 6c 24 40          lea    0x40(%rsp),%rbp
      400566:   48 8b 33                mov    (%rbx),%rsi
      400569:   bf 83 06 40 00          mov    $0x400683,%edi
      40056e:   b8 00 00 00 00          mov    $0x0,%eax
      400573:   e8 a8 fe ff ff          callq  400420 <printf@plt>
      400578:   48 83 c3 08             add    $0x8,%rbx
      40057c:   48 39 eb                cmp    %rbp,%rbx
      40057f:   75 e5                   jne    400566 <main+0x32>
      400581:   b8 00 00 00 00          mov    $0x0,%eax
      400586:   48 81 c4 d8 00 00 00    add    $0xd8,%rsp
      40058d:   5b                      pop    %rbx
      40058e:   5d                      pop    %rbp
      40058f:   c3                      retq   
    
    <...snip...>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have swf file with some graphics I need to use in my haxe(future
I have a 64-bit COFF object file (no source code or debug info) from
I need to send data from my iPhone application to my webserver, and back.
I need to use a third party DLL which I don't have header ,
Need help with implementing a pure abstract class via inheritance , using namespace to
I'm trying to disassemble a C/C++ DLL, and have made some progress, but I
Need some help for creating a File and String search engine. The program needs
I've created a flat file schema in Visual Studio from an instance of a
I need to find a str[possibly n]cmp out of a hostile binary file. The
Need to parse a Class declaration line in Java using regular expression e.g. String

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.