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

Function product

rust/src/lib.rs:550–552  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

548pub fn set_license<S: BnStrCompatible + Default>(_license: Option<S>) {}
549
550pub fn product() -> BnString {
551 unsafe { BnString::from_raw(BNGetProduct()) }
552}
553
554pub fn product_type() -> BnString {
555 unsafe { BnString::from_raw(BNGetProductType()) }

Callers 3

shutdownFunction · 0.85
init_with_optsFunction · 0.85
license_locationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected