-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4bf99b7
commit 36569d4
Showing
2 changed files
with
22 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Building Ghidrathon | ||
|
||
## Building Ghidrathon | ||
|
||
### Requirements | ||
|
||
Tool | Version |Source | | ||
|---|---|---| | ||
| Ghidrathon | `>= 4.0.0` | https://github.com/mandiant/Ghidrathon/releases | | ||
| Ghidra | `>= 10.3.2` | https://github.com/NationalSecurityAgency/ghidra/releases | | ||
| Java | `>= 17.0.0` | https://adoptium.net/temurin/releases/ | | ||
| Gradle | `>= 7.3` | https://gradle.org/releases | | ||
|
||
Use the following steps to build Ghidrathon: | ||
1. Download the [supported Jep JAR release](https://github.com/ninia/jep/releases/download/v4.2.0/jep-4.2.0.jar) to `<absolute_path_to_ghidrathon_source_dir>\lib` | ||
2. Execute gradle from `<absolute_path_to_ghidrathon_source_dir>`: | ||
``` | ||
$ gradle -PGHIDRA_INSTALL_DIR=<absolute_path_to_Ghidra_install_dir> | ||
``` | ||
|
||
The extension is stored in `<absolute_path_to_ghidrathon_source_dir>\dist`. |