public interface

IMachineContext

com.pnfsoftware.jeb.core.units.code.asm.IMachineContext

Class Overview

Definition of a concrete machine context, holding a VM, processor information, and a set of registers data.

Summary

Public Methods
abstract IProcessorInformation getInformation()
Get information about the machine processor.
abstract IVirtualMemory getMemory()
Get access to the memory.
abstract IRegisterData getRegisters()
Get access to the registers.

Public Methods

public abstract IProcessorInformation getInformation ()

Get information about the machine processor.

public abstract IVirtualMemory getMemory ()

Get access to the memory.

Returns
  • mandatory virtual memory

public abstract IRegisterData getRegisters ()

Get access to the registers.

Returns
  • mandatory register bank