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

Method create_cursor

rust/src/linear_view.rs:204–209  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

202 }
203
204 pub fn create_cursor(&self) -> Ref<LinearViewCursor> {
205 unsafe {
206 let handle = BNCreateLinearViewCursor(self.handle);
207 LinearViewCursor::ref_from_raw(handle)
208 }
209 }
210}
211
212unsafe impl RefCountable for LinearViewObject {

Callers 2

decompile_to_cFunction · 0.80

Calls

no outgoing calls

Tested by 1