64kramsystem / 64kramsystem/ghidra-vice-connector
Monitor command passthrough
- 主要語言
- Python
- 星號
- 1
- 分支
- 0
- PR 合併指標
- 30 天內沒有已合併 PR
描述
## Description
VICE's text monitor supports many commands beyond what the BMP protocol exposes directly (e.g., `d` for disassembly, `m` for memory dump, `io` for I/O register display, `load`/`save` for files). Exposing a command passthrough would let advanced users run arbitrary monitor commands from Ghidra.
## Proposed implementation
- Add a remote method `monitor_command(process: C64, command: str)` that sends a text command to VICE
- Display the text response in Ghidra's console or as a popup
- Note: the BMP protocol's support for text commands is not fully documented; may need to use the text monitor socket instead of BMP
## Why this matters
Power users familiar with VICE's monitor could use Ghidra as a frontend without losing access to advanced monitor features.
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。