| 42 | |
| 43 | |
| 44 | Ref<LowLevelILFunction> AnalysisContext::GetLowLevelILFunction() |
| 45 | { |
| 46 | BNLowLevelILFunction* func = BNAnalysisContextGetLowLevelILFunction(m_object); |
| 47 | if (!func) |
| 48 | return nullptr; |
| 49 | return new LowLevelILFunction(func); |
| 50 | } |
| 51 | |
| 52 | |
| 53 | Ref<MediumLevelILFunction> AnalysisContext::GetMediumLevelILFunction() |
no outgoing calls
no test coverage detected