mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09: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
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.