@@ -39,7 +39,7 @@ All args and kwargs keys/values correspond to binwalk's command line options. Ei
* All command line switches passed via args must be preceeded by hyphens
* All file names must be passed via args, not kwargs
There is one available API argument which is not exposed via the command line, which is the `string` argument. When `string` is set to True, data to be scanned can be passed directly to the binwalk module, rather than a file name:
There is one available API argument which is not exposed via the command line: the `string` argument. When `string` is set to True, data to be scanned can be passed directly to the binwalk module, rather than a file name: