MCPcopy 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)]
269pub struct ExternPtr {
270 pub constant: u64,
271 pub offset: u64,
272}
273
274// FLOAT_CONST
275#[derive(Copy, Clone, Debug, PartialEq)]

Callers 3

new_exprMethod · 0.70
liftMethod · 0.70
from_rawMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected