binaryninja

Function load_with_progress

source
pub fn load_with_progress<P: ProgressCallback>(
    file_path: impl AsRef<Path>,
    progress: P,
) -> Option<Ref<BinaryView>>
Expand description

Equivalent to load but with a progress callback.

NOTE: The progress callback will only be called when loading BNDBs.