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