64kramsystem / 64kramsystem/ghidra-vice-connector

Monitor command passthrough

未關閉
#11 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
priority: low
主要語言
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 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。