DGA-MI-SSI / YaCo

YaCo is an Hex-Rays IDA plugin. When enabled, multiple users can work simultaneously on the same binary. Any modification done by any user is synchronized through git version control.
GNU General Public License v3.0
313 stars 36 forks source link

module 'idc' has no attribute 'GetIdbPath' while opening IDA #59

Closed AmitRein closed 3 years ago

AmitRein commented 3 years ago

Copied the release package to the plugin directory and receiving this error:

Failed while executing plugin_t.init(): module 'idc' has no attribute 'GetIdbPath' File "C:/Program Files/IDA Pro 7.5 SP3/plugins/yaco_plugin.py", line 63, in init input_filename = idc.GetIdbPath()

AmitRein commented 3 years ago

To fix this edit line 63 in yaco_plugin.py: 'GetIdbPath' -> 'get_idb_path'

monster-oneday commented 2 months ago

thank you so much