Open cblichmann opened 1 year ago
Possible implementation note: We can add an additional pass (after the main diffing run) to annotate these instruction level changes. This can even be trivially parallelized: As these are per instruction and hence also per basic block changes that won't influence control flow diffing.
BinDiff doesn't detect a change between:
and
Ideally, the matched basic block should be "yellow" instead of "green":