Skip to content

Commit

Permalink
Merge pull request #3 from SuperKenVery/main
Browse files Browse the repository at this point in the history
Update README.md: Inaccurate instruction
  • Loading branch information
evyatar9 authored Apr 7, 2023
2 parents 47ec948 + e46ea75 commit 0694a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GptHidra is a Ghidra plugin that uses the [OpenAI Chat GPT](https://chat.openai.
## Installation

1. Download the GptHidra script [GptHidra.py](./GptHidra.py).
2. Open the Ghidra Script Manager (found in the `Tools` menu).
2. Open the Ghidra Script Manager (found in the `Window` menu).
3. Click the `New` button to create a new script.
4. Select `Python` as the language and give the script the name `GptHidra.py`.
5. Paste the contents of the [GptHidra.py](./GptHidra.py) script into the editor window.
Expand Down Expand Up @@ -50,4 +50,4 @@ If you would like to contribute to the GptHidra extension, feel free to submit a

## Stargazers over time

[![Stargazers over time](https://starchart.cc/evyatar9/GptHidra.svg)](https://starchart.cc/evyatar9/GptHidra)
[![Stargazers over time](https://starchart.cc/evyatar9/GptHidra.svg)](https://starchart.cc/evyatar9/GptHidra)

0 comments on commit 0694a89

Please sign in to comment.