When I run objdump -d <program name>
on a linux server (at University) I get the following:
kmwe236@kmwe236:~/Downloads/buflab-handout$ objdump -d bufbomb
objdump: bufbomb: File truncated
What's going on here?
When I run objdump -d <program name>
on a linux server (at University) I get the following:
kmwe236@kmwe236:~/Downloads/buflab-handout$ objdump -d bufbomb
objdump: bufbomb: File truncated
What's going on here?
I'm running ubuntu linux 14.04.
I entered, on the command line,
objdump -d untitled
where 'untitled' is an executable file
It ran successfully with out any 'file truncated' message.
I entered, on the command line,
objdump -d untitled.o
where 'untitled.o' is an object file
It ran successfully with out any 'file truncated' message.
Therefore, I strongly suspect the 'bufbomb' file is not a valid executable or object file.