Cisco-Talos / CASC

GNU General Public License v2.0
43 stars 16 forks source link

Make Thread Safe #5

Open demonduck opened 7 years ago

demonduck commented 7 years ago

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.