Binary Ninja Python API
C++ Documentation
architecture
basicblock
binaryview
bncompleter
callingconvention
commonil
component
database
databuffer
datarender
debugadaptertype
debugger_enums
debuggercontroller
debuginfo
decorators
demangle
deprecation
downloadprovider
enums
fileaccessor
filemetadata
flowgraph
function
functionrecognizer
highlevelil
highlight
interaction
lineardisassembly
log
lowlevelil
mainthread
mediumlevelil
metadata
platform
plugin
pluginmanager
pyopenssl
scriptingprovider
secretsprovider
settings
transform
typelibrary
typeparser
typeprinter
types
typing
update
variable
warnings
websocketprovider
workflow
Binary Ninja Python API
»
mainthread module
mainthread module
¶
execute_on_main_thread
(
func
)
[source]
¶
execute_on_main_thread_and_wait
(
func
)
[source]
¶
get_worker_thread_count
(
)
[source]
¶
is_main_thread
(
)
[source]
¶
set_worker_thread_count
(
count
)
[source]
¶
worker_enqueue
(
func
)
[source]
¶
worker_interactive_enqueue
(
func
)
[source]
¶
worker_priority_enqueue
(
func
)
[source]
¶