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

Method path

rust/src/project.rs:92–94  ·  view source on GitHub ↗

Get the path of the project

(&self)

Source from the content-addressed store, hash-verified

90
91 /// Get the path of the project
92 pub fn path(&self) -> BnString {
93 unsafe { BnString::from_raw(BNProjectGetPath(self.handle.as_ptr())) }
94 }
95
96 /// Get the name of the project
97 pub fn name(&self) -> BnString {

Callers 6

mainFunction · 0.45
test_listFunction · 0.45
test_create_archiveFunction · 0.45
create_delete_emptyFunction · 0.45
AddDirectoryMethod · 0.45
TriageFilePickerMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_listFunction · 0.36
test_create_archiveFunction · 0.36
create_delete_emptyFunction · 0.36