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.66k stars 159 forks source link

fix: Fix the automated installation of the IDA plugin #108

Closed DarkaMaul closed 4 years ago

DarkaMaul commented 4 years ago

Fix various errors in the installer of the plugin so it works out of the box. It installs everything in $IDAUSR/plugins.

trou commented 4 years ago

Hello, I just checked, and it seems install_plugin.py works correctly when using it from the distribution package. Did you use it directly from the git tree ?

DarkaMaul commented 4 years ago

Hello, Indeed, the installer works from strach, I made a mistake on my side.

However, it creates two directories $IDAUSR/idabincat and $IDAUSR/plugins/idabincat where the former is strictly a subpart of the latter.

trou commented 4 years ago

I agree we should move everything to "plugins".

I'll close the PR now and #110 will track it