Package ghidra.app.emulator
Class MemoryAccessFilter
java.lang.Object
ghidra.app.emulator.MemoryAccessFilter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
Dispose this filter which will cause it to be removed from the memory state.boolean
protected abstract void
processRead
(AddressSpace spc, long off, int size, byte[] values) protected abstract void
processWrite
(AddressSpace spc, long off, int size, byte[] values) void
setFilterOnExecutionOnly
(boolean filterOnExecutionOnly)
-
Field Details
-
emu
-
-
Constructor Details
-
MemoryAccessFilter
public MemoryAccessFilter()
-
-
Method Details
-
processRead
-
processWrite
-
dispose
public void dispose()Dispose this filter which will cause it to be removed from the memory state. If overriden, be sure to invoke super.dispose(). -
filterOnExecutionOnly
public boolean filterOnExecutionOnly() -
setFilterOnExecutionOnly
public void setFilterOnExecutionOnly(boolean filterOnExecutionOnly)
-