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

Go to the source code of this file.

Classes

struct  rz_syscall_item_t
 
struct  rz_sysreg_item_t
 
struct  rz_sysreg_db_t
 
struct  rz_syscall_t
 
struct  rz_syscall_plugin_t
 
struct  rz_syscall_arch_plugin_t
 

Macros

#define RZ_SYSCALL_ARGS   7
 

Typedefs

typedef struct rz_syscall_item_t RzSyscallItem
 
typedef struct rz_sysreg_item_t RzSysregItem
 
typedef struct rz_sysreg_db_t RzSysregsDB
 
typedef struct rz_syscall_t RzSyscall
 
typedef struct rz_syscall_plugin_t RzSyscallPlugin
 
typedef struct rz_syscall_arch_plugin_t RzSyscallArchPlugin
 

Functions

 RZ_LIB_VERSION_HEADER (rz_syscall)
 

Macro Definition Documentation

◆ RZ_SYSCALL_ARGS

#define RZ_SYSCALL_ARGS   7

Definition at line 17 of file rz_syscall.h.

Typedef Documentation

◆ RzSyscall

typedef struct rz_syscall_t RzSyscall

◆ RzSyscallArchPlugin

◆ RzSyscallItem

◆ RzSyscallPlugin

◆ RzSysregItem

◆ RzSysregsDB

typedef struct rz_sysreg_db_t RzSysregsDB

Function Documentation

◆ RZ_LIB_VERSION_HEADER()

RZ_LIB_VERSION_HEADER ( rz_syscall  )