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

Function print_variable

rust/examples/high_level_il.rs:59–61  ·  view source on GitHub ↗
(func: &HighLevelILFunction, var: &Variable)

Source from the content-addressed store, hash-verified

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

Callers 1

print_il_exprFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected