https://github.com/simonrw/binexplorer
Explore binary files
https://github.com/simonrw/binexplorer
Last synced: 8 months ago
JSON representation
Explore binary files
- Host: GitHub
- URL: https://github.com/simonrw/binexplorer
- Owner: simonrw
- Created: 2020-02-07T17:52:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T22:58:52.000Z (almost 6 years ago)
- Last Synced: 2025-02-06T08:45:22.009Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 174 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Binexplorer

For exploring (and attempting to parse) binary files

Shown are three panes:
1. the left pane shows the raw bytes (in hex)
2. the center pane shows the parsed output
3. the right pane is the editor allowing input commands
The input commands are based around the [format characters used by Python's
`struct` package][struct-docs].
[struct-docs]: https://docs.python.org/3.8/library/struct.html#format-characters