mirror of
https://github.com/vee1e/capa.git
synced 2026-09-01 10:48:51 +00:00
doc: update usage information
This commit is contained in:
parent
3ce01fa01b
commit
bebc9b0c4f
3 changed files with 2 additions and 2 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 47 KiB |
BIN
doc/img/capa_explorer.png
Normal file
BIN
doc/img/capa_explorer.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 83 KiB |
|
|
@ -9,7 +9,7 @@ See `capa -h` for all supported arguments and usage examples.
|
|||
- [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.*`).
|
||||
Use the `-t` option to run rules with the given metadata value (see the rule fields `rule.meta.*`).
|
||||
For example, `capa -t william.ballenthin@mandiant.com` runs rules that reference Willi's email address (probably as the author), or
|
||||
`capa -t communication` runs rules with the namespace `communication`.
|
||||
|
||||
|
|
@ -29,7 +29,7 @@ The capa explorer allows you to interactively display and browse capabilities ca
|
|||
As you select rules or logic, capa will highlight the addresses that support its analysis conclusions.
|
||||
We like to use capa to help find the most interesting parts of a program, such as where the C2 mechanism might be.
|
||||
|
||||

|
||||

|
||||
|
||||
#### rule generator
|
||||
The rule generator helps you to easily write new rules based on the function you are currently analyzing in your IDA disassembly view.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue