You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
devttys0 edited this page Nov 22, 2024
·
1 revision
Data Carving
Binwalk can carve sections of a file to disk using the --carve command line argument:
binwalk --carve test.bin
This works similarly to the deprecated --dd='.*' command line argument, except that it will generate separate files for both known and unknown sections of an input file.
Tip
The --carve argument can be used with or without the --extract argument.