Package ghidra.app.emulator.memory
Interface EmulatorLoadData
- 
 public interface EmulatorLoadData
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description RegisterStategetInitialRegisterState()MemoryLoadImagegetMemoryLoadImage()default AddressSetViewgetView()
 
- 
- 
- 
Method Detail- 
getMemoryLoadImageMemoryLoadImage getMemoryLoadImage() 
 - 
getInitialRegisterStateRegisterState getInitialRegisterState() 
 - 
getViewdefault AddressSetView getView() 
 
- 
 
-