From a9591aad1b943f9e8a63eb9b4e4d16fa933f365c Mon Sep 17 00:00:00 2001 From: Michael Hunhoff Date: Wed, 16 Sep 2020 13:53:47 -0600 Subject: [PATCH] updating explorer documentation link --- capa/ida/plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capa/ida/plugin/README.md b/capa/ida/plugin/README.md index bd70d6b9..51fa5d5b 100644 --- a/capa/ida/plugin/README.md +++ b/capa/ida/plugin/README.md @@ -97,7 +97,7 @@ downloading and using the [standard collection of capa rules](https://github.com Because capa explorer is packaged with capa you will need to install capa locally for development. You can install capa locally by following the steps outlined in `Method 3: Inspecting the capa source code` of the [capa -installation guide](https://github.com/fireeye/capa/blob/ida_plugin_documentation/doc/installation.md#method-3-inspecting-the-capa-source-code). Once installed, copy [capa_explorer.py](https://raw.githubusercontent.com/fireeye/capa/master/capa/ida/plugin/capa_explorer.py) +installation guide](https://github.com/fireeye/capa/blob/master/doc/installation.md#method-3-inspecting-the-capa-source-code). Once installed, copy [capa_explorer.py](https://raw.githubusercontent.com/fireeye/capa/master/capa/ida/plugin/capa_explorer.py) to your IDA plugins directory to run the plugin in IDA. ### Components