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

#include <rz_syscall.h>

Public Attributes

char * name
 
int swi
 
int num
 
int args
 
char * sargs
 

Detailed Description

Definition at line 19 of file rz_syscall.h.

Member Data Documentation

◆ args

int rz_syscall_item_t::args

◆ name

◆ num

int rz_syscall_item_t::num

Definition at line 22 of file rz_syscall.h.

Referenced by rz_core_syscall_as_string(), and rz_egg_syscall().

◆ sargs

char* rz_syscall_item_t::sargs

Definition at line 24 of file rz_syscall.h.

Referenced by rz_core_syscall_as_string().

◆ swi

int rz_syscall_item_t::swi

Definition at line 21 of file rz_syscall.h.


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