What's Changed
- Add
export: dump a whole binary to a directory in one command by @subwire in #222 - Disassemble arbitrary address ranges, not just functions by @subwire in #221
- Make
exportdiscoverable, and its output readable by @subwire in #227 - Don't let a filename Ghidra dislikes kill the server by @subwire in #229
- Put Binary Ninja ahead of Ghidra in the fallback order by @subwire in #230
- Make server startup and teardown failures diagnosable by @subwire in #223
- Add
annotatefor bulk comments/renames, and say what to do about--rawby @subwire in #225 - Recover from a crashed IDA session instead of failing forever by @subwire in #226
- Keep a dead server explainable after its record is pruned by @subwire in #228
- Don't let one namespace delete another's server records by @subwire in #232
Full Changelog: v4.4.1...v4.5.0