Class MemoryProtectionEvent

java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryEvent
com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryProtectionEvent

public class MemoryProtectionEvent extends MemoryEvent
Memory event: the protection flags of a VM page was successfully modified.
  • Constructor Details

    • MemoryProtectionEvent

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