Rizin
unix-like reverse engineering framework and cli tools
rz_syscall_plugin_t Struct Reference

#include <rz_syscall.h>

Public Attributes

char * name
 
char * arch
 
char * os
 
char * desc
 
int bits
 
int nargs
 
struct rz_syscall_args_t * args
 

Detailed Description

Definition at line 71 of file rz_syscall.h.

Member Data Documentation

◆ arch

char* rz_syscall_plugin_t::arch

Definition at line 73 of file rz_syscall.h.

Referenced by test_group_name.GroupTest::run().

◆ args

struct rz_syscall_args_t* rz_syscall_plugin_t::args

◆ bits

int rz_syscall_plugin_t::bits

Definition at line 76 of file rz_syscall.h.

◆ desc

char* rz_syscall_plugin_t::desc

Definition at line 75 of file rz_syscall.h.

◆ name

◆ nargs

int rz_syscall_plugin_t::nargs

Definition at line 77 of file rz_syscall.h.

◆ os

char* rz_syscall_plugin_t::os

Definition at line 74 of file rz_syscall.h.


The documentation for this struct was generated from the following file: