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

error when installing #125

Closed adrian-rt closed 2 years ago

adrian-rt commented 3 years ago

C:\Users\adria\Downloads\bincat-win-v1.1\install_plugin.py: 'module' object has no attribute 'main' Traceback (most recent call last): File "C:\Program Files\IDA 7.2\python\ida_idaapi.py", line 572, in IDAPython_ExecScript execfile(script, g) File "C:/Users/adria/Downloads/bincat-win-v1.1/install_plugin.py", line 25, in pip.main(['install', "requests"]) AttributeError: 'module' object has no attribute 'main'

trou commented 3 years ago

Which python version are you using ?

adrian-rt commented 2 years ago

2.7

trou commented 2 years ago

This was due to an internal change in pip's module. This has been fixed in 6768f89731c84a52e947f4996e3933cdf323ccb1 by removing the auto install functionality.