public class

EStateDumper

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

Class Overview

Dump the memory and registers of an EState object to files (img_xxx and registers).

This class is currently not intended for public use.

Summary

Public Constructors
EStateDumper(EState state)
Public Methods
void dumpTo(File folder)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public EStateDumper (EState state)

Public Methods

public void dumpTo (File folder)

Throws
IOException