Rizin
unix-like reverse engineering framework and cli tools
|
This structure contains the decompiled code and all the annotations for the decompiled code. More...
#include <rz_annotated_code.h>
Public Attributes | |
char * | code |
RzVector | annotations |
This structure contains the decompiled code and all the annotations for the decompiled code.
Definition at line 79 of file rz_annotated_code.h.
RzVector rz_annotated_code_t::annotations |
RzVector <RzCodeAnnotation> contains the list of annotations for the decompiled code.
Definition at line 81 of file rz_annotated_code.h.
char* rz_annotated_code_t::code |
Decompiled code. RzAnnotatedCode owns this string and it must free it.
Definition at line 80 of file rz_annotated_code.h.