mirror of
https://github.com/encounter/ghidra-cli.git
synced 2026-07-10 03:18:56 -07:00
- Implemented `install_pyghidra` function to set up PyGhidra in a Python virtual environment for Ghidra installations. - Enhanced `install_ghidra` to call `install_pyghidra` after Ghidra installation. - Updated daemon command handling to include program name in start, restart, and stop commands. - Refactored project path resolution to streamline project management. - Improved socket path handling to respect `GHIDRA_CLI_SOCKET` environment variable for testing. - Modified tests to remove ignore flags, allowing for automated testing without Ghidra installation. - Added analysis step in test project setup to ensure comments and other features work correctly.