Class MemoryProtectionEvent
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryEvent
com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryProtectionEvent
Memory event: the protection flags of a VM page was successfully modified.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryEvent
getAddress, getProtection, getSize
-
Constructor Details
-
MemoryProtectionEvent
public MemoryProtectionEvent(long address, int size, int protection)
-