public class

MemoryProtectionEvent

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

Class Overview

Memory event: the protection flags of a VM page was successfully modified.

Summary

Public Constructors
MemoryProtectionEvent(long address, int size, int protection)
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryEvent
From class java.lang.Object

Public Constructors

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