Merge pull request #308 from fireeye/ida_plugin_rename

ida plugin: new name
This commit is contained in:
mike-hunhoff
2020-09-11 13:14:08 -06:00
committed by GitHub
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ logger = logging.getLogger(__name__)
class CapaExplorerPlugin(idaapi.plugin_t): class CapaExplorerPlugin(idaapi.plugin_t):
# Mandatory definitions # Mandatory definitions
PLUGIN_NAME = "FLARE capa plugin" PLUGIN_NAME = "FLARE capa explorer"
PLUGIN_VERSION = "1.0.0" PLUGIN_VERSION = "1.0.0"
PLUGIN_AUTHORS = "michael.hunhoff@mandiant.com, william.ballenthin@mandiant.com, moritz.raabe@mandiant.com" PLUGIN_AUTHORS = "michael.hunhoff@mandiant.com, william.ballenthin@mandiant.com, moritz.raabe@mandiant.com"
+1 -1
View File
@@ -32,7 +32,7 @@ We like to use capa to help find the most interesting parts of a program, such a
![capa explorer](img/capa_explorer.png) ![capa explorer](img/capa_explorer.png)
The plugin currently supports IDA Pro 7.1 through 7.5 with either Python 2 or Python 3. To use the plugin, install capa The plugin currently supports IDA Pro 7.1 through 7.5 with either Python 2 or Python 3. To use the plugin, install capa
by following method 2 or 3 from the [installation guide](installation.md) and copy [capa_plugin_ida.py](../capa/ida/plugin/capa_plugin_ida.py) by following method 2 or 3 from the [installation guide](installation.md) and copy [capa_plugin_ida.py](../capa/ida/plugin/capa_explorer.py)
to the plugins directory of your IDA Pro installation. Following these steps you can run capa explorer in IDA Pro by navigating to the plugins directory of your IDA Pro installation. Following these steps you can run capa explorer in IDA Pro by navigating
to `Edit > Plugins > capa explorer`. The plugin will prompt you to select a rules directory to use for analysis. You can to `Edit > Plugins > capa explorer`. The plugin will prompt you to select a rules directory to use for analysis. You can
use the [default rule set](https://github.com/fireeye/capa-rules/) or point the plugin to your own directory of rules. use the [default rule set](https://github.com/fireeye/capa-rules/) or point the plugin to your own directory of rules.