IDArlingTeam / IDArling

Collaborative Reverse Engineering plugin for IDA Pro & Hex-Rays
https://idarling.re
GNU General Public License v3.0
660 stars 99 forks source link

After opening the IDB, the first call sdk decompile show error #86

Open cnsheds opened 5 years ago

cnsheds commented 5 years ago

Exception in IDP Hook function: SWIG director method error. Error detected when calling 'IDP_Hooks.ev_adjust_argloc' Traceback (most recent call last): File "F:\IDA 7.0\python\ida_idp.py", line 1452, in ev_adjust_argloc return _ida_idp.IDP_Hooks_ev_adjust_argloc(self, args) ValueError: invalid null reference in method 'IDP_Hooks_ev_adjust_argloc', argument 3 of type 'tinfo_t const '

in IDA 7.0

patateqbool commented 5 years ago

Thanks for the report, we will take a look soon.

maximegmd commented 4 years ago

I am also getting this, do you know what could cause this ? It could help me solve the issue and make a PR.