Files
ghidra/Ghidra/Framework/Utility
Ryan Kurtz 6443e97b64 GP-5179: Improvements to pyghidra_launcher.py
* 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
2024-12-10 11:11:19 -05:00
..

Utility

This module provides the entry point for the Ghidra application, as well as all of the utilities needed to dynamically discover and load Ghidra modules.

NOTE: Classes in this module may not depend on any classes/jars that reside outside of this module.