Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Marcelli committed Feb 11, 2020
1 parent 2b5d646 commit 6396487
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 6396487

Please sign in to comment.