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

Class DerefFieldSsa

rust/src/high_level_il/operation.rs:239–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237// DEREF_FIELD_SSA
238#[derive(Debug, Copy, Clone)]
239pub struct DerefFieldSsa {
240 pub src: usize,
241 pub src_memory: u64,
242 pub offset: u64,
243 pub member_index: Option<usize>,
244}
245
246#[derive(Clone, Debug, PartialEq)]
247pub struct LiftedDerefFieldSsa {

Callers 2

new_exprMethod · 0.85
liftMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected