java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryEvent
Direct Known Subclasses:
MemoryAllocEvent, MemoryFreeEvent, MemoryPropertyEvent, MemoryProtectionEvent, MemoryWriteEvent

public class MemoryEvent extends Object
Base class for a memory event. Events are issued by IVirtualMemory objects to their listeners.
  • 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()