2 Commits

Author SHA1 Message Date
Alexander Kiselev 9eb040885f Refactor ilspy-cli for enhanced .NET decompilation and project support
- Introduced `decompile_project` function in IlSpyBridge to handle project-style decompilation, generating per-type .cs files.
- Updated FFI layer to support new decompile_project functionality.
- Enhanced CLI to accept output directory for project decompilation, ensuring compatibility with existing type and method flags.
- Improved error handling and output formatting for decompilation results.
- Added comprehensive command reference for ilspy-cli, detailing usage for detecting .NET vs native binaries, listing types and methods, and searching decompiled source.
- Integrated memory reading capabilities in GhidraCliBridge for enhanced analysis workflows.
- Updated main.rs to robustly check for existing bridge instances, improving reliability in project mode.
2026-02-22 07:56:46 -08:00
Alexander Kiselev 9ea0d6a2b0 added ilspy-cli 2026-02-02 02:30:17 -08:00