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

Method display_name

rust/src/component.rs:148–152  ·  view source on GitHub ↗

Original name of the component

(&self)

Source from the content-addressed store, hash-verified

146
147 /// Original name of the component
148 pub fn display_name(&self) -> BnString {
149 let result = unsafe { BNComponentGetDisplayName(self.handle.as_ptr()) };
150 assert!(!result.is_null());
151 unsafe { BnString::from_raw(result) }
152 }
153
154 /// Original name set for this component
155 /// :note: The `.display_name` property should be used for `bv.get_component_by_path()` lookups.

Callers 1

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected