google / bindiff

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

Unable to build without IDA #45

Open Legimet opened 1 month ago

Legimet commented 1 month ago

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 (find_package)
  CMakeLists.txt:49 (include)
cblichmann commented 1 month ago

Fix is underway, I'm adding a BINDIFF_ENABLE_IDAPRO option.

DavidBuchanan314 commented 2 weeks ago

Is there a workaround I can use in the meantime?

Edit: I simply deleted the build/binexport/cmake/FindIdaSdk.cmake file, got some warnings but it seems to be working.