Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
write
Method · 0.80
is_pdb
Function · 0.80
load_from_file
Method · 0.80
export_type
Function · 0.80
export_functions
Function · 0.80
export_data_vars
Function · 0.80
write_dwarf
Function · 0.80
export_dwarf
Function · 0.80
translate_type
Method · 0.80
translate_til_types
Function · 0.80
from
Method · 0.80
Calls
1
as_str
Method · 0.80
Tested by
1
write
Method · 0.64