https://github.com/voidc/bloxberg
Bloxberg is an experimental TUI-based hex editor written in Rust.
https://github.com/voidc/bloxberg
hex rust tui
Last synced: about 9 hours ago
JSON representation
Bloxberg is an experimental TUI-based hex editor written in Rust.
- Host: GitHub
- URL: https://github.com/voidc/bloxberg
- Owner: voidc
- License: mit
- Created: 2020-06-22T14:30:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T16:09:38.000Z (over 5 years ago)
- Last Synced: 2025-10-20T04:49:01.935Z (9 months ago)
- Topics: hex, rust, tui
- Language: Rust
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://crates.io/crates/bloxberg)
Bloxberg
========
*Bloxberg* is an experimental TUI-based hex editor written in Rust.
The long term vision for this tool is to become an integrated debugging and reverse-engineering tool, which is centered around a memory view.
It currently supports the following features distinguishing it from ordinary hex editors:
- Inline formatting as hex, decimal, octal or binary numbers.
- Dynamic byte width and byte order.
- Decode as text or instructions.