Skip to content

Releases: quarkslab/quokka

v0.5.7

28 May 21:13
Compare
Choose a tag to compare

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

16 May 11:52
1106808
Compare
Choose a tag to compare

This release contains some bugfixes both for the python module and the IDA plugin

What's Changed

Full Changelog: v0.5.5...v0.5.6

v0.5.5

20 Mar 10:49
Compare
Choose a tag to compare

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

Full Changelog: v0.5.4...v0.5.5

v0.5.4

10 Oct 15:26
Compare
Choose a tag to compare

What's Changed

This is a minor release just to get rid of some dependencies issues and a small bug.

  • Always resize the last chunk by @patacca in #20
  • Switch to pyproject.toml and relax dependencies by @patacca in #22

Full Changelog: v0.5.3...v0.5.4

v0.5.3

27 Aug 12:51
Compare
Choose a tag to compare

What's Changed

This is a minor release to add few APIs to the python bindings

Full Changelog: v0.5.2...v0.5.3

v0.5.2

18 Jul 19:39
Compare
Choose a tag to compare

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.

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

16 Mar 10:29
Compare
Choose a tag to compare

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

29 Nov 13:42
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Fix pypcode version (#3 )

Documentation

  • Fix the edit button in the documentation (#2 )
  • New tutorial: Feature Extraction ( #5 )
  • PyPI Links ( #4 )

CI

  • Support IDA 77 in CI (#6 )
  • Add Python Wheels to Release Artifacts (#6 )

Full Changelog: v0.4.0...v0.5.0

Quokka v0.4.0

17 Nov 16:31
Compare
Choose a tag to compare

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

22 Sep 09:21
Compare
Choose a tag to compare

First public release of Quokka 🎉