Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CERTCC/kaiju
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 240220
Choose a base ref
...
head repository: CERTCC/kaiju
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 240328
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 27, 2024

  1. Build for 11.0.2

    sei-eschwartz committed Mar 27, 2024
    Copy the full SHA
    0471481 View commit details
  2. Update ChangeLog

    sei-eschwartz committed Mar 27, 2024
    Copy the full SHA
    f7347b3 View commit details
  3. Merge branch 'main' into main

    sei-eschwartz authored Mar 27, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2c0c69d View commit details
  4. Merge pull request #72 from sei-eschwartz/main

    Add support for Ghidra 11.0.2
    sei-eschwartz authored Mar 27, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    51907a6 View commit details
Showing with 6 additions and 2 deletions.
  1. +1 −1 .github/workflows/release_on_tag.yml
  2. +1 −1 .github/workflows/run_tests_on_push_pr.yml
  3. +4 −0 CHANGELOG.md
2 changes: 1 addition & 1 deletion .github/workflows/release_on_tag.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
ghidra_version: ["10.3", "10.3.1", "10.3.2", "10.3.3", "10.4", "11.0", "11.0.1"]
ghidra_version: ["10.3", "10.3.1", "10.3.2", "10.3.3", "10.4", "11.0", "11.0.1", "11.0.2"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_on_push_pr.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
ghidra_version: ["10.3", "10.3.1", "10.3.2", "10.3.3", "10.4", "11.0", "11.0.1"]
ghidra_version: ["10.3", "10.3.1", "10.3.2", "10.3.3", "10.4", "11.0", "11.0.1", "11.0.2"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Current Release

## 240328
- Improvements:
* Support for Ghidra 11.0.2

## 240220
- Improvements:
* Support for Ghidra 11.0.1