binwalk
Installation
SKILL.md
Binwalk
Scan files for embedded filesystems and data signatures
Prerequisite Check
Run this before proposing firmware or binary scanning:
command -v binwalk >/dev/null 2>&1 || binwalk --version
If binwalk is missing, surface that first and fall back to file, strings, or xxd for reduced-coverage inspection until the tool is installed.
Quick Start
- Verify
binwalkis available:binwalk --versionorman binwalk - Establish the command surface:
man binwalkorbinwalk --help - Start with a read-only probe:
binwalk file