Ayrx / JNIAnalyzer

Analysis scripts for Ghidra to work with Android NDK libraries.
320 stars 29 forks source link

incompatible with ghidra #7

Closed linhlhq closed 5 years ago

linhlhq commented 5 years ago

Hello, when I built the plugin and installed I got this error. How do I fix it? Thanks. Screen Shot 2019-11-08 at 12 00 36 PM

Ayrx commented 5 years ago

Hi!

I believe it's because I have extension.properties set to 9.0.4 here: https://github.com/Ayrx/JNIAnalyzer/blob/master/JNIAnalyzer/extension.properties#L4

You can try changing that and recompiling to see if it works for you. I'll bump up the version when I have time to move to 9.1 and test.

Ayrx commented 5 years ago

Fixed in 51d45e2. It should work in Ghidra 9.1 now.