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

Method is_mangled_string

rust/src/demangle.rs:190–193  ·  view source on GitHub ↗
(&self, name: S)

Source from the content-addressed store, hash-verified

188 }
189
190 pub fn is_mangled_string<S: BnStrCompatible>(&self, name: S) -> bool {
191 let bytes = name.into_bytes_with_nul();
192 unsafe { BNIsDemanglerMangledName(self.handle, bytes.as_ref().as_ptr() as *const _) }
193 }
194
195 pub fn demangle<S: BnStrCompatible>(
196 &self,

Callers

nothing calls this directly

Calls 2

into_bytes_with_nulMethod · 0.80
as_refMethod · 0.45

Tested by

no test coverage detected