Christian Blichmann

Results 153 comments of Christian Blichmann

Hi there, Thanks for the report. This is a somewhat known issue. The reason for this inefficiency is that we switched to BinExport v2 in BinDiff 4.3 where the newer...

[b/200299140](https://issuetracker.google.com/200299140) is a duplicate of this.

Oh wow. Sorry for that. We really only support (and test) US English as the locale. As a workaround, try setting the font in the config file (in `%AppData%\Roaming\BinDiff\bindiff.json`): Setting...

I don't see why not. It'd be good to revamp the settings dialog anyways.

So, IIUC, you want "zoom to basic block width"?

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

Note that the existing macOS package is a universal build that includes both AArch64 and AMD64 support. This is true for the IDA Pro plugins, the Binary Ninja plugins and...

BinDiff, just shows whatever is different in the underlying BinExport files. It has no knowledge about the instruction types. Implementing such a feature would mean that we need to make...

These are actually two differeny things: 1. Ignore unconditional jumps at the end of a basic block when computing the small primes product (SPP) 2. Detect branch inversion 1 is...

Hi there, Sorry for that. Parts of BinDiff are a rather old code base and we use the ANSI versions of the relevant Windows APIs everywhere. I am not sure...