Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
156
pub struct Block {
157
pub first_param: usize,
158
pub num_params: usize,
159
}
160
#[derive(Clone, Debug, PartialEq)]
161
pub struct LiftedBlock {
162
pub body: Vec<HighLevelILLiftedInstruction>,
Callers
2
new_expr
Method · 0.85
lift
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected