Package ghidra.app.emulator.state
Class DumpMiscState
java.lang.Object
ghidra.app.emulator.state.DumpMiscState
- All Implemented Interfaces:
RegisterState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()getKeys()List<byte[]> Get the byte array value for a register nameisInitialized(String key) Check if the register is initializedvoidvoid
-
Constructor Details
-
DumpMiscState
-
-
Method Details
-
dispose
public void dispose()- Specified by:
disposein interfaceRegisterState
-
getKeys
- Specified by:
getKeysin interfaceRegisterState
-
getVals
Description copied from interface:RegisterStateGet the byte array value for a register name- Specified by:
getValsin interfaceRegisterState- Parameters:
key- the register name- Returns:
- a list (used as an optional) containing at most the one byte array giving the register's value. If empty, the value if unspecified.
-
isInitialized
Description copied from interface:RegisterStateCheck if the register is initialized- Specified by:
isInitializedin interfaceRegisterState- Parameters:
key- the register name- Returns:
- a list (used as an optional) containing at most the one initialization state. True if initialized, false if not. Empty if unspecified.
-
setVals
- Specified by:
setValsin interfaceRegisterState
-
setVals
- Specified by:
setValsin interfaceRegisterState
-