From 6396487402586e75c4aebffb89a4105e81009b9a Mon Sep 17 00:00:00 2001 From: Andrea Marcelli Date: Tue, 11 Feb 2020 10:53:17 +0100 Subject: [PATCH] Updated README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 372ccc3..87c310d 100755 --- a/README.md +++ b/README.md @@ -41,11 +41,11 @@ More information are provided in the **Features description** section. ## Requirements -* IDA Pro 7.x +* IDA Pro 7.x and Python2 or IDA Pro 7.4 and Python3 -* Python2, `requests` and `pygments` installed. +* `requests` and `pygments` installed. -* A local installation of [Ghidra](https://ghidra-sre.org/InstallationGuide.html#Install) or the [Ghidraaas](https://github.com/Cisco-Talos/Ghidraaas). +* A local installation of [Ghidra](https://ghidra-sre.org/InstallationGuide.html#Install) or [Ghidraaas](https://github.com/Cisco-Talos/Ghidraaas). ## Installation @@ -54,11 +54,14 @@ More information are provided in the **Features description** section. * IDA Pro 7.x -* Install `requests` and `pygments` in Python 2. +* Install `requests` and `pygments` in Python 2 or Python 3. ``` pip install requests pip install pygments ``` + +* Download the latest release from the [release](https://github.com/Cisco-Talos/GhIDA/releases) page. + * Copy `ghida.py` and the `ghida_plugin` folder in the `plugins` folder of your IDA Pro installation. * The first time GhIDA is launched (Ctrl+Alt+D or *Edit* > *Plugins* > *GhIDA Decompiler*), a settings form is displayed, as shown in the previous image.