You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
d.hookSeg() stuck was probably because the app has many calls, so it takes time to complete.
The get_maxEA error is from IDAPython >7.4 , can be fixed by changing get_inf_structure().get_maxEA() into ida_ida.inf_get_max_ea(). Same for minEA.
d.code_discovery = True however would not work, just hangs after the modifications above.
slayermaster
changed the title
Stuck on Running python script window and 'get_maxEA' error
IDAPython >7.4 compatibility issues
Nov 2, 2022
d.hookSeg() will not finish and running python script window wont go away until pressing cancel.
IDA Pro 7.7
The text was updated successfully, but these errors were encountered: