Package ghidra.app.emulator.memory
Interface EmulatorLoadData
-
public interface EmulatorLoadData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description RegisterState
getInitialRegisterState()
MemoryLoadImage
getMemoryLoadImage()
default AddressSetView
getView()
-
-
-
Method Detail
-
getMemoryLoadImage
MemoryLoadImage getMemoryLoadImage()
-
getInitialRegisterState
RegisterState getInitialRegisterState()
-
getView
default AddressSetView getView()
-
-