Skip to content

Releases: quarkslab/python-binexport

v0.4.2

07 Dec 21:01

Choose a tag to compare

What has changed

  • bugfix: in binexporter command line argument parsing

Full Changelog: v0.4.1...v0.4.2

v0.4.1

05 Dec 13:03

Choose a tag to compare

What's Changed

  • Change cli command line to better support various disassemblers
  • update to comply with idascript v0.4.1
  • remove from_binary_file deprecated API function
  • now requires Python >= 3.10 (because of TypeAlias usage)
  • Add regression tests and testing CI by @patacca in #17

Full Changelog: v0.4.0...v0.4.1

v0.4.0

02 Jun 14:35

Choose a tag to compare

New major release that will split the previous ProgramBinExport.from_binary API into generate() and from_binary(), the first one to physically produce the .BinExport file from a raw binary (by calling a 3rd party disassembler like BN, Ghidra or IDA) and the second one to first generate and then open the exported file.
Some other minor changes and bugfixes are included as well.

Full Changelog: v0.3.7...v0.4.0

v0.3.7

13 May 09:03

Choose a tag to compare

Minor release, it will come with some new APIs and standalone exporters for other disassemblers (Ghidra and Binary Ninja).

What's Changed

New Contributors

Full Changelog: v0.3.6...v0.3.7

v0.3.6

05 Jul 07:56

Choose a tag to compare

Minor release to address a logging issue when using python-binexport as a library.

What's Changed

  • Use local Logger instead of the global one by @patacca in #20

Full Changelog: v0.3.5...v0.3.6

v0.3.5

25 Apr 13:20

Choose a tag to compare

What's changed

Minor release to fix an issue that was forbidding to use the binexporter executable script

Full Changelog: v0.3.4...v0.3.5

v0.3.4

24 Apr 14:49

Choose a tag to compare

What's changed

Minor release for fixing the __str__ method in BasicBlockBinExport

Full Changelog: v0.3.3...v0.3.4

v0.3.3

24 Apr 13:16

Choose a tag to compare

What's Changed

  • Add the path attribute to the ProgramBinExport object.

Full Changelog: v0.3.2...v0.3.3

v0.3.2

24 Apr 12:03

Choose a tag to compare

What's Changed

New release to add the __len__ method to basic blocks. Useful for qbindiff.

Full Changelog: v0.3.1...v0.3.2

v0.3.1

09 Jan 09:23

Choose a tag to compare

This is a small release to fix the windows issues with python-magic missing dll

What's Changed

  • Do not install python-magic on windows by @patacca in #18

Full Changelog: v0.3.0...v0.3.1