Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_syscall.h>
Public Attributes | |
char * | name |
char * | arch |
char * | os |
char * | desc |
int | bits |
int | nargs |
struct rz_syscall_args_t * | args |
Definition at line 71 of file rz_syscall.h.
char* rz_syscall_plugin_t::arch |
Definition at line 73 of file rz_syscall.h.
Referenced by test_group_name.GroupTest::run().
struct rz_syscall_args_t* rz_syscall_plugin_t::args |
Definition at line 78 of file rz_syscall.h.
Referenced by cmd_descs_generate.CmdDesc::__str__(), and cmd_descs_generate.CmdDesc::_validate().
int rz_syscall_plugin_t::bits |
Definition at line 76 of file rz_syscall.h.
char* rz_syscall_plugin_t::desc |
Definition at line 75 of file rz_syscall.h.
char* rz_syscall_plugin_t::name |
Definition at line 72 of file rz_syscall.h.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Detail::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.CmdDesc::_validate(), cmd_descs_generate.Detail::get_detail_entries_cname(), test_group_name.GroupTest::run(), and cmd_descs_generate.CmdDesc::str_tab().
int rz_syscall_plugin_t::nargs |
Definition at line 77 of file rz_syscall.h.
char* rz_syscall_plugin_t::os |
Definition at line 74 of file rz_syscall.h.