binbloom icon indicating copy to clipboard operation
binbloom copied to clipboard

Raw binary firmware analysis software

Results 4 binbloom issues
Sort by recently updated
recently updated
newest added

Since `v2.0` tag, MacOS support has been fixed but no minor release has been made yet. What is your release policy? Would you be okay with the idea of releasing...

Apologies in advance, as I might have missed something. I have a firmware binary (.bin format, ARMv6-M, Cortex-M0, LE) with a size of 0x322a0 that, upon running `binbloom -f firmware.bin...

Feeling lazy for a PR with the proper ifdefs, but you get the idea: ```diff $ git diff diff --git a/binbloom.c b/binbloom.c index 171765c..6a6f31b 100644 --- a/binbloom.c +++ b/binbloom.c @@...

For big firmware ( > 100 MB ) binbloom takes really (really) long to process. It would be great to have an option to limit the amount of points of...