fixed parser

This commit is contained in:
Wintermute 2025-06-26 21:27:07 +02:00
parent 0d417bbbe5
commit 7883b42d13
9 changed files with 667 additions and 65 deletions

View file

@ -0,0 +1,14 @@
# BRIN, the Binary (Rust btw) INspector
*BRIN* is a small tool to parse binary formats.
You can define a .brin file with a description of your binary format.
Then you can `brin inspect -f description.brin -b binary_file` and BRIN
will attempt to parse and print your binary file into a structured, JSON-like format.
BRIN is designed to quickly troubleshoot problems in binary files, so it will always
attempt to parse as much as possible even if parts of the parsing fails.
## great how do I start?
You don't! Work in progress! bye