al3xtjames / ghidra-firmware-utils

Ghidra utilities for analyzing PC firmware
Other
401 stars 45 forks source link

JRE compatibility between ghidra und firmware utils #5

Closed ubfx closed 4 years ago

ubfx commented 4 years ago

The ghidra client for shared projects works only with JREs up to JRE 11.

So if the firmware utils should be used for collaborative projects, one has to make sure to build it with the same JRE, that ghidra runs on (by setting JAVA_HOME environment variable for gradle).

Maybe this should be mentioned in the readme

al3xtjames commented 4 years ago

Thanks, I'll add this to the README.