quarkslab / python-bindiff

Python module wrapping Bindiff usage into a Python API.
Apache License 2.0
11 stars 1 forks source link

Fix a logical error in retrieving unmatched basic block #6

Closed zhao1412 closed 6 months ago

zhao1412 commented 7 months ago

Original codes erroneously treat matched basic blocks of a function as unmatched basic blocks

RobinDavid commented 6 months ago

Nice catch @zhao1412 ! I am merging and deploying a new version.