Package ghidra.app.emulator.memory
Interface MemoryLoadImage
-
- All Superinterfaces:
LoadImage
- All Known Implementing Classes:
CompositeLoadImage
,ProgramMappedLoadImage
public interface MemoryLoadImage extends LoadImage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispose()
void
writeBack(byte[] bytes, int size, Address addr, int offset)
-
-
-
Method Detail
-
writeBack
void writeBack(byte[] bytes, int size, Address addr, int offset)
-
dispose
void dispose()
-
-