binaryninja

Function is_main_thread

source
pub fn is_main_thread() -> bool
Expand description

Returns if the running thread is the “main thread”

If there is no registered main thread than this will always return true.