Package ghidra.app.emulator.state
Class DumpMiscState
java.lang.Object
ghidra.app.emulator.state.DumpMiscState
- All Implemented Interfaces:
RegisterState
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
getKeys()
List
<byte[]> Get the byte array value for a register nameisInitialized
(String key) Check if the register is initializedvoid
void
-
Constructor Details
-
DumpMiscState
-
-
Method Details
-
dispose
public void dispose()- Specified by:
dispose
in interfaceRegisterState
-
getKeys
- Specified by:
getKeys
in interfaceRegisterState
-
getVals
Description copied from interface:RegisterState
Get the byte array value for a register name- Specified by:
getVals
in 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:RegisterState
Check if the register is initialized- Specified by:
isInitialized
in interfaceRegisterState
- Parameters:
key
- the register name- Returns:
- a list (used an an optional) containing at most the one initialization state. True if initialized, false if not. Empty if unspecified.
-
setVals
- Specified by:
setVals
in interfaceRegisterState
-
setVals
- Specified by:
setVals
in interfaceRegisterState
-