Cisco-Talos / CASC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make Thread Safe

demonduck opened this issue · comments

Several APIs invoked by the plugin are not thread safe and should be wrapped with a call to execute_ui_requests. This will prevent the random crashes that occur as a result of interacting with IDA's underlying database, GUI, etc.