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 79f3097 commit 9ce2a3c
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 @@ -10,8 +10,8 @@ For example, `capa -t [email protected]` runs rules that reference
`capa -t communication` runs rules with the namespace `communication`.

### only analyze selected functions
Use the `--functions` option to extract capabilities from only a selected set of functions.
For example, `capa sample.exe --functions 0x4019C0,0x401CD0` will only extract the capabilities in the functions found at
Use the `--restrict-to-functions` option to extract capabilities from only a selected set of functions.
For example, `capa sample.exe --restrict-to-functions 0x4019C0,0x401CD0` will only extract the capabilities in the functions found at
addresses 0x401CD0 and 0x4019C0.

### only analyze selected processes
Expand Down

0 comments on commit 9ce2a3c

Please sign in to comment.