From 3a5874d6b74a94beb66e061e742d4358e3b02485 Mon Sep 17 00:00:00 2001 From: jw-networking <33953166+jw-networking@users.noreply.github.com> Date: Fri, 5 Oct 2018 21:47:37 +0100 Subject: [PATCH] Update README.md Fixed spelling mistake - toll > tool --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e815ed..7235f1f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ the command man binwalk. The manual pages offers an overview of the commands sup ![alt text](http://imgur.com/SIuVzBQ.jpg "Binwalk output") -Issuing `binwalk 'filename.bin'` results in binwalk showing the contents of the binary files, and the offset at which the file begins in hexadecimal and decimal. THe offset is useful if you want to extract the contents of the file with a toll like `dd`. +Issuing `binwalk 'filename.bin'` results in binwalk showing the contents of the binary files, and the offset at which the file begins in hexadecimal and decimal. THe offset is useful if you want to extract the contents of the file with a tool like `dd`. Binwalk can also automatically extract all the files it finds within the firmware image, this is possible with the `-e` switch. Binwalk can also search for string in the binary files with the `-S` option. The `-M matryoshka` option instructs binwalk to recursively scan extracted files, the matroshka is a reference to Russian dolls that have other dolls inside them.