binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

doc: Add `BackgroundTaskThread` python example

Open riskydissonance opened this issue 1 year ago • 1 comments

To allow python plugins to do work not on the UI thread.

Also allows them to call update_analysis_and_wait().

Tested with a basic plugin.json as a full plugin and works.

riskydissonance avatar Aug 17 '24 12:08 riskydissonance

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Aug 17 '24 12:08 CLAassistant

Nice basic example and works as expected. Thanks.

CouleeApps avatar Oct 22 '24 19:10 CouleeApps