No description
Find a file
Raphael Jacobs ebc476987c
All checks were successful
ci / checkout (push) Successful in 28s
add pipeline
2025-07-21 07:16:12 +02:00
.forgejo/workflows add pipeline 2025-07-21 07:16:12 +02:00
formats working on c37.118 forma 2025-07-21 06:50:35 +02:00
samples first commit 2025-06-25 06:35:28 +02:00
src test commit 2025-07-21 06:50:35 +02:00
.env fixed parser 2025-06-29 19:45:44 +02:00
.gitignore first commit 2025-06-25 06:35:28 +02:00
.mise.toml working on c37.118 forma 2025-07-21 06:50:35 +02:00
Cargo.lock fixed parser 2025-06-29 19:45:44 +02:00
Cargo.toml fixed parser 2025-06-29 19:45:44 +02:00
ISSUES.md first commit 2025-06-25 06:35:28 +02:00
README.md fixed parser 2025-06-29 19:45:44 +02:00

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