Releases: quarkslab/quokka
Releases · quarkslab/quokka
v0.5.7
This release add new data into the exported quokka file and an utility script to automate quokka exporting.
What's Changed
- Add
quokka-cli
command line utility to export recursively all executable file of a directory. MR #34 by @RobinDavid in #34 - Add mangled name as attribute of a function. MR #35 by @patacca in #35
Full Changelog: v0.5.6...v0.5.7
v0.5.6
v0.5.5
This release contain a bugfix that caused the plugin to incorrectly export the very first function and the python bindings are now compatible only with pypcode >= 2
What's Changed
- Consider the first chunk that we encounter as valid by @patacca in #26
- update pypcode to use version >2.0.0 by @RobinDavid in #27
New Contributors
- @RobinDavid made their first contribution in #27
Full Changelog: v0.5.4...v0.5.5
v0.5.4
v0.5.3
v0.5.2
What's Changed
This is a minor release.
From now on the bindings API will be compatible with the plugin with the same major version.
Major version changes will affect the protobuf definition, possibly breaking backwards compatibility.
- Update abseil to 20220623.1 by @patacca in #10
- Use single unified version by @patacca in #11
- adding MIPS and PPC support by @wideglide in #12
- Update copyright to 2023 by @patacca in #14
- Add support for older IDA versions (7.0 - 7.4). by @dominikbayerl in #15
- Fix compatibility with IDA 8.{1,2} and cleanup by @patacca in #16
New Contributors
- @patacca made their first contribution in #10
- @wideglide made their first contribution in #12
- @dominikbayerl made their first contribution in #15
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
This minor release, bumps pypcode dependency to the latest version.
Bug Fixes
- Fix pypcode version >=1.1.1
Full Changelog: v0.5.0...v0.5.1
Quokka v0.5.0
Quokka v0.4.0
Minor update:
- Fix the CI for the artefact generation
- Some linting
- Rework Data handling
- Direct accessors to the program name
- Improve tests
Quokka v0.3.0
First public release of Quokka 🎉