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

Method as_bytes

rust/src/string.rs:95–97  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

93 }
94
95 pub fn as_bytes(&self) -> &[u8] {
96 self.as_str().as_bytes()
97 }
98
99 pub fn as_bytes_with_null(&self) -> &[u8] {
100 self.deref().to_bytes()

Callers 11

writeMethod · 0.80
is_pdbFunction · 0.80
load_from_fileMethod · 0.80
export_typeFunction · 0.80
export_functionsFunction · 0.80
export_data_varsFunction · 0.80
write_dwarfFunction · 0.80
export_dwarfFunction · 0.80
translate_typeMethod · 0.80
translate_til_typesFunction · 0.80
fromMethod · 0.80

Calls 1

as_strMethod · 0.80

Tested by 1

writeMethod · 0.64