Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 9 additions & 19 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,20 @@ jobs:
runs-on: "ubuntu-latest"
strategy:
matrix:
ghidra: ["11.3", "11.3.1", "11.3.2"]
ghidra: ["12.0"]
include:
- ghidra: "11.3"
ghidra-url: "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.3_build/ghidra_11.3_PUBLIC_20250205.zip"
ghidra-sha256: "73b42cec587f370bfef49809ae55d2c7a3db689e8f164a1e7d7b8de295b6359f"
ghidra-filename: "ghidra_11.3_PUBLIC_20250205.zip"
ghidra-folder: "ghidra_11.3_PUBLIC"
- ghidra: "11.3.1"
ghidra-url: "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.3.1_build/ghidra_11.3.1_PUBLIC_20250219.zip"
ghidra-sha256: "bcda0a9de8993444766cc255964c65c042b291ddaf6c50d654e316e442b441fa"
ghidra-filename: "ghidra_11.3.1_PUBLIC_20250219.zip"
ghidra-folder: "ghidra_11.3.1_PUBLIC"
- ghidra: "11.3.2"
ghidra-url: "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.3.2_build/ghidra_11.3.2_PUBLIC_20250415.zip"
ghidra-sha256: "99d45035bdcc3d6627e7b1232b7b379905a9fad76c772c920602e2b5d8b2dac2"
ghidra-filename: "ghidra_11.3.2_PUBLIC_20250415.zip"
ghidra-folder: "ghidra_11.3.2_PUBLIC"
- ghidra: "12.0"
ghidra-url: "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_12.0_build/ghidra_12.0_PUBLIC_20251205.zip"
ghidra-sha256: "af43e8cfb2fa4490cf6020c3a2bde25c159d83f45236a0542688a024e8fc1941"
ghidra-filename: "ghidra_12.0_PUBLIC_20251205.zip"
ghidra-folder: "ghidra_12.0_PUBLIC"

env:
GHIDRA_INSTALL_DIR: /home/runner/ghidra/${{ matrix.ghidra-folder }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Cache Ghidra
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
id: cache-ghidra
with:
path: ~/ghidra
Expand All @@ -46,7 +36,7 @@ jobs:
wget -q ${{ matrix.ghidra-url }}
echo "${{ matrix.ghidra-sha256 }} ${{ matrix.ghidra-filename }}" | sha256sum -c
unzip ${{ matrix.ghidra-filename }} -d ~/ghidra
- uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
- uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
with:
distribution: "temurin"
java-version: "21"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [5.1.0] - 2025-12-20
### Changed
- Upgrade to JRuby 10.0.2.0 (Ruby 3.4.2)
- Upgrade to Clojure 1.12.4
- Upgrade to Groovy 4.0.29
- Upgrade to Kotlin 2.3.0

## [5.0.0] - 2025-04-25
### Changed
- Upgrade to JRuby 10.0.0.0 (Ruby 3.4.2)
Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ plugins {
}

dependencies {
implementation('org.jruby:jruby-complete:10.0.0.0')
implementation('org.clojure:clojure:1.12.0')
implementation('org.apache.groovy:groovy:4.0.26')
implementation('org.apache.groovy:groovy-groovysh:4.0.26')
implementation('org.jruby:jruby-complete:10.0.2.0')
implementation('org.clojure:clojure:1.12.4')
implementation('org.apache.groovy:groovy:4.0.29')
implementation('org.apache.groovy:groovy-groovysh:4.0.29')
testImplementation('junit:junit:4.13.2')
runtimeOnly('org.jetbrains.kotlin:kotlin-scripting-jsr223:2.1.20')
runtimeOnly('org.jetbrains.kotlin:kotlin-scripting-jsr223:2.3.0')
}

test {
Expand Down
12 changes: 6 additions & 6 deletions src/main/help/help/TOC_Source.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
<tocroot>
<tocref id="Ghidra Functionality">
<tocref id="Scripting">
<tocdef id="Ruby_Dragon_main" sortgroup="z" text="Ruby Dragon" target="help/topics/Ruby_Dragon/main.html" />
<tocdef id="Ruby_Dragon_main" text="Ruby Dragon" target="help/topics/Ruby_Dragon/main.html" />
<tocref id="Ruby_Dragon_main">
<tocdef id="Clojure_interpreter" sortgroup="z" text="Clojure Interpreter" target="help/topics/Clojure/interpreter.html" />
<tocdef id="Groovy_interpreter" sortgroup="z" text="Groovy Interpreter" target="help/topics/Groovy/interpreter.html" />
<tocdef id="JShell_interpreter" sortgroup="z" text="JShell Interpreter" target="help/topics/JShell/interpreter.html" />
<tocdef id="Kotlin_interpreter" sortgroup="z" text="Kotlin Interpreter" target="help/topics/Kotlin/interpreter.html" />
<tocdef id="Ruby_interpreter" sortgroup="z" text="Ruby Interpreter" target="help/topics/Ruby/interpreter.html" />
<tocdef id="Clojure_interpreter" text="Clojure Interpreter" target="help/topics/Clojure/interpreter.html" />
<tocdef id="Groovy_interpreter" text="Groovy Interpreter" target="help/topics/Groovy/interpreter.html" />
<tocdef id="JShell_interpreter" text="JShell Interpreter" target="help/topics/JShell/interpreter.html" />
<tocdef id="Kotlin_interpreter" text="Kotlin Interpreter" target="help/topics/Kotlin/interpreter.html" />
<tocdef id="Ruby_interpreter" text="Ruby Interpreter" target="help/topics/Ruby/interpreter.html" />
</tocref>
</tocref>
</tocref>
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/expected/GhidraBasicsScript.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Catch_All@004011b0
FUN_004011d0
FUN_00401230
FUN_004012a0
FUN_004012ea
__security_check_cookie
FUN_004013bd
entry
FUN_00401549
Expand Down