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

Method next

rust/src/linear_view.rs:347–349  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

345 // TODO: make this API different from the python and C++ implementations.
346 #[allow(clippy::should_implement_trait)]
347 pub fn next(&mut self) -> bool {
348 unsafe { BNLinearViewCursorNext(self.handle) }
349 }
350
351 pub fn lines(&self) -> Array<LinearDisassemblyLine> {
352 let mut count: usize = 0;

Callers 9

from_rawMethod · 0.45
test_hlil_infoFunction · 0.45
selected_remoteFunction · 0.45
test_type_idFunction · 0.45
test_immutable_containerFunction · 0.45
test_mlil_infoFunction · 0.45
test_llil_infoFunction · 0.45

Calls

no outgoing calls

Tested by 6

test_hlil_infoFunction · 0.36
selected_remoteFunction · 0.36
test_type_idFunction · 0.36
test_immutable_containerFunction · 0.36
test_mlil_infoFunction · 0.36
test_llil_infoFunction · 0.36