

This is yet another quickhack frontend for the bastard disassembler. I found
that the more UNIXy users [*cough* grugq] were expecting the bastard to be 
less like Bubble Chamber or IDA and more like objdump, i.e. a one-pass 
disassembler that takes a GNUload of optionsand prints assembly to stdout;
since objdump is AT&T syntax and does not support sstrip'ed binaries, the
bastard is often viewed as an objdump replacement.

bobjdump is 'bastard objdump' a simple replacement for objdump without the
interactive features of the bastard.

Usage: bobjdump OPTION... FILE...
Display information from object FILE.

 At least one of the following switches must be given:
#  -a, --archive-headers    Display archive header information
#  -f, --file-headers       Display the contents of the overall file header
#  -p, --private-headers    Display object format specific file header contents
#  -h, --[section-]headers  Display the contents of the section headers
  -x, --all-headers        Display the contents of all headers
  -d, --disassemble        Display assembler contents of executable sections
  -D, --disassemble-all    Display assembler contents of all sections
#  -s, --full-contents      Display the full contents of all sections requested
  -t, --syms               Display the contents of the symbol table(s)
  -T, --dynamic-syms       Display the contents of the dynamic symbol table
  -r, --reloc              Display the relocation entries in the file
  -R, --dynamic-reloc      Display the dynamic relocation entries in the file
  -V, --version            Display this program's version number
  -H, --help               Display this information

 The following switches are optional:
  -M, --disassembler-options=OPT Pass text OPT on to the disassembler
  -z, --disassemble-zeroes       Do not skip blocks of zeroes when disassembling
      --start-address=ADDR       Only process data whoes address is >= ADDR
      --stop-address=ADDR        Only process data whoes address is <= ADDR
      --prefix-addresses         Print complete address alongside disassembly
      --[no-]show-raw-insn       Display hex alongside symbolic disassembly
--intel_syntax
--att_syntax
--show_insn_codes
