forked from cmu-sei/kaiju
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from CERTCC/main
sync to 230331 release
- Loading branch information
Showing
10 changed files
with
125 additions
and
338 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,25 @@ | ||
# Next | ||
# Next Release Goals | ||
|
||
- New Features: | ||
* Updated gradle to build Z3 from downloaded source zip | ||
* Gradle build to support Java 17 for Ghidra 10.2+ | ||
* Simplified build instructions, in new INSTALL.md file | ||
* | ||
- Bugfixes: | ||
* Fix an FnHash error | ||
* | ||
|
||
|
||
# Current Release | ||
|
||
## 230330 | ||
|
||
- New Features: | ||
* Updated gradle to allow auto building Z3 from downloaded source zip | ||
* Gradle build to support Java 17 for Ghidra 10.2+ | ||
* Simplified build and install instructions, in new INSTALL.md file | ||
* Status check tool to test for Z3, autoload library if possible | ||
- Bugfixes: | ||
* Fix an FnHash error that would hang the UI (#25) | ||
* Fix errors loading Z3 libraries (#6, #20, #30) | ||
* Catch GhiHorn error from Ghidra HighVariable (#23) | ||
* Catch an error with java time (#34) | ||
|
||
|
||
# Past Releases |
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=CERT Kaiju | ||
description=CERT Kaiju - Binary Analysis Framework for Ghidra | ||
author=CERT Executable Code Analysis Team | ||
createdOn=03/28/2023 | ||
createdOn=03/30/2023 | ||
version=@extversion@ |
Oops, something went wrong.