Class MemoryAllocEvent

java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryEvent
com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryAllocEvent

public class MemoryAllocEvent extends MemoryEvent
Memory event: a successful memory allocation took place.
  • Constructor Details

    • MemoryAllocEvent

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