google / bindiff

Quickly find differences and similarities in disassembled code
https://zynamics.com/bindiff.html
Apache License 2.0
2.15k stars 130 forks source link

The BinDiff core engine should have a test suite with reasonable coverage #1

Open cblichmann opened 11 months ago

cblichmann commented 11 months ago

BinDiff traditionally was only tested end-to-end running it on sets of BinExport files. While there is a large body of golden tests with expected results, any functional change to the core invalidates the existing test set. This makes implementation of new matching features or fixing long-standing issues unnecessarily hard.

Implement a test suite the has reasonable code coverage for the BinDiff core engine.

Internal bug: b/147221242