IABSD.fr/ports/sysutils/binwalk/pkg

Branch :


Log

Author Commit Date CI Message
9cfdb24c 2025-10-23 13:20:19 remove MODPY_COMMENT from PLISTs, no longer needed
8d45c98e 2025-04-29 10:40:01 sync PLISTs for setuptools ports
2c9b84a4 2024-12-21 11:46:00 handle py3.12 switchover: misc files that didn't make it into my first list
fd668bf8 2024-12-17 11:26:25 binwalk: use MODPY_PYBUILD
2b3700e3 2022-03-11 19:57:10 drop RCS Ids
d43e426f 2021-08-29 09:00:35 update to binwalk-2.3.2
2af48115 2021-03-28 13:50:47 update to binwalk-2.3.1
990c745d 2019-12-14 14:21:46 - update to binwalk-2.2.0 - add py-cryptodome dependency - take maintainership
e2e5f047 2017-08-23 11:29:37 update to binwalk-2.1.1
6759175a 2013-10-27 09:58:41 import sysutils/binwalk, req'd by chris@, ok zhuk@ Binwalk is a firmware analysis tool designed to assist in the analysis, extraction, and reverse engineering of firmware images and other binary blobs. It is simple to use, fully scriptable, and can be easily extended via custom signatures, extraction rules, and plugin modules. Binwalk supports various types of analysis useful for inspecting and reverse engineering firmware, including: Embedded file identification and extraction Executable code identification Type casting Entropy analysis and graphing Heuristic data analysis "Smart" strings analysis Binwalk's file signatures are (mostly) compatible with the magic signatures used by the Unix file utility, and include customized/improved signatures for files that are commonly found in firmware images such as compressed files, firmware headers, kernels, bootloaders, filesystems, etc.