Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ platform
Method
platform
rust/src/function.rs:322–327 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
320
}
321
322
pub fn platform(&self) -> Ref<Platform> {
323
unsafe {
324
let plat = BNGetFunctionPlatform(self.handle);
325
Platform::ref_from_raw(plat)
326
}
327
}
328
329
pub fn view(&self) -> Ref<BinaryView> {
330
unsafe {
Callers
3
fmt
Method · 0.45
hash
Method · 0.45
eq
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected