public class

SimulationPointInformation

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.SimulationPointInformation

Class Overview

An IR simulator state information.

Summary

Fields
public BasicBlock<IEStatement> bb
public List<Map<Integer, IEImm>> blkPostExecRegVals
public List<Map<Integer, IEImm>> blkPreExecRegVals
public CFG<IEStatement> cfg
public boolean instructionEmulationFailed
public int instructionIndex
public EState state
Public Constructors
SimulationPointInformation()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public BasicBlock<IEStatement> bb

public List<Map<Integer, IEImm>> blkPostExecRegVals

public List<Map<Integer, IEImm>> blkPreExecRegVals

public CFG<IEStatement> cfg

public boolean instructionEmulationFailed

public int instructionIndex

public EState state

Public Constructors

public SimulationPointInformation ()