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

Method view

rust/src/function.rs:329–334  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

327 }
328
329 pub fn view(&self) -> Ref<BinaryView> {
330 unsafe {
331 let view = BNGetFunctionData(self.handle);
332 BinaryView::ref_from_raw(view)
333 }
334 }
335
336 pub fn symbol(&self) -> Ref<Symbol> {
337 unsafe {

Callers 5

iterMethod · 0.45
function_tagsMethod · 0.45
request_debug_reportMethod · 0.45
caller_sitesMethod · 0.45
parent_componentsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected