Christian Blichmann

Results 46 issues of Christian Blichmann

**Is your feature request related to a problem? Please describe.** * The Java UI is dated and requires a proprietary graph visualization libray * BinDiff native plugins for IDA Pro...

enhancement

## Steps to reproduce the problem 1. Create diff between two IDBs 2. Go to "matched functions tab" 3. Select at least two matches (the more, the more reliable the...

bug

BinDiff doesn't detect a change between: ``` movups b16 ds:[r8+rcx-16], b16 xmm0 ``` and ``` movups b16 ds:[r8+rcx+0x18], b16 xmm0 ``` Ideally, the matched basic block should be "yellow" instead...

enhancement

Steps to reproduce the problem: 1. Diff a program 2. Open a function with some differences 3. See some basic blocks which are marked as different only because of the...

enhancement

Steps to reproduce the problem: 1. Unmatch blocks. 2. Match blocks. 3. Observe that all text is different. See gif and image. What is the expected behavior? Text is diffed...

enhancement

It should be possible to view unmatched flow graphs from the BinDiff plugin.

enhancement

Steps to reproduce the problem: 1. Create golden database 2. Created new database 3. Try to port symbols from the command line What is the expected behavior? port symbols from...

enhancement

Steps to reproduce the problem: 1. Run `bindiff --ui` 2. Run `bindiff --ui` again What is the expected behavior? One instance of the UI should open and the second invocation...

enhancement

Steps to reproduce the problem: Open BinDiff, use Diffs|New Diff to create a new diff What is the expected behavior? 1. The newly added diff should automatically be opened/loaded by...

enhancement

If there are many tabs open in the BinDiff UI, the ability to drag them around to organize would be useful. BinDiff should implement tab handling similar to what Chrome...

enhancement