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

Function print_operation

rust/examples/medium_level_il.rs:56–58  ·  view source on GitHub ↗
(operation: &MediumLevelILLiftedInstruction)

Source from the content-addressed store, hash-verified

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

Callers 1

print_il_exprFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected