[LLVMdev] jump table ?
Ralph Corderoy
ralph at inputplus.co.uk
Thu Jun 29 05:03:35 PDT 2006
Hi Simon,
> > objdump's -i option will show you the available file formats, one's
> > normally `binary' or something similar.
>
> I've had a look at this, and it's not yielding any results so far.
> Surely objdump expects an elf header, symbol table, etc. ?
Try
objdump -D -b binary -m i386 /etc/passwd
objdump is happy to treat a file of bytes as nothing but machine
instructions with no headers, symbols tables, or other guff.
Cheers,
Ralph.
More information about the llvm-dev
mailing list