Rizin
unix-like reverse engineering framework and cli tools
rz_drx.h
Go to the documentation of this file.
1
#ifndef RZ_DRX_H
2
#define RZ_DRX_H
3
4
enum
{
5
DRX_API_LIST
= 0,
6
DRX_API_GET_BP
= 1,
7
DRX_API_SET_BP
= 2,
8
DRX_API_REMOVE_BP
= 3,
9
};
10
11
#if __i386__ || __x86_64__
12
#define NUM_DRX_REGISTERS 8
13
#endif
14
15
#endif
DRX_API_SET_BP
@ DRX_API_SET_BP
Definition:
rz_drx.h:7
DRX_API_GET_BP
@ DRX_API_GET_BP
Definition:
rz_drx.h:6
DRX_API_REMOVE_BP
@ DRX_API_REMOVE_BP
Definition:
rz_drx.h:8
DRX_API_LIST
@ DRX_API_LIST
Definition:
rz_drx.h:5
librz
include
rz_drx.h
Generated by
1.9.1