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)
      Create a memory allocation event.
      Parameters:
      address - allocated address
      size - allocation size in bytes
      protection - memory protection flags