iEntry 10th Anniversary LinuxHaxor WH MH

Console hex viewer/editor with Disassembler: biew


BIEW (Binary vIEW) is a free, portable, advanced file viewer with built-in editor for binary, hexadecimal and disassembler modes. It contains a highlight PentiumIII/K7 Athlon/Cyrix-M2 disassembler, full preview of MZ, NE, PE, LE, LX, DOS.SYS, NLM, ELF, a.out, arch, coff32, PharLap, rdoff executable formats, a code guider, and lot of other features, making it invaluable for examining binary code. DOS, Win32, OS/2, Linux, BeOS, Unix versions are available.

Biew options:

  • -a autodetect mode (default)
  • -b view file in binary mode
  • -d view file in disassembler mode
  • -h view file in hexadecimal mode
  • -t view file in text mode
  • -s change size of file to NNN bytes (create, if file does not exist)
  • -i ignore .ini file (create new)

The syntax goes like this: bview -a <filename>

In this example we will show binary mode:

2008-01-22-015014_1280x800_scrot.png

disassembler mode:

2008-01-22-014915_1280x800_scrot.png

hexadecimal mode:

2008-01-22-015104_1280x800_scrot.png

and text mode of the same file:

2008-01-22-015136_1280x800_scrot.png


Comments are closed.