Function binaryninja::load
source · pub fn load<S>(filename: S) -> Option<Ref<BinaryView>>where
S: BnStrCompatible,
Expand description
The main way to open and load files into Binary Ninja. Make sure you’ve properly initialized the core before calling this function. See crate::headless::init()