Package ghidra.app.emulator.memory
Class ProgramMappedLoadImage
- java.lang.Object
 - 
- ghidra.app.emulator.memory.ProgramMappedLoadImage
 
 
- 
- All Implemented Interfaces:
 MemoryLoadImage,LoadImage
public class ProgramMappedLoadImage extends java.lang.Object implements MemoryLoadImage
 
- 
- 
Constructor Summary
Constructors Constructor Description ProgramMappedLoadImage(ProgramMappedMemory memory) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()byte[]loadFill(byte[] bytes, int size, Address addr, int offset, boolean generateInitializedMask)voidwriteBack(byte[] bytes, int size, Address addr, int offset) 
 - 
 
- 
- 
Constructor Detail
- 
ProgramMappedLoadImage
public ProgramMappedLoadImage(ProgramMappedMemory memory)
 
 - 
 
- 
Method Detail
- 
loadFill
public byte[] loadFill(byte[] bytes, int size, Address addr, int offset, boolean generateInitializedMask) 
- 
writeBack
public void writeBack(byte[] bytes, int size, Address addr, int offset)- Specified by:
 writeBackin interfaceMemoryLoadImage
 
- 
dispose
public void dispose()
- Specified by:
 disposein interfaceMemoryLoadImage
 
 - 
 
 -