Package ghidra.program.model.mem
Interface LiveMemoryListener
-
- All Known Implementing Classes:
MemoryMapDB
public interface LiveMemoryListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
memoryChanged(Address addr, int size)
-
-
-
Method Detail
-
memoryChanged
void memoryChanged(Address addr, int size)
-
-