MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / load_view

Function load_view

rust/src/lib.rs:227–236  ·  view source on GitHub ↗
(
    bv: &BinaryView,
    update_analysis_and_wait: bool,
    options: Option<O>,
)

Source from the content-addressed store, hash-verified

225}
226
227pub fn load_view<O>(
228 bv: &BinaryView,
229 update_analysis_and_wait: bool,
230 options: Option<O>,
231) -> Option<Ref<BinaryView>>
232where
233 O: IntoJson,
234{
235 load_view_with_progress(bv, update_analysis_and_wait, options, NoProgressCallback)
236}
237
238/// Equivalent to [`load_view`] but with a progress callback.
239pub fn load_view_with_progress<O, P>(

Callers 1

download_debug_infoFunction · 0.85

Calls 1

load_view_with_progressFunction · 0.85

Tested by

no test coverage detected