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

Method SetAttributes

highlevelilinstruction.cpp:972–975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

970
971
972void HighLevelILInstructionBase::SetAttributes(uint32_t attributes)
973{
974 function->SetExprAttributes(exprIndex, attributes);
975}
976
977
978void HighLevelILInstructionBase::SetAttribute(BNILInstructionAttribute attribute, bool state)

Callers

nothing calls this directly

Calls 1

SetExprAttributesMethod · 0.45

Tested by

no test coverage detected