Class MemoryWriteEvent
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryEvent
com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryWriteEvent
Memory event: a write operation is taking place splace. Such events are issued before and after
the write operation.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryEvent
getAddress, getProtection, getSize
-
Constructor Details
-
MemoryWriteEvent
public MemoryWriteEvent(long address, int size, byte[] buffer, int bufferOffset)
-
-
Method Details
-
getBuffer
public byte[] getBuffer() -
getBufferOffset
public int getBufferOffset()
-