5 releases (breaking)

0.5.0 Aug 6, 2024
0.4.0 Jul 16, 2024
0.3.0 Jul 16, 2024
0.2.0 Jul 12, 2024
0.1.0 Jul 11, 2024

#2737 in Command line utilities

Download history 48/week @ 2024-07-05 376/week @ 2024-07-12 52/week @ 2024-07-19 38/week @ 2024-07-26 114/week @ 2024-08-02 15/week @ 2024-08-09 1/week @ 2024-08-16

130 downloads per month

MIT/Apache

38KB
1K SLoC

Hexview

Version info
license

A TUI Hex viewer written in Rust.

Features:

  • View the hex and ASCII for a binary file
  • Color-coded output
  • Both keyboard and mouse navigation
  • Search for strings in octal, hexadecimal, decimal, UTF-8 and UTF-16
  • Inspect data as several data types
  • Switch endianness of inspected and search data
  • Go to arbitrary offsets and percentages of the file
  • Customizable width and grouping of output

Installation

cargo install hexview

Usage

hexview path/to/file

Press ? for an overview of the keybindings.

License

Hexview is licensed under both the MIT and the Apache License (Version 2.0).

See the LICENSE-MIT and LICENSE-APACHE files for more information.

Dependencies

~7–13MB
~141K SLoC