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

Method IsInlinedDuringAnalysis

function.cpp:3300–3304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3298
3299
3300Confidence<bool> Function::IsInlinedDuringAnalysis()
3301{
3302 BNBoolWithConfidence result = BNIsFunctionInlinedDuringAnalysis(m_object);
3303 return Confidence<bool>(result.value, result.confidence);
3304}
3305
3306
3307void Function::SetAutoInlinedDuringAnalysis(Confidence<bool> inlined)

Callers 2

RecognizeLowLevelILMethod · 0.80
RecognizeLowLevelILMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected