| 703 | |
| 704 | |
| 705 | Ref<LowLevelILFunction> LowLevelILFunction::GetSSAForm() const |
| 706 | { |
| 707 | BNLowLevelILFunction* func = BNGetLowLevelILSSAForm(m_object); |
| 708 | if (!func) |
| 709 | return nullptr; |
| 710 | return new LowLevelILFunction(func); |
| 711 | } |
| 712 | |
| 713 | |
| 714 | Ref<LowLevelILFunction> LowLevelILFunction::GetNonSSAForm() const |
no outgoing calls
no test coverage detected