Rizin
unix-like reverse engineering framework and cli tools
|
Description of an initial state of an RzAnalysisILVM. More...
#include <rz_analysis.h>
Public Attributes | |
RzVector | vars |
Contents of global variables. More... | |
Description of an initial state of an RzAnalysisILVM.
This may be used by an analysis plugin to communicate how to initialize variables/registers for a clean vm. Everything unspecified by this may be initialized to anything (for example whatever contents the RzReg currently has).
Definition at line 1117 of file rz_analysis.h.
RzVector rz_analysis_il_init_state_t::vars |
Contents of global variables.
Definition at line 1118 of file rz_analysis.h.