pub fn load<S: BnStrCompatible>(filename: S) -> Option<Ref<BinaryView>>
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()