# Class: com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryProtectionEvent

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

## Constructor: MemoryProtectionEvent
- parameter: `address`, type: `long`
- parameter: `size`, type: `int`
- parameter: `protection`, type: `int`

Description: Create a memory protection event.
parameter: address: page address
parameter: size: page size in bytes
parameter: protection: memory protection flags

