Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ ExternPtr
Class
ExternPtr
rust/src/high_level_il/operation.rs:269–272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
// EXTERN_PTR
268
#[derive(Copy, Clone, Debug, Hash, PartialEq, Eq)]
269
pub struct ExternPtr {
270
pub constant: u64,
271
pub offset: u64,
272
}
273
274
// FLOAT_CONST
275
#[derive(Copy, Clone, Debug, PartialEq)]
Callers
3
new_expr
Method · 0.70
lift
Method · 0.70
from_raw
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected