bisect-binary: Determine relevant parts of binary data
This little program helps with the following task:
You need to analyse some binary file (e.g., the firmware for some microcontroller). You want to understand how it does certain things, but the file is big. One approach to help you in the process is to erase parts of the file (by overwriting it with binary zeros) and see if the file still does what it should be doing. If it does, then you know that the interesting parts are in another part of the file.
`binary-binary` assists in this process by doing the book-keeping and zeroing out parts of the file.
[Skip to Readme]
Downloads
- bisect-binary-0.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.1.0.1 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.9 && <4.12), bytestring, directory, filepath, hashable, haskeline (>=0.7 && <0.8), integer-logarithms, optparse-applicative (>=0.13 && <0.14), process, terminal-size, time, yaml (>=0.8 && <0.9) [details] |
Tested with | ghc ==8.0.2, ghc ==8.2.2 |
License | MIT |
Copyright | 2017 Joachim Breitner |
Author | Joachim Breitner |
Maintainer | mail@joachim-breitner.de |
Category | Development |
Home page | http://github.com/nomeata/bisect-binary |
Source repo | head: git clone https://github.com/nomeata/bisect-binary |
Uploaded | by JoachimBreitner at 2017-12-05T14:14:21Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | bisect-binary |
Downloads | 1641 total (6 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] Last success reported on 2017-12-05 [all 3 reports] |