logo
首页技术栈工具库讨论
bisect-binary

bisect-binary

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.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
HACKAGE
carbal install bisect-binary
查看
标签
根据用户添加的标签生成
暂无标签