| 893 | |
| 894 | |
| 895 | RegisterValue LowLevelILFunction::GetFlagValueAtInstruction(uint32_t flag, size_t instr) |
| 896 | { |
| 897 | BNRegisterValue value = BNGetLowLevelILFlagValueAtInstruction(m_object, flag, instr); |
| 898 | return RegisterValue::FromAPIObject(value); |
| 899 | } |
| 900 | |
| 901 | |
| 902 | RegisterValue LowLevelILFunction::GetFlagValueAfterInstruction(uint32_t flag, size_t instr) |
no outgoing calls
no test coverage detected