Skip to content

Commit

Permalink
Merge pull request #71 from sei-eschwartz/main
Browse files Browse the repository at this point in the history
Update for new release
  • Loading branch information
sei-eschwartz authored Feb 20, 2024
2 parents 274c2bb + b3575d1 commit b19c408
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Current Release

## 240220
- Improvements:
* Support for Ghidra 11.0.1

## 240106
- Bugfixes:
* Improve performance of Disassembly Improvements (#65)
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Kaiju yourself.
This release of CERT Kaiju supports Ghidra 10.3, 10.4, and 11,
and the following dependencies:

- [Ghidra](https://ghidra-sre.org) 10.3.x, 10.4.x, 11.0
- [Ghidra](https://ghidra-sre.org) 10.3.x, 10.4.x, 11.0.x
- [gradle](https://gradle.org/install/) 7.6+
- [GSON](https://github.com/google/gson) 2.8.6 (handled automatically by gradle)
- [JOpt Simple](https://github.com/jopt-simple/jopt-simple) 5.0.4 (handled automatically by gradle)
Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
plugins {
id 'java'
id 'kaiju.gradle.ghidrahtml'
id "de.undercouch.download" version "5.3.1" // used to download z3 source zip archive
id "de.undercouch.download" version "5.5.0" // used to download z3 source zip archive
id "io.github.tomtzook.gradle-cmake" version "1.2.2" // used to build z3 automatically
id 'com.adarshr.test-logger' version '4.0.0' // used because gradle sucks at showing test output
}
Expand Down Expand Up @@ -296,7 +296,6 @@ task buildZ3 {
if (!(file('build/cmake/z3/linux-amd64/libz3.so').exists() ||
file('build/cmake/z3/windows-amd64/libz3.dll').exists() ||
file('build/cmake/z3/osx-amd64/libz3.dylib').exists())) {
logger.warn("We are adding a dependency")
dependsOn(tasks.cmakeBuild)
}
}
Expand Down

0 comments on commit b19c408

Please sign in to comment.