Binwalk: Add binwalke.
This commit is contained in:
parent
97a24c1c56
commit
8ef31a06b7
10
home/program/bash/module/Binwalk.nix
Normal file
10
home/program/bash/module/Binwalk.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ ... }: {
|
||||
text = ''
|
||||
# Extract all formats with binwalk.
|
||||
# Use -M for recursive extract.
|
||||
# Usage: binwalke <FILES>
|
||||
function binwalke() {
|
||||
binwalk --dd='.*' "$@"
|
||||
}
|
||||
'';
|
||||
}
|
Loading…
Reference in a new issue