Package ghidra.app.emulator.memory
Class CompositeLoadImage
java.lang.Object
ghidra.app.emulator.memory.CompositeLoadImage
- All Implemented Interfaces:
MemoryLoadImage,LoadImage
@Deprecated(since="12.1",
forRemoval=true)
public class CompositeLoadImage
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 TypeMethodDescriptionvoidaddProvider(MemoryLoadImage provider, AddressSetView view) Deprecated, for removal: This API element is subject to removal in a future version.voiddispose()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
-
CompositeLoadImage
public CompositeLoadImage()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
addProvider
Deprecated, for removal: This API element is subject to removal in a future version. -
loadFill
public byte[] loadFill(byte[] buf, int size, Address addr, int bufOffset, 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
-