6 releases (breaking)
0.6.0 | Oct 10, 2024 |
---|---|
0.5.0 | Aug 6, 2024 |
0.4.0 | Jul 16, 2024 |
0.3.0 | Jul 16, 2024 |
0.1.0 | Jul 11, 2024 |
#2777 in Command line utilities
25 downloads per month
40KB
1K
SLoC
Hexview
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
~146K SLoC