Package ghidra.app.emulator.memory
Class ProgramMappedMemory
java.lang.Object
ghidra.app.emulator.memory.ProgramMappedMemory
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionProgramMappedMemory(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.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
-
ProgramMappedMemory
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getProgram
Deprecated, for removal: This API element is subject to removal in a future version. -
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.
-