Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ define_user_symbol
Method
define_user_symbol
rust/src/binary_view.rs:534–538 ·
view source on GitHub ↗
(&self, sym: &Symbol)
Source
from the content-addressed store, hash-verified
532
}
533
534
fn define_user_symbol(&self, sym: &Symbol) {
535
unsafe {
536
BNDefineUserSymbol(self.as_ref().handle, sym.handle);
537
}
538
}
539
540
fn undefine_user_symbol(&self, sym: &Symbol) {
541
unsafe {
Callers
2
test_project_sync
Function · 0.45
test_binary_saving_database
Function · 0.45
Implementers
1
binary_view.rs
rust/src/binary_view.rs
Calls
1
as_ref
Method · 0.45
Tested by
2
test_project_sync
Function · 0.36
test_binary_saving_database
Function · 0.36