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
This issue is caused by the evolution of IDA Python and its exposed APIs. Prior to IDA Pro 7.0 IDP_Hooks used auto_queue_empty to handle auto queue events. IDA Pro 7.0 migrated to ev_auto_queue_empty, doing away with the auto_queue_emptyIDP_Hooks method. IDA Pro 7.0 service pack did away with both, however ev_auto_queue_empty is still being called even through the parent class does not contain this method.
From @hunterbr72 (Cisco-Talos/FIRST#7)
The text was updated successfully, but these errors were encountered: