Basic block of REIL code. More...
Inherits BinNavi::API::disassembly::IGraphNode< ReilBlock >.
Public Member Functions | |
| Address | getAddress () |
| Start address of the REIL block. | |
| List< ReilBlock > | getChildren () |
| The children of the REIL block. | |
| List< ReilInstruction > | getInstructions () |
| Instructions inside the REIL block. | |
| List< ReilBlock > | getParents () |
| The parents of the REIL block. | |
| Iterator< ReilInstruction > | iterator () |
| Iterates over all instructions in the REIL block. | |
| ReilBlock (final List< ReilInstruction > instructions) | |
| String | toString () |
| Printable representation of the REIL block. | |
Represents a single basic block of REIL code.
| BinNavi.API.reil.ReilBlock.ReilBlock | ( | final List< ReilInstruction > | instructions | ) |
Creates a new REIL block.
| instructions | List of instructions that belong to the block. |
| Address BinNavi.API.reil.ReilBlock.getAddress | ( | ) |
Returns the start address of the REIL block.
| List<ReilBlock> BinNavi.API.reil.ReilBlock.getChildren | ( | ) |
Returns a list of REIL blocks which are the immediate child blocks of this REIL block.
| List<ReilInstruction> BinNavi.API.reil.ReilBlock.getInstructions | ( | ) |
Returns a list of instructions inside the REIL block.
| List<ReilBlock> BinNavi.API.reil.ReilBlock.getParents | ( | ) |
Returns a list of REIL blocks which are the immediate parent blocks of this REIL block.
| String BinNavi.API.reil.ReilBlock.toString | ( | ) |
Returns the string representation of the REIL block.
1.7.1