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

Method SetAttributes

mediumlevelilinstruction.cpp:1366–1369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1364
1365
1366void MediumLevelILInstructionBase::SetAttributes(uint32_t attributes)
1367{
1368 function->SetExprAttributes(exprIndex, attributes);
1369}
1370
1371
1372void MediumLevelILInstructionBase::SetAttribute(BNILInstructionAttribute attribute, bool state)

Callers

nothing calls this directly

Calls 1

SetExprAttributesMethod · 0.45

Tested by

no test coverage detected