Hacker News with Generative AI: Binary Files

Visualizing binary files with ImHex's DSL, the "pattern language" (blogspot.com)
I've got a binary file with a custom made binary format, and a spec for that binary format. How do I go into the binary quickly and see the data I want ?
A Rust Take on Bsdiff (github.com/divvun)
bidiff is a set of rust crates that generate and apply patches for arbitrary binary files.
How much of your binary executable is just ASCII text? (lemire.me)