Generates new views from REIL instructions. More...
Static Public Member Functions | |
| static View | createView (final Module module, final List< ReilInstruction > instructions) |
This class can be used to create a new view from a list of REIL instructions.
| static View BinNavi.API.reil.ViewGenerator.createView | ( | final Module | module, | |
| final List< ReilInstruction > | instructions | |||
| ) | [static] |
Creates a new REIL view from a list of REIL instructions.
| module | The module where the view is created. | |
| instructions | The instructions which are put into the view. |
1.7.1