Class MemoryAllocEvent
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryEvent
com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryAllocEvent
Memory event: a successful memory allocation took place.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryEvent
getAddress, getProtection, getSize
-
Constructor Details
-
MemoryAllocEvent
public MemoryAllocEvent(long address, int size, int protection)
-