hexview

Crates.iohexview
lib.rshexview
version0.6.0
created_at2024-07-11 21:20:15.969377+00
updated_at2024-10-10 08:49:39.505042+00
descriptionA TUI Hex viewer
homepage
repositoryhttps://github.com/tertsdiepraam/hexview
max_upload_size
id1300041
size69,868
Terts Diepraam (tertsdiepraam)

documentation

README

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.

Commit count: 25

cargo fmt