Skip to content

Commit

Permalink
ghidra 11.1.2 (#4876)
Browse files Browse the repository at this point in the history
* ghidra 11.1.2

* drop unused private class which doesn't compile any longer after an api change

* avoid `+` which breaks some scripts
  • Loading branch information
mpollmeier authored Aug 26, 2024
1 parent ccb820b commit 086ccfa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@ class Ghidra2Cpg extends X2CpgFrontend[Config] {
new LiteralPass(cpg, flatProgramAPI).createAndApply()
}

private class HeadlessProjectConnection(projectManager: HeadlessGhidraProjectManager, connection: GhidraURLConnection)
extends DefaultProject(projectManager, connection) {}

private class HeadlessGhidraProjectManager extends DefaultProjectManager {}
}

Expand Down
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object Versions {
val eclipseCdt = "8.4.0.202401242025"
val eclipseCore = "3.20.100"
val eclipseText = "3.14.0"
val ghidra = "11.0_PUBLIC_20231222-2"
val ghidra = "11.1.2_PUBLIC_20240709-1"
val gradleTooling = "8.3"
val jacksonDatabind = "2.17.0"
val javaParser = "3.25.9"
Expand Down

0 comments on commit 086ccfa

Please sign in to comment.