Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ user_signature_dir
Function
user_signature_dir
plugins/warp/src/lib.rs:43–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
pub fn user_signature_dir() -> PathBuf {
44
binaryninja::user_directory().join(
"signatures/"
)
45
}
46
47
pub fn build_function<A: Architecture, M: FunctionMutability>(
48
func: &BNFunction,
Callers
3
from_platform
Method · 0.85
action
Method · 0.85
action
Method · 0.85
Calls
2
join
Method · 0.80
user_directory
Function · 0.50
Tested by
no test coverage detected