This release will add support for IDA 9.1 and will provide a new API Program.generate()
to just generate the .quokka
file from a raw binary, without having to parse it and open it in python.
What's Changed
- Add support for IDA SDK 9.1 by @patacca in #52
- Update protobuf dependency to v30.2 and abseil to 20250127.0 by @patacca in #55
- Use idascript for IDAPython interactions by @patacca in #58
Full Changelog: v0.6.0...v0.6.1