quarkslab / python-binexport

Python interface for Binexport, the Bindiff export format
https://diffing.quarkslab.com/exporter/binexport.html#python-binexport
Apache License 2.0
14 stars 3 forks source link

update binexporter to enable batch diffing #7

Closed RobinDavid closed 1 year ago

RobinDavid commented 1 year ago

By default binexporter only enables exporting one file.

I though it allowed to batch exporter a given directory recursively. Unfortunately it does not.

So I added to possibility to multi process easily the export of binaries.

patacca commented 1 year ago

LGTM