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

Class Load

rust/src/low_level_il/operation.rs:339–339  ·  view source on GitHub ↗

LLIL_LOAD, LLIL_LOAD_SSA

Source from the content-addressed store, hash-verified

337
338// LLIL_LOAD, LLIL_LOAD_SSA
339pub struct Load;
340
341impl<'func, A, M, F> Operation<'func, A, M, F, Load>
342where

Callers 3

from_rawMethod · 0.70
new_exprMethod · 0.50
liftMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected