MCPcopy 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_syncFunction · 0.45

Implementers 1

binary_view.rsrust/src/binary_view.rs

Calls 1

as_refMethod · 0.45

Tested by 2

test_project_syncFunction · 0.36