Static Public Member Functions

com.google.security.zynamics.binnavi.API.reil.ViewGenerator Class Reference

List of all members.

Static Public Member Functions

static View createView (final Module module, final List< ReilInstruction > instructions)

Detailed Description

This class can be used to create a new view from a list of REIL instructions.


Member Function Documentation

static View com.google.security.zynamics.binnavi.API.reil.ViewGenerator.createView ( final Module  module,
final List< ReilInstruction instructions 
) [static]

Creates a new REIL view from a list of REIL instructions.

Parameters:
module The module where the view is created.
instructions The instructions which are put into the view.
Returns:
The new view.