Package ghidra.app.emulator.memory
Class ProgramMappedLoadImage
java.lang.Object
ghidra.app.emulator.memory.ProgramMappedLoadImage
- All Implemented Interfaces:
MemoryLoadImage,LoadImage
@Deprecated(since="12.1",
forRemoval=true)
public class ProgramMappedLoadImage
extends Object
implements MemoryLoadImage
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()Deprecated, for removal: This API element is subject to removal in a future version.byte[]Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ProgramMappedLoadImage
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
loadFill
public byte[] loadFill(byte[] bytes, int size, Address addr, int offset, boolean generateInitializedMask) Deprecated, for removal: This API element is subject to removal in a future version. -
writeBack
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writeBackin interfaceMemoryLoadImage
-
dispose
public void dispose()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
disposein interfaceMemoryLoadImage
-