Package ghidra.app.services
Interface DebuggerControlService.StateEditor
- Enclosing interface:
DebuggerControlService
public static interface DebuggerControlService.StateEditor
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanisRegisterEditable(Register register) booleanisVariableEditable(Address address, int length) default CompletableFuture<Void> setRegister(RegisterValue value) setVariable(Address address, byte[] data)
-
Method Details
-
getService
DebuggerControlService getService() -
getCoordinates
DebuggerCoordinates getCoordinates() -
isVariableEditable
-
isRegisterEditable
-
setVariable
-
setRegister
-