add architecture verification to ghidrathon_configure.py
Opened this issue · 0 comments
mike-hunhoff commented
The architectures of the Java installation and Python installations used with Ghidrathon must be compatible. This is because Jep is built by Python and loaded by Java. It would be preferable if ghidrathon_configure.py
was able to verify that the architectures are compatible. This will take a bit of research to develop a cross-platform solution that does not add additional work for the user.