Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ into_bytes_with_nul
Method
into_bytes_with_nul
rust/src/string.rs:198–200 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
196
type Result = &'a [u8];
197
198
fn into_bytes_with_nul(self) -> Self::Result {
199
self.to_bytes_with_nul()
200
}
201
}
202
203
unsafe impl BnStrCompatible for BnString {
Callers
15
simplify_str_to_str
Function · 0.80
simplify_str_to_fqn
Function · 0.80
register_command
Function · 0.80
register_command_for_address
Function · 0.80
register_command_for_range
Function · 0.80
register_command_for_function
Function · 0.80
register_relocation_handler
Function · 0.80
demangle_generic
Function · 0.80
demangle_llvm
Function · 0.80
demangle_gnu3
Function · 0.80
demangle_ms
Function · 0.80
is_mangled_string
Method · 0.80
Calls
1
as_str
Method · 0.80
Tested by
no test coverage detected