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

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
 

Detailed Description

This structure contains the decompiled code and all the annotations for the decompiled code.

Definition at line 79 of file rz_annotated_code.h.

Member Data Documentation

◆ annotations

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.

◆ code

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.


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