mirror of
https://github.com/mandiant/capa.git
synced 2026-03-12 21:23:12 -07:00
doc: fix typo and add documentation links in README
- usage.md: fix 'occurance' -> 'occurrence' - README: add short doc links (usage, installation, limitations, FAQ) Fixes #2274
This commit is contained in:
committed by
Willi Ballenthin
parent
8aef630a7f
commit
5ef4ad96ee
@@ -32,6 +32,7 @@
|
|||||||
|
|
||||||
### Development
|
### Development
|
||||||
|
|
||||||
|
- doc: fix typo in usage.md, add documentation links to README @devs6186 #2274
|
||||||
- ci: deprecate macos-13 runner and use Python v3.13 for testing @mike-hunhoff #2777
|
- ci: deprecate macos-13 runner and use Python v3.13 for testing @mike-hunhoff #2777
|
||||||
|
|
||||||
### Raw diffs
|
### Raw diffs
|
||||||
|
|||||||
@@ -87,6 +87,8 @@ Download stable releases of the standalone capa binaries [here](https://github.c
|
|||||||
|
|
||||||
To use capa as a library or integrate with another tool, see [doc/installation.md](https://github.com/mandiant/capa/blob/master/doc/installation.md) for further setup instructions.
|
To use capa as a library or integrate with another tool, see [doc/installation.md](https://github.com/mandiant/capa/blob/master/doc/installation.md) for further setup instructions.
|
||||||
|
|
||||||
|
**Documentation:** [Usage and tips](doc/usage.md) · [Installation](doc/installation.md) · [Limitations](doc/limitations.md) · [FAQ](doc/faq.md)
|
||||||
|
|
||||||
# capa Explorer Web
|
# capa Explorer Web
|
||||||
The [capa Explorer Web](https://mandiant.github.io/capa/explorer/) enables you to interactively explore capa results in your web browser. Besides the online version you can download a standalone HTML file for local offline usage.
|
The [capa Explorer Web](https://mandiant.github.io/capa/explorer/) enables you to interactively explore capa results in your web browser. Besides the online version you can download a standalone HTML file for local offline usage.
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ For example, `capa -t william.ballenthin@mandiant.com` runs rules that reference
|
|||||||
|
|
||||||
### only analyze selected functions
|
### only analyze selected functions
|
||||||
Use the `--restrict-to-functions` option to extract capabilities from only a selected set of functions. This is useful for analyzing
|
Use the `--restrict-to-functions` option to extract capabilities from only a selected set of functions. This is useful for analyzing
|
||||||
large functions and figuring out their capabilities and their address of occurance; for example: PEB access, RC4 encryption, etc.
|
large functions and figuring out their capabilities and their address of occurrence; for example: PEB access, RC4 encryption, etc.
|
||||||
|
|
||||||
To use this, you can copy the virtual addresses from your favorite disassembler and pass them to capa as follows:
|
To use this, you can copy the virtual addresses from your favorite disassembler and pass them to capa as follows:
|
||||||
`capa sample.exe --restrict-to-functions 0x4019C0,0x401CD0`. If you add the `-v` option then capa will extract the interesting parts of a function for you.
|
`capa sample.exe --restrict-to-functions 0x4019C0,0x401CD0`. If you add the `-v` option then capa will extract the interesting parts of a function for you.
|
||||||
|
|||||||
Reference in New Issue
Block a user