mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00

* Specifying supported Python versions in application.properties so other things can get access to it (similar to how we do it for Java and Gradle supported versions) * Only try to launch PyGhidra with a supported version of Python
17 lines
642 B
XML
17 lines
642 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<?eclipse-pydev version="1.0"?><pydev_project>
|
|
|
|
|
|
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
|
|
|
|
|
|
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python interpreter</pydev_property>
|
|
|
|
|
|
<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
|
|
<path>/${PROJECT_DIR_NAME}/ghidra_scripts</path>
|
|
<path>/${PROJECT_DIR_NAME}/src/main/py/src/pyghidra</path>
|
|
<path>/${PROJECT_DIR_NAME}/support</path>
|
|
</pydev_pathproperty>
|
|
|
|
</pydev_project>
|