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

Class Block

rust/src/high_level_il/operation.rs:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154// BLOCK
155#[derive(Debug, Copy, Clone)]
156pub struct Block {
157 pub first_param: usize,
158 pub num_params: usize,
159}
160#[derive(Clone, Debug, PartialEq)]
161pub struct LiftedBlock {
162 pub body: Vec<HighLevelILLiftedInstruction>,

Callers 2

new_exprMethod · 0.85
liftMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected