mirror of
https://github.com/vee1e/capa.git
synced 2026-09-01 18:57:15 +00:00
cli: add note about capa explorer web to CLI help text (#2329)
* cli: add note about capa explorer web to CLI help text --------- Co-authored-by: Willi Ballenthin <wballenthin@google.com>
This commit is contained in:
parent
a5c14c32b8
commit
a779cf2a28
1 changed files with 3 additions and 0 deletions
|
|
@ -860,6 +860,9 @@ def main(argv: Optional[List[str]] = None):
|
|||
You can see the rule set here:
|
||||
https://github.com/mandiant/capa-rules
|
||||
|
||||
You can load capa JSON output to capa explorer web:
|
||||
https://github.com/mandiant/capa/explorer
|
||||
|
||||
To provide your own rule set, use the `-r` flag:
|
||||
capa --rules /path/to/rules suspicious.exe
|
||||
capa -r /path/to/rules suspicious.exe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue