Rizin
unix-like reverse engineering framework and cli tools
rz_drx.h File Reference

Go to the source code of this file.

Enumerations

enum  { DRX_API_LIST = 0 , DRX_API_GET_BP = 1 , DRX_API_SET_BP = 2 , DRX_API_REMOVE_BP = 3 }
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
DRX_API_LIST 
DRX_API_GET_BP 
DRX_API_SET_BP 
DRX_API_REMOVE_BP 

Definition at line 4 of file rz_drx.h.

4  {
5  DRX_API_LIST = 0,
6  DRX_API_GET_BP = 1,
7  DRX_API_SET_BP = 2,
9 };
@ DRX_API_SET_BP
Definition: rz_drx.h:7
@ DRX_API_GET_BP
Definition: rz_drx.h:6
@ DRX_API_REMOVE_BP
Definition: rz_drx.h:8
@ DRX_API_LIST
Definition: rz_drx.h:5