Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T17:25:11.000Z (18 days ago)
- Last Synced: 2024-12-22T18:05:05.158Z (13 days ago)
- Topics: hex-editor, reverse-engineering, rust
- Language: Rust
- Homepage: https://crumblingstatue.github.io/hexerator-book/
- Size: 2.55 MB
- Stars: 330
- Watchers: 5
- Forks: 6
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
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/) 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