mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user