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

#include <rz_core.h>

Public Attributes

const char * type
 
ut64 addr
 
ut64 next
 
ut64 prev
 
int size
 
int perm
 
char * data
 
char * comment
 
char * sectname
 
char * fcnname
 

Detailed Description

Definition at line 406 of file rz_core.h.

Member Data Documentation

◆ addr

ut64 rz_core_item_t::addr

Definition at line 408 of file rz_core.h.

◆ comment

char* rz_core_item_t::comment

Definition at line 414 of file rz_core.h.

◆ data

char* rz_core_item_t::data

Definition at line 413 of file rz_core.h.

Referenced by test_group_name.GroupTest::run().

◆ fcnname

char* rz_core_item_t::fcnname

Definition at line 416 of file rz_core.h.

◆ next

ut64 rz_core_item_t::next

Definition at line 409 of file rz_core.h.

◆ perm

int rz_core_item_t::perm

Definition at line 412 of file rz_core.h.

◆ prev

ut64 rz_core_item_t::prev

Definition at line 410 of file rz_core.h.

◆ sectname

char* rz_core_item_t::sectname

Definition at line 415 of file rz_core.h.

◆ size

int rz_core_item_t::size

Definition at line 411 of file rz_core.h.

◆ type


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