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

Function print_operation

rust/examples/high_level_il.rs:55–57  ·  view source on GitHub ↗
(operation: &HighLevelILLiftedInstruction)

Source from the content-addressed store, hash-verified

53 }
54
55 fn print_operation(operation: &HighLevelILLiftedInstruction) {
56 print!("{}", operation.name());
57 }
58
59 fn print_variable(func: &HighLevelILFunction, var: &Variable) {
60 print!("{}", func.function().variable_name(var));

Callers 1

print_il_exprFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected