P4nda0s / IDAFrida

IDA Frida Plugin for tracing something interesting.
245 stars 59 forks source link

"IDAFrida" menu does not appear in ida. #6

Open daeinlee opened 1 year ago

daeinlee commented 1 year ago

hello. Even if I put the IDAFrida.py file in the plugins folder, the "IDAFrida" menu does not appear in ida. Can you tell if the installation is wrong? I checked in two versions, 7.1 and 7.7. The error message is as below.

C:\Program Files\IDA 7.1\plugins\IDAFrida.py: invalid syntax (C:/Program Files/IDA 7.1/plugins/IDAFrida.py, line 114) Traceback (most recent call last): File "C:\Program Files\IDA 7.1\python\ida_idaapi.py", line 566, in IDAPython_ExecScript execfile(script, g) File "C:/Program Files/IDA 7.1/plugins/IDAFrida.py", line 114 def init(self) -> None: ^ SyntaxError: invalid syntax

jitcor commented 1 year ago

So far only tested in 7.6, probably github transcoding, you can test this, it is directly from my IDA directory copied:
IDAFrida.zip

daeinlee commented 1 year ago

Thank you for your concern. Test result "IDA_Pro_7.7_Portable\IDA_Pro_7.7_Portable\plugins\IDAFrida.py: DLL load failed while importing sip" These errors occur. I don't have the time right now, so I'll test it in a different environment when I can afford it. Thanks for making such a nice tool.

jitcor commented 1 year ago

You can find the solution here: https://github.com/igogo-x86/HexRaysPyTools/issues/48