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

Method SetAttributes

lowlevelilinstruction.cpp:1816–1819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1814
1815
1816void LowLevelILInstructionBase::SetAttributes(uint32_t attributes)
1817{
1818 function->SetExprAttributes(exprIndex, attributes);
1819}
1820
1821
1822void LowLevelILInstructionBase::SetAttribute(BNILInstructionAttribute attribute, bool state)

Callers

nothing calls this directly

Calls 1

SetExprAttributesMethod · 0.45

Tested by

no test coverage detected