Package ghidra.app.emulator.state
Interface RegisterState
- All Known Implementing Classes:
DumpMiscState
public interface RegisterState
-
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
-
Method Details
-
getKeys
-
getVals
Get the byte array value for a register name- 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
Check if the register is initialized- 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
-
setVals
-
dispose
void dispose()
-