Rizin
unix-like reverse engineering framework and cli tools
rz_analysis_il_init_state_t Struct Reference

Description of an initial state of an RzAnalysisILVM. More...

#include <rz_analysis.h>

Public Attributes

RzVector vars
 Contents of global variables. More...
 

Detailed Description

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.

Member Data Documentation

◆ vars

RzVector rz_analysis_il_init_state_t::vars

Contents of global variables.

Definition at line 1118 of file rz_analysis.h.


The documentation for this struct was generated from the following file: