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
..
src/main/java GP-5179: Improvements to pyghidra_launcher.py 2024-12-10 11:11:19 -05:00
build.gradle GP-0: Framework Utility now requires Java 11+ instead of Java 8+. 2021-11-09 09:28:55 -05:00
certification.manifest GP-5078: Improvements to Ghidra Module directory layout 2024-10-31 10:34:26 -04:00
Module.manifest Candidate release of source code. 2019-03-26 13:46:51 -04:00
README.md GP-5078: Adding a little to modules' README 2024-11-04 11:27:05 -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.