File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ For more information on how Jep works to embed Python in Java see their document
80
80
Tool | Version |Source |
81
81
| ---| ---| ---|
82
82
| Ghidrathon | ` >= 4.0.0 ` | https://github.com/mandiant/Ghidrathon/releases |
83
- | Python | ` >= 3.8 ` | https://www.python.org/downloads |
83
+ | Python | ` >= 3.8.0 ` | https://www.python.org/downloads |
84
84
| Jep | ` 4.2.0 ` | https://github.com/ninia/jep/releases |
85
85
| Ghidra | ` >= 10.3.2 ` | https://github.com/NationalSecurityAgency/ghidra/releases |
86
86
| Java | ` >= 17.0.0 ` | https://adoptium.net/temurin/releases/ |
@@ -107,7 +107,7 @@ $ python ghidrathon_configure.py <absolute_path_to_ghidra_install_dir>
107
107
108
108
### Switching Python Interpreters
109
109
110
- You can switch Ghidrathon to use a different Python interpreter by running ` ghidrathon_configure.py ` from the new Python interpreter.
110
+ You can switch Ghidrathon to use a different Python interpreter by running ` ghidrathon_configure.py ` using the new Python interpreter.
111
111
112
112
### Python Virtual Environments
113
113
You can’t perform that action at this time.
0 commit comments