binaryninja

Function load

source
pub fn load(file_path: impl AsRef<Path>) -> 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()