From e39a2ce98f39a38461adfd6fcc800f07f589456f Mon Sep 17 00:00:00 2001 From: Mike Hunhoff Date: Mon, 25 Sep 2023 12:45:13 -0600 Subject: [PATCH] Update Ghidra version requirements in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07712a0..3063386 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ The following tools are needed to build, install, and run Ghidrathon: Tool | Version |Source | |---|---|---| -| Ghidra | `>= 10.2` | https://ghidra-sre.org | +| Ghidra | `>= 10.3` | https://ghidra-sre.org | | Jep | `>= 4.1.1` | https://github.com/ninia/jep | | Gradle | `>= 7.3` | https://gradle.org/releases | | Python | `>= 3.8` | https://www.python.org/downloads |