Open Fallen1997 opened 3 years ago
I got it working.
I'm using ida 7.5 SP3 on windows. if your IDA giving similar error, i did this then it worked. install python 3 if you don't have it
i encounter a same situation, and and i found it was the porting problem in keypatch code, so i patch the source, and finally reach a place that many code call idaapi.add_menu_item,which is already deprecated in new version, it took much time to write new code suit for 7.5, as IDA introduce a more flexible mechanism to performance menu item,so i came here to find something simple to fix it up
also working for me, amazing
also working for me, thanks
working for me, thanks a lot :)
update you keypatch.py from https://github.com/keystone-engine/keypatch/blob/08e743b841be90c99554b7fa4a6f5e11c6b1d8f8/keypatch.py
E:\Hex\plugins\keypatch.py: module 'idaapi' has no attribute 'Choose2' Traceback (most recent call last): File "E:\Hex\python\3\ida_idaapi.py", line 616, in IDAPython_ExecScript exec(code, g) File "E:/Hex/plugins/keypatch.py", line 1134, in class SearchResultChooser(idaapi.Choose2): AttributeError: module 'idaapi' has no attribute 'Choose2'
I'm using the lastest release 2.1 from github. i've been looking for solution and trying to solve this for hours
Using IDA pro 7.5 SP3