binexport
binexport copied to clipboard
compatibility issues for IDA9.0 RC1
In IDA 9.0 rc1, IDA32 has been removed (No more IDA32), and rename libida64.dylib
to libida.dylib
(in MacOS).
also IDA 9.0 sdk no longer distinguish per edition.
https://github.com/google/binexport/blob/624377de6fe5bf03ba082b873f2e6204a24f4ae4/cmake/FindIdaSdk.cmake#L94-L100
Here's my temporary solution to go through compilation:
https://github.com/Mas0nShi/binexport/commit/ab7aafad5d18537bc10a3317d3f5d62bc9c7e742
NOTICE: this patches would break compatibility(IDA 8.*), so it's not the best way to solve this issue.