Package ghidra.app.emulator.memory
Class ProgramLoadImage
java.lang.Object
ghidra.app.emulator.memory.ProgramLoadImage
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionProgramLoadImage(Program program, MemoryFaultHandler faultHandler) Deprecated, 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.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
-
ProgramLoadImage
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
dispose
public void dispose()Deprecated, for removal: This API element is subject to removal in a future version. -
write
Deprecated, for removal: This API element is subject to removal in a future version. -
read
public byte[] read(byte[] bytes, int size, Address addr, int offset, boolean generateInitializedMask) Deprecated, for removal: This API element is subject to removal in a future version. -
getInitializedAddressSet
Deprecated, for removal: This API element is subject to removal in a future version.
-