Files
ghidra/Ghidra/Features/PyGhidra
jhq223 8148f6364f refactor(pyghidra_launcher): Improve get_package_version implementation
Refactors the `get_package_version` helper function to use the standard
`importlib.metadata` library instead of a subprocess call to `pip show`.

This change provides several benefits:
- Robustness: Avoids brittle parsing of command-line tool output.
- Performance: Eliminates the overhead of spawning a new process.
- Correctness: The return type hint is corrected to `Optional[str]` to
  accurately reflect that the function can return `None`.
- Simplicity: The unused `python_cmd` parameter has been removed,
  simplifying the function's signature.
2025-10-25 18:18:05 +08:00
..
2024-09-09 10:50:12 -04:00
2024-09-09 10:50:12 -04:00
2025-01-30 06:35:01 -05:00
2024-12-20 13:33:57 -05:00

PyGhidra

This module provides the following capabilities: