public interface

IRegistersResolution

com.pnfsoftware.jeb.core.units.code.asm.analyzer.IRegistersResolution

Class Overview

Registers resolution data attached to an "augmented" instruction.

Summary

Public Methods
abstract Map<Long, List<Long>> getAll(boolean postExec)
Retrieve the list of candidate values held by this object.
abstract boolean isEmpty()
Determine if this object contains any candidate register values.

Public Methods

public abstract Map<Long, List<Long>> getAll (boolean postExec)

Retrieve the list of candidate values held by this object.

public abstract boolean isEmpty ()

Determine if this object contains any candidate register values.