Class MemoryFreeEvent
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryEvent
com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryFreeEvent
Memory event: memory pages were successfully freed.
-
Constructor Summary
ConstructorsConstructorDescriptionMemoryFreeEvent(long address, int size, int protection) Create a memory free event. -
Method Summary
Methods inherited from class com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryEvent
getAddress, getProtection, getSize
-
Constructor Details
-
MemoryFreeEvent
public MemoryFreeEvent(long address, int size, int protection) Create a memory free event.- Parameters:
address- freed addresssize- freed size in bytesprotection- memory protection flags
-