mirror of
https://github.com/encounter/ghidra-cli.git
synced 2026-07-10 03:18:56 -07:00
Batch was broken because it sent a single "batch" command to the Java bridge, which rejected it. Now the Rust CLI parses each line of the batch file as a sub-command and dispatches them individually through execute_via_bridge, collecting results into a JSON response. Also updated CI to install Java 21 (required by Ghidra 12.0.1). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>