Function binaryninja::headless::init
source · pub fn init()
Expand description
Loads plugins, core architecture, platform, etc.
⚠️ Important! Must be called at the beginning of scripts. Plugins do not need to call this. ⚠️
You can instead call this through Session
or script_helper