Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@patacca patacca released this 02 Jun 14:35
· 2 commits to main since this release

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