Class MemoryEvent
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryEvent
- Direct Known Subclasses:
MemoryAllocEvent
,MemoryFreeEvent
,MemoryPropertyEvent
,MemoryProtectionEvent
,MemoryWriteEvent
Base class for a memory event. Events are issued by
IVirtualMemory
objects to their listeners.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MemoryEvent
public MemoryEvent(long address, int size, int protection)
-
-
Method Details
-
getAddress
public long getAddress() -
getSize
public int getSize() -
getProtection
public int getProtection()
-