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

Function ApplyAttributeToLastInstruction

arch/arm64/il.cpp:1209–1214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1207
1208
1209static void ApplyAttributeToLastInstruction(LowLevelILFunction& il, uint32_t attributes)
1210{
1211 size_t instrId = il.GetInstructionCount()-1;
1212 ExprId expr = il.GetIndexForInstruction(instrId);
1213 il.SetExprAttributes(expr, attributes);
1214}
1215
1216
1217enum Arm64Intrinsic operation_to_intrinsic(int operation)

Callers 1

Calls 3

GetInstructionCountMethod · 0.45
SetExprAttributesMethod · 0.45

Tested by

no test coverage detected