Open demonduck opened 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.
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.