Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It seems that the new version of ghidra is not supported #8

Closed
wxcree opened this issue Mar 22, 2022 · 3 comments
Closed

It seems that the new version of ghidra is not supported #8

wxcree opened this issue Mar 22, 2022 · 3 comments

Comments

@wxcree
Copy link

wxcree commented Mar 22, 2022

Extension version for [eBPF-for-Ghidra] is incompatible with Ghidra.

Build Date: 2022-Jan-25 1526 EST
Ghidra Version: 10.1.2
Java Home: /Library/Java/JavaVirtualMachines/temurin-11.jdk/Contents/Home
JVM Version: Eclipse Adoptium 11.0.14.1
OS: Mac OS X 12.0.1 x86_64

@wxcree wxcree closed this as completed Mar 22, 2022
@wxcree
Copy link
Author

wxcree commented Mar 22, 2022

sorry, I found the solution

@jqgsninimo
Copy link

I got the following error when importing ghidra_9.2_eBPF-for-Ghidra.zip:

Extension version for [ghidra_9.2_eBPF-for-Ghidra.zip] is incompatible with Ghidra.

I solved it as follows:

  1. Generate extension

    git clone https://github.com/Nalen98/eBPF-for-Ghidra.git
    cd eBPF-for-Ghidra
    export GHIDRA_INSTALL_DIR=/Applications/Ghidra
    gradle 
    
  2. Install extension
    Chidra → File → Install Extensions... → ➕(Add extension)→ Select the file generated in the first step:
    ~/eBPF-for-Ghidra/dist/ghidra_10.1.2_PUBLIC_20220401_eBPF-for-Ghidra.zip

@Nalen98
Copy link
Owner

Nalen98 commented Apr 1, 2022

Hi! Yeah, I see you use Ghidra 10.1.2 , so Ghidra and plugin versions must be equal ( GHIDRA_INSTALL_DIR env should be path of Ghidra 10.1.2). Your steps are correct.

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

No branches or pull requests

3 participants