Rizin
unix-like reverse engineering framework and cli tools
dbi.h File Reference
#include <rz_util.h>

Go to the source code of this file.

Classes

struct  SectionContribEntry
 
struct  dbi_stream_ex_header_t
 

Typedefs

typedef struct SectionContribEntry SectionContr
 
typedef struct dbi_stream_ex_header_t RzPdbDbiStreamExHdr
 

Enumerations

enum  dbi_stream_version {
  DSV_VC41 = 930803 , DSV_V50 = 19960307 , DSV_V60 = 19970606 , DSV_V70 = 19990903 ,
  DSV_V110 = 20091201
}
 

Typedef Documentation

◆ RzPdbDbiStreamExHdr

◆ SectionContr

Enumeration Type Documentation

◆ dbi_stream_version

Enumerator
DSV_VC41 
DSV_V50 
DSV_V60 
DSV_V70 
DSV_V110 

Definition at line 9 of file dbi.h.

9  {
10  DSV_VC41 = 930803,
11  DSV_V50 = 19960307,
12  DSV_V60 = 19970606,
13  DSV_V70 = 19990903,
14  DSV_V110 = 20091201
15 };
@ DSV_V110
Definition: dbi.h:14
@ DSV_V60
Definition: dbi.h:12
@ DSV_V50
Definition: dbi.h:11
@ DSV_VC41
Definition: dbi.h:10
@ DSV_V70
Definition: dbi.h:13