Big usability bump in today’s minor release of Ghidra. Extensions are built against the Java code of a specific version so installation has always required an exact string comparison to match the version. But realistically this is only necessary if the interfaces on the Java functions called by the extension change. Allowing to bypass this check allows users try extensions without the authors or users needing to build every release. #ghidra #reverseengineering