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

Method update_analysis

rust/src/binary_view.rs:286–290  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

284 }
285
286 fn update_analysis(&self) {
287 unsafe {
288 BNUpdateAnalysis(self.as_ref().handle);
289 }
290 }
291
292 fn update_analysis_and_wait(&self) {
293 unsafe {

Callers 1

request_debug_reportMethod · 0.45

Implementers 1

binary_view.rsrust/src/binary_view.rs

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected