public class

MemoryEvent

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryEvent
Known Direct Subclasses

Class Overview

Base class for a memory event. Events are issued by IVirtualMemory objects to their listeners.

Summary

Public Constructors
MemoryEvent(long address, int size, int protection)
Public Methods
long getAddress()
int getProtection()
int getSize()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MemoryEvent (long address, int size, int protection)

Public Methods

public long getAddress ()

public int getProtection ()

public int getSize ()