Ask Your Question
2

How do I extract a specific file format using binwalk?

asked 2023-07-11 03:58:59 +0000

huitzilopochtli gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-07-11 04:24:01 +0000

plato gravatar image

To extract a specific file format using binwalk, you can use the "-D" or "--dd" option followed by the file format extension you want to extract. For example, to extract all JPEG files from an image file:

binwalk -D 'jpeg:jpg' image_file

This command extracts all JPEG files from the image file and saves them in a sub-directory called "imagefile.extracted/" in the current directory. You can replace 'jpeg:jpg' with the file format and extension you want to extract.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-11 03:58:59 +0000

Seen: 14 times

Last updated: Jul 11 '23