An open API service indexing awesome lists of open source software.

https://github.com/simonrw/binexplorer

Explore binary files
https://github.com/simonrw/binexplorer

Last synced: 8 months ago
JSON representation

Explore binary files

Awesome Lists containing this project

README

          

# Binexplorer

![Rust](https://github.com/mindriot101/binexplorer/workflows/Rust/badge.svg)

For exploring (and attempting to parse) binary files

![Overview](./.readme/overview.png)

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