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

Method HasSideEffects

highlevelil.cpp:359–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357
358
359bool HighLevelILFunction::HasSideEffects(const HighLevelILInstruction& instr)
360{
361 return BNHighLevelILHasSideEffects(instr.function->GetObject(), instr.exprIndex);
362}
363
364
365BNScopeType HighLevelILFunction::GetExprScopeType(const HighLevelILInstruction& instr)

Callers 2

GetExprTextMethod · 0.80
GetExprTextInternalMethod · 0.80

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected