Skip to content

Commit

Permalink
Update doc/usage.md
Browse files Browse the repository at this point in the history
Co-authored-by: Willi Ballenthin <[email protected]>
  • Loading branch information
yelhamer and williballenthin authored Aug 19, 2024
1 parent 9ce2a3c commit 28e274f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ For example, `capa sample.exe --restrict-to-functions 0x4019C0,0x401CD0` will on
addresses 0x401CD0 and 0x4019C0.

### only analyze selected processes
Use the `--processes` option to extract capabilities from only a selected set of processes.
For example, `capa report.log --processes 3888,3214,4299` will extract capabilities only from the processes 3888, 3214, and 4299.
Use the `--restrict-to-processes` option to extract capabilities from only a selected set of processes.
For example, `capa report.log --restrict-to-processes 3888,3214,4299` will extract capabilities only from the processes 3888, 3214, and 4299.

### IDA Pro plugin: capa explorer
Please check out the [capa explorer documentation](/capa/ida/plugin/README.md).
Expand Down

0 comments on commit 28e274f

Please sign in to comment.