LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/pyghidra/__init__.py
src/pyghidra/__main__.py
src/pyghidra/converters.py
src/pyghidra/core.py
src/pyghidra/ghidra_launch.py
src/pyghidra/ghidradoc.py
src/pyghidra/gui.py
src/pyghidra/javac.py
src/pyghidra/launcher.py
src/pyghidra/properties.py
src/pyghidra/script.py
src/pyghidra/version.py
src/pyghidra.egg-info/PKG-INFO
src/pyghidra.egg-info/SOURCES.txt
src/pyghidra.egg-info/dependency_links.txt
src/pyghidra.egg-info/entry_points.txt
src/pyghidra.egg-info/requires.txt
src/pyghidra.egg-info/top_level.txt
src/pyghidra/internal/__init__.py
src/pyghidra/internal/plugin/__init__.py
src/pyghidra/internal/plugin/completions.py
src/pyghidra/internal/plugin/plugin.py
tests/test_argparser.py
tests/test_core.py
tests/test_plugin.py
tests/data/example_script.py
tests/data/import_test_script.py
tests/data/programless_script.py
tests/data/projectless_script.py
tests/data/bad_plugin/BadPluginClass.java
tests/data/good_plugin/DummyTestRecognizer.java