forked from mandiant/capa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,10 @@ See `capa -h` for all supported arguments and usage examples. | |
|
||
## tips and tricks | ||
|
||
- [match only rules by given author or namespace](#only-run-selected-rules) | ||
- [IDA Pro capa explorer](#capa-explorer) | ||
- [IDA Pro rule generator](#rule-generator) | ||
|
||
### only run selected rules | ||
Use the `-t` option to run rules with the given metadata value (see the rule fields `rule.meta.*`). | ||
For example, `capa -t [email protected]` runs rules that reference Willi's email address (probably as the author), or | ||
`capa -t communication` runs rules with the namespace `communication`. | ||
|
||
### IDA Pro plugin: capa explorer | ||
Please check out the [capa explorer documentation](/capa/ida/plugin/README.md). |