flat assembler
Message board for the users of flat assembler.

Index > Main > Why objdump show empty output?

Author
Thread Post new topic Reply to topic
ASM-Man



Joined: 11 Jan 2013
Posts: 64
ASM-Man 25 Mar 2014, 05:40
To a simple ELF like this (see below) if I run
Code:
objdump -d test    
it show an empty output. Why this? How does differ the ELF generated from gcc to fasm?

Code:

format ELF executable 3
entry start
                                
segment readable executable

start:
                                mov eax,1
                                mov ebx,32
                                int 0x80
                                
segment readable writeable
x dd ? 

    
Post 25 Mar 2014, 05:40
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.