Binary Ninja API C++: BinaryNinja::ILSourceLocation Struct Reference
Public Member Functions | |
| ILSourceLocation () | |
| ILSourceLocation (uint64_t addr, uint32_t operand) | |
| ILSourceLocation (const struct LowLevelILInstruction &instr) | |
| ILSourceLocation (const struct MediumLevelILInstruction &instr) | |
| ILSourceLocation (const struct HighLevelILInstruction &instr) | |
Public Attributes | |
| uint64_t | address |
| uint32_t | sourceOperand |
| bool | valid |
| bool | ilBased |
| bool | ilDirect |
| size_t | ilExprIndex |
|
inline |
◆ ILSourceLocation() [2/5]
|
inline |
◆ ILSourceLocation() [3/5]
◆ ILSourceLocation() [4/5]
◆ ILSourceLocation() [5/5]
◆ address
uint64_t BinaryNinja::ILSourceLocation::address
◆ sourceOperand
uint32_t BinaryNinja::ILSourceLocation::sourceOperand
◆ valid
bool BinaryNinja::ILSourceLocation::valid
◆ ilBased
bool BinaryNinja::ILSourceLocation::ilBased
◆ ilDirect
bool BinaryNinja::ILSourceLocation::ilDirect
◆ ilExprIndex
size_t BinaryNinja::ILSourceLocation::ilExprIndex