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

Function print_variable

rust/examples/medium_level_il.rs:60–62  ·  view source on GitHub ↗
(func: &MediumLevelILFunction, var: &Variable)

Source from the content-addressed store, hash-verified

58 }
59
60 fn print_variable(func: &MediumLevelILFunction, var: &Variable) {
61 print!("{}", func.function().variable_name(var));
62 }
63
64 pub(crate) fn print_il_expr(instr: &MediumLevelILLiftedInstruction, mut indent: usize) {
65 print_indent(indent);

Callers 1

print_il_exprFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected