airbus-seclab / bincat

Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction, use-after-free and double-free detection
1.63k stars 163 forks source link

How to implement bincat on mac plz? #101

Closed PhilWallace closed 4 years ago

PhilWallace commented 4 years ago

My IDA version is 7.2. After installment the following warning occured:

WARNING:bincat.gui.pluginoptions:IDAUSR not defined, using /Users/carhacking/.idapro WARNING:bincat.plugin:Could not find bincat binary, will not be able to run local analysis

Felt confused: what's the problem? Or is it because the plugin does not support MAC perfectly? Thanks a lot.

trou commented 4 years ago

You will need to build binCAT from source on macOS and make sure the bincat binary is in your $PATH. Please re-open if you have more issues.