bindiff icon indicating copy to clipboard operation
bindiff copied to clipboard

Quickly find differences and similarities in disassembled code

Results 53 bindiff issues
Sort by recently updated
recently updated
newest added

In advance: pardon my ignorance and noobishness. **Is your feature request related to a problem? Please describe.** Bindiff takes a lot of time to process binaries with large number of...

enhancement

Running cmake with `-DBINEXPORT_ENABLE_IDAPRO=OFF` results in the error: ``` CMake Error at build/binexport/cmake/FindIdaSdk.cmake:173 (find_path): Could not find IdaSdk_LIBPATH64 using the following files: libida64.so Call Stack (most recent call first): cmake/BinDiffDeps.cmake:32...

bug

**Describe the bug** BinExport will merge basic blocks on unconditional branches, however if these blocks are not in increasing order of address, the UI will simply show the instructions in...

question

**Is your feature request related to a problem? Please describe.** support IDA version 9.0

enhancement

**Describe the bug** I'm trying to diff an envoy file containing debug symbols against an optimized release image. I initially tried to diff them against each other through the IDA...

This PR provide compatibility for IDA 9.0 beta SDK and should have no side effects for IDA 8.

**Describe the bug** Attempting to load saved bindiff results always yields the incorrect results. **To Reproduce** 1) Load IDB b.idb 2) Diff idb a.idb 3) Save results of diff b...

bindiff8 installation failed on Windows 11

bug

Hello, I have a general question regarding BinDiff. My background is in compilers and compiler optimizations, and I’m exploring whether BinDiff can be used to analyze changes in generated assembly...

enhancement

**Describe the bug** When i try to use bindiff on two .i64 files exported by IDA Pro 9, I get an error where Bindiff could not find my IDA, this...

duplicate