Commit fea5ab36 by devttys0

Updated API.md

parent e9104b43
...@@ -36,8 +36,8 @@ binwalk.Modules().execute('--signature', 'firmware1.bin', 'firmware2.bin') ...@@ -36,8 +36,8 @@ binwalk.Modules().execute('--signature', 'firmware1.bin', 'firmware2.bin')
All args and kwargs keys/values correspond to binwalk's command line options. Either args or kwargs, or a combination of the two may be used, with the following caveats: All args and kwargs keys/values correspond to binwalk's command line options. Either args or kwargs, or a combination of the two may be used, with the following caveats:
o All command line switches passed via args must be preceeded by hyphens (not required for kwargs) * All command line switches passed via args must be preceeded by hyphens (not required for kwargs)
o All file names must be passed via args, not kwargs * All file names must be passed via args, not kwargs
Accessing Scan Results Accessing Scan Results
====================== ======================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment