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 RegisterStategetInitialRegisterState()MemoryLoadImagegetMemoryLoadImage()default AddressSetViewgetView()
-
-
-
Method Detail
-
getMemoryLoadImage
MemoryLoadImage getMemoryLoadImage()
-
getInitialRegisterState
RegisterState getInitialRegisterState()
-
getView
default AddressSetView getView()
-
-