From 2fae27129e1a13137e7c420dd8d846d565046ef0 Mon Sep 17 00:00:00 2001 From: Colton Gabertan <66766340+colton-gabertan@users.noreply.github.com> Date: Tue, 30 Jan 2024 14:37:27 -0800 Subject: [PATCH] simplify explanation Co-authored-by: Mike Hunhoff --- capa/ghidra/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capa/ghidra/README.md b/capa/ghidra/README.md index 3de38a498..7a2c84bcb 100644 --- a/capa/ghidra/README.md +++ b/capa/ghidra/README.md @@ -45,7 +45,7 @@ Use the following steps to execute `capa_explorer.py` and `capa_ghidra.py` using If you don't see `capa_explorer.py` and `capa_ghidra.py` make sure you have copied these scripts to your `$USER_HOME/ghidra_scripts` directory or manually added `` to the Ghidra Script Manager. -When executed, `capa_explorer.py` asks you to provide your capa rules directory. `capa_ghidra.py` may be ran in the same manner and supports `default`, `verbose`, and `vverbose` output formats when executed from the Ghidra Script Manager. `capa_ghidra.py` writes output to the Ghidra Console Window. `capa_explorer.py` will integrate results directly into the Ghidra project via labels, namespaces, comments, and bookmarks. +Both scripts ask you to provide the path of your capa rules directory. `capa_ghidra.py` also asks you to select `default`, `verbose`, and `vverbose` output formats used when writing output to the Ghidra Console Window. ### Using `capa_ghidra.py`