Wiki mentions non-existent option --carve
Author: vext01Created Jun 29, 2026Updated Jun 29, 2026
https://github.com/ReFirmLabs/binwalk/wiki/Carving-File-Data
but:
$ binwalk --carve decoded.bin (git:main)
error: unexpected argument '--carve' found
tip: to pass '--carve' as a value, use '-- --carve'
Usage: binwalk [OPTIONS] [FILE_NAME]
For more information, try '--help'.
$ binwalk --version (git:main)
binwalk 3.1.0Source: ReFirmLabs/binwalk