https://github.com/crumblingstatue/hexerator
Versatile GUI hex editor focused on binary file exploration and aiding pattern recognition
https://github.com/crumblingstatue/hexerator
hex-editor reverse-engineering rust
Last synced: 12 months ago
JSON representation
Versatile GUI hex editor focused on binary file exploration and aiding pattern recognition
- Host: GitHub
- URL: https://github.com/crumblingstatue/hexerator
- Owner: crumblingstatue
- License: apache-2.0
- Created: 2021-12-02T21:27:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-29T22:14:07.000Z (12 months ago)
- Last Synced: 2025-04-02T04:48:04.430Z (12 months ago)
- Topics: hex-editor, reverse-engineering, rust
- Language: Rust
- Homepage: https://crumblingstatue.github.io/hexerator-book/
- Size: 3.72 MB
- Stars: 346
- Watchers: 5
- Forks: 6
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-game-file-format-reversing - hexerator - Versatile GUI hex editor focused on binary file exploration and aiding pattern recognition. Written in Rust. (🛠️ General Tools / 🔍 Hex Editors)
README
# Hexerator
Versatile GUI hex editor focused on binary file exploration and aiding pattern recognition. Written in Rust.
Check out [the Hexerator book](https://crumblingstatue.github.io/hexerator-book/0.4.0) for a detailed list of features, and more!
## Note for contributors:
Hexerator only supports latest nightly Rust.
You need an up-to-date nightly to build Hexerator.
Hexerator doesn't shy away from experimenting with unstable Rust features.
Contributors can use any nightly feature they wish.
Contributors however are free to rewrite code to use stable features if it doesn't result in:
- A loss of features
- Reduced performance
- Significantly worse maintainability