Commit Graph
11 Commits
Author SHA1 Message Date
Alexander Kiselev 2447137ffc fixes 2026-02-04 21:38:09 -08:00
Alexander Kiselev 3293e1a545 bumped version 2026-02-04 19:42:15 -08:00
Alexander Kiselev 8aadc35e0d refactor: update CLI commands and remove deprecated quick analysis feature 2026-02-04 19:36:16 -08:00
Alexander Kiselev 9ce351575b cleanup 2026-02-04 18:54:58 -08:00
Alexander Kiselev 3d20a3104f fixes 2026-02-04 14:26:33 -08:00
Alexander Kiselev a550ad1d35 more work on v2 java bridge 2026-02-04 14:14:15 -08:00
Alexander Kiselev ac1fb7b931 v2 wip 2026-02-04 14:04:32 -08:00
Alexander Kiselev 005581c960 new java plugin plan 2026-02-04 13:35:09 -08:00
Alexander KiselevandClaude Opus 4.5 25ca14ab34 Add troubleshooting documentation for common setup issues
- Add Troubleshooting section to main README with:
  - Missing X11 libraries fix for Linux/WSL (libXtst)
  - Java version requirements (JDK 17+ not JRE)
  - WSL-specific notes
  - How to view daemon logs
  - Doctor command usage
- Document startup logging in daemon README

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 03:09:49 -08:00
Alexander KiselevandClaude Opus 4.5 beb78c2b03 Add comprehensive logging for Ghidra startup diagnostics
- Capture and log both stdout and stderr from Ghidra/pyghidra at info level
- Log the full command being executed for debugging
- Spawn separate thread to capture stderr while reading stdout
- Include stderr output in error messages when bridge fails to start
- Change default log level from debug to info so logs are visible without RUST_LOG

This helps diagnose issues like missing system libraries (e.g., libXtst.so.6
on WSL/Linux) which previously caused cryptic failures.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 03:09:01 -08:00
Alexander Kiselev 9c189a32e9 daemon fixes and use cache dir instead of git 2026-02-04 02:24:40 -08:00