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.