Skip to content

Commit 2e3c9aa

Browse files
committed
doc: add links to each option in the ways-to-consume table
Addresses reviewer feedback to provide a link to learn more for each consumption method (IDA Pro, Ghidra, CAPE, Web/capa Explorer). Refs #2273
1 parent 0ce047e commit 2e3c9aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/usage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ See `capa -h` for all supported arguments and usage examples.
77
| Method | Output / interface | Typical use |
88
|--------|--------------------|-------------|
99
| **CLI** | Text (default, `-v`, `-vv`), JSON (`-j`), or other formats | Scripting, CI, one-off analysis |
10-
| **IDA Pro** | capa Explorer plugin inside IDA | Interactive analysis with jump-to-address |
11-
| **Ghidra** | capa Explorer plugin inside Ghidra | Interactive analysis with Ghidra integration |
12-
| **CAPE** | capa run on sandbox report (e.g. CAPE, VMRay) | Dynamic analysis of sandbox output |
13-
| **Web (capa Explorer)** | Web UI (upload JSON or load from URL) | Sharing results, viewing from VirusTotal or similar |
10+
| [**IDA Pro**](https://github.com/mandiant/capa/tree/master/capa/ida/plugin) | capa Explorer plugin inside IDA | Interactive analysis with jump-to-address |
11+
| [**Ghidra**](https://github.com/mandiant/capa/tree/master/capa/ghidra/plugin) | capa Explorer plugin inside Ghidra | Interactive analysis with Ghidra integration |
12+
| [**CAPE**](https://www.mandiant.com/resources/blog/dynamic-capa-executable-behavior-cape-sandbox) | capa run on sandbox report (e.g. CAPE, VMRay) | Dynamic analysis of sandbox output |
13+
| [**Web (capa Explorer)**](https://mandiant.github.io/capa/explorer/) | Web UI (upload JSON or load from URL) | Sharing results, viewing from VirusTotal or similar |
1414

1515
## tips and tricks
1616

0 commit comments

Comments
 (0)