Christian Blichmann

Results 46 issues of Christian Blichmann

Steps to reproduce the problem: 1.saved two ida database. 2.Open one of the two database to diff the other database 3.alert message as "Error while diffing: failed opening database: 'unable...

bug
enhancement

Steps to reproduce the problem: 1. Load two large binaries and create IDBs 2. Bindiff one of them against the other 3. Import a couple of symbols and note the...

bug
enhancement

Do to the way Binexport and/or Bindiff names it's temp files, you can not successfully do more than one diff and/or port at the same time. The problem is because...

enhancement

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...

enhancement

This change add SAFETY commands and note for `unsafe` blocks that came up during an internal "unsafe review". Adding such comments should make the code easier to reason about and...

See https://github.com/google/bindiff/issues/34, bindiffing fails with errors like: ``` what(): AttachFlowGraph: flow graph already attached 00401000 ``` Repro case at https://github.com/google/bindiff/files/14313116/openssl_static.zip

bug