-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Willi Ballenthin <[email protected]>
- Loading branch information
1 parent
79f3097
commit 9ce2a3c
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -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 | ||
|