Rizin
unix-like reverse engineering framework and cli tools
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Friends Macros Modules Pages
xbe.h File Reference

Go to the source code of this file.

Classes

struct  xbe_header
 
struct  xbe_section
 
struct  xbe_lib
 
struct  rz_bin_xbe_obj_t
 

Macros

#define XBE_MAGIC   0x48454258
 
#define XBE_EP_RETAIL   0xA8FC57AB
 
#define XBE_EP_DEBUG   0x94859D4B
 
#define XBE_KP_RETAIL   0x5b6d40b6
 
#define XBE_KP_DEBUG   0xefb1f152
 
#define XBE_EP_CHIHIRO   0x40B5C16E
 
#define XBE_KP_CHIHIRO   0x2290059D
 
#define XBE_MAX_THUNK   378
 
#define SECT_FLAG_X   0x00000004
 
#define SECT_FLAG_W   0x00000001
 

Macro Definition Documentation

◆ SECT_FLAG_W

#define SECT_FLAG_W   0x00000001

Definition at line 47 of file xbe.h.

◆ SECT_FLAG_X

#define SECT_FLAG_X   0x00000004

Definition at line 46 of file xbe.h.

◆ XBE_EP_CHIHIRO

#define XBE_EP_CHIHIRO   0x40B5C16E

Definition at line 15 of file xbe.h.

◆ XBE_EP_DEBUG

#define XBE_EP_DEBUG   0x94859D4B

Definition at line 10 of file xbe.h.

◆ XBE_EP_RETAIL

#define XBE_EP_RETAIL   0xA8FC57AB

Definition at line 9 of file xbe.h.

◆ XBE_KP_CHIHIRO

#define XBE_KP_CHIHIRO   0x2290059D

Definition at line 16 of file xbe.h.

◆ XBE_KP_DEBUG

#define XBE_KP_DEBUG   0xefb1f152

Definition at line 13 of file xbe.h.

◆ XBE_KP_RETAIL

#define XBE_KP_RETAIL   0x5b6d40b6

Definition at line 12 of file xbe.h.

◆ XBE_MAGIC

#define XBE_MAGIC   0x48454258

Definition at line 7 of file xbe.h.

◆ XBE_MAX_THUNK

#define XBE_MAX_THUNK   378

Definition at line 18 of file xbe.h.