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

Method guid

rust/src/component.rs:89–93  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

87 }
88
89 pub fn guid(&self) -> BnString {
90 let result = unsafe { BNComponentGetGuid(self.handle.as_ptr()) };
91 assert!(!result.is_null());
92 unsafe { BnString::from_raw(result) }
93 }
94
95 /// Add function to this component.
96 pub fn add_function(&self, func: &Function) -> bool {

Callers 2

fmtMethod · 0.45
component_guidMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected