Skip to content

Ghidra 12 support#5

Merged
edmcman merged 6 commits into
devfrom
ghidra-12
Dec 18, 2025
Merged

Ghidra 12 support#5
edmcman merged 6 commits into
devfrom
ghidra-12

Conversation

@edmcman

@edmcman edmcman commented Dec 18, 2025

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings December 18, 2025 14:43

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request adds Ghidra 12 support to the project by expanding the CI test matrix to include Ghidra version 12.0 alongside the existing 11.3.2 version. This ensures broader compatibility testing across multiple Ghidra versions.

Key changes:

  • Extends the GitHub Actions test matrix to include Ghidra 12.0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/test.yml Outdated
# Test against multiple Ubuntu versions and Ghidra versions for broader compatibility
os: [ubuntu-22.04, ubuntu-24.04]
ghidra_version: ["11.3.2"]
ghidra_version: ["11.3.2", "12.0"]

Copilot AI Dec 18, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version "12.0" appears to be incorrect. Ghidra 12's official release uses version "12.0.0", not "12.0". This will cause the workflow to fail when attempting to download Ghidra because:

  1. The GitHub release tag is "Ghidra_12.0.0_build" (not "Ghidra_12.0_build")
  2. The extracted directory name is "ghidra_12.0.0_PUBLIC" (not "ghidra_12.0_PUBLIC")

The version should be changed to "12.0.0" to match Ghidra's actual release naming convention.

Suggested change
ghidra_version: ["11.3.2", "12.0"]
ghidra_version: ["11.3.2", "12.0.0"]

Copilot uses AI. Check for mistakes.
@edmcman edmcman changed the base branch from main to dev December 18, 2025 15:01
@edmcman

edmcman commented Dec 18, 2025

Copy link
Copy Markdown
Owner Author

12.0 is failing because pyghidra is now the default. We should merge in #4 and then this will hopefully fix that.

@edmcman edmcman merged commit 057151a into dev Dec 18, 2025
16 checks passed
@edmcman edmcman deleted the ghidra-12 branch December 18, 2025 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants