There are a few requirements:
git clone https://github.com/silvan-flum/ghidrion.git
File
-> Import
-> Existing Gradle Project
-> Next
-> Choose ghidrion/Ghidrion
as Project root directory -> Next
-> Next
-> Finish
GhidraDev
-> New
-> Ghidra Module Project...
-> Project name: GhidrionSetup
-> Next
-> Uncheck all except Plugin
-> Next
-> Choose Ghidra 10.2.3 -> Next
-> Finish
GhidrionSetup/.classpath
and GhidrionSetup/.project
to ghidrion/Ghidrion
(replace existing .classpath and .project)GhidrionSetup
directory if you wishghidrion/Ghidrion/.project
and replace <name>GhidrionSetup</name>
with <name>Ghidrion</name>
ghidrion/Ghidrion
in a terminal:
gradle build
Build Path
-> Configure Build Path...
-> Libraries
-> Classpath
-> Add JARs...
-> Ghidrion
-> lib
-> Choose all .jar files -> OK
-> Apply and Close
Run as
-> Ghidra