binaryninja

Function load_with_options_and_progress

source
pub fn load_with_options_and_progress<O, P>(
    file_path: impl AsRef<Path>,
    update_analysis_and_wait: bool,
    options: Option<O>,
    progress: P,
) -> Option<Ref<BinaryView>>
Expand description

Equivalent to load_with_options but with a progress callback.

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