Skip to content

Commit

Permalink
cli: add note about capa explorer web to CLI help text (#2329)
Browse files Browse the repository at this point in the history
* cli: add note about capa explorer web to CLI help text

---------

Co-authored-by: Willi Ballenthin <wballenthin@google.com>
  • Loading branch information
s-ff and williballenthin committed Aug 26, 2024
1 parent a5c14c3 commit a779cf2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions capa/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a779cf2

Please sign in to comment.