# Extract all formats with binwalk. # Use -M for recursive extract. # Usage: binwalke function binwalke() { binwalk --dd='.*' "$@" }