GP-0: Adding instructions stating to not extract the Ghidra zip on top

of an existing installation
This commit is contained in:
Ryan Kurtz
2025-07-29 11:29:32 -04:00
parent b76bbb843f
commit b239500645
2 changed files with 3 additions and 0 deletions

View File

@@ -66,6 +66,8 @@ a specific need.
To install Ghidra, simply extract the Ghidra distribution file to the desired filesystem destination To install Ghidra, simply extract the Ghidra distribution file to the desired filesystem destination
using any unzip program (built-in OS utilities, 7-Zip, WinZip, WinRAR, etc). using any unzip program (built-in OS utilities, 7-Zip, WinZip, WinRAR, etc).
__NOTE:__ Do not extract Ghidra on top of an existing installation.
### Installation Notes ### Installation Notes
* Ghidra does not use a traditional installer program. Instead, the Ghidra distribution file is * Ghidra does not use a traditional installer program. Instead, the Ghidra distribution file is
simply extracted in-place on the filesystem. This approach has advantages and disadvantages. On simply extracted in-place on the filesystem. This approach has advantages and disadvantages. On

View File

@@ -33,6 +33,7 @@ To install an official pre-built multi-platform Ghidra release:
`ghidra_<version>_<release>_<date>.zip` which can be found under the "Assets" drop-down. `ghidra_<version>_<release>_<date>.zip` which can be found under the "Assets" drop-down.
Downloading either of the files named "Source Code" is not correct for this step. Downloading either of the files named "Source Code" is not correct for this step.
* Extract the Ghidra release file * Extract the Ghidra release file
- **NOTE:** Do not extract on top of an existing installation
* Launch Ghidra: `./ghidraRun` (`ghidraRun.bat` for Windows) * Launch Ghidra: `./ghidraRun` (`ghidraRun.bat` for Windows)
- or launch [PyGhidra][pyghidra]: `./support/pyGhidraRun` (`support\pyGhidraRun.bat` for Windows) - or launch [PyGhidra][pyghidra]: `./support/pyGhidraRun` (`support\pyGhidraRun.bat` for Windows)