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

Class Case

rust/src/high_level_il/operation.rs:197–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195// CASE
196#[derive(Debug, Copy, Clone)]
197pub struct Case {
198 pub first_value: usize,
199 pub num_values: usize,
200 pub body: usize,
201}
202#[derive(Clone, Debug, PartialEq)]
203pub struct LiftedCase {
204 pub values: Vec<HighLevelILLiftedInstruction>,

Callers 2

new_exprMethod · 0.85
liftMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected