com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.EState.IHooks |
Class Overview
EState hooks interface and adapter (defaults return null= do nothing and proceed).
Summary
Public Methods |
abstract
Integer
|
onReadMemory(long address, byte[] buffer)
|
abstract
Integer
|
onReadMemoryPost(long address, byte[] buffer, int retcode)
|
abstract
Boolean
|
onWriteMemory(long address, byte[] buffer)
|
Public Methods
public
abstract
Integer
onReadMemory
(long address, byte[] buffer)
public
abstract
Integer
onReadMemoryPost
(long address, byte[] buffer, int retcode)
public
abstract
Boolean
onWriteMemory
(long address, byte[] buffer)