Rizin
unix-like reverse engineering framework and cli tools
|
To store the context of the IL lifter ; Used to pass around information outside effects Other context variables may be added in the future when the rest of the instructions are lifted. More...
#include <sh_il.h>
Public Attributes | |
bool | privilege_check |
Set to true whenever the privilege mode is calculated (used to add a SETL effect for the privilege bit, in case it is used) ; Set to false (by default) More... | |
bool | use_banked |
Set to true (default) whenever the IL should use banked registers in case of privileged mode ; Setting to false means only un-banked gpr will be used. More... | |
To store the context of the IL lifter ; Used to pass around information outside effects Other context variables may be added in the future when the rest of the instructions are lifted.
bool sh_il_context_t::privilege_check |
bool sh_il_context_t::use_banked |