|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_syscall.h>
Public Attributes | |
| FILE * | fd |
| char * | arch |
| char * | os |
| int | bits |
| char * | cpu |
| RzSyscallItem * | sysptr |
| Sdb * | db |
| RzSysregsDB * | srdb |
| int | refs |
Definition at line 37 of file rz_syscall.h.
| char* rz_syscall_t::arch |
Definition at line 40 of file rz_syscall.h.
Referenced by test_group_name.GroupTest::run().
| int rz_syscall_t::bits |
Definition at line 42 of file rz_syscall.h.
| char* rz_syscall_t::cpu |
Definition at line 43 of file rz_syscall.h.
| Sdb* rz_syscall_t::db |
Definition at line 46 of file rz_syscall.h.
Referenced by update_sdb(), and update_syscall_ns().
| FILE* rz_syscall_t::fd |
Definition at line 38 of file rz_syscall.h.
| char* rz_syscall_t::os |
Definition at line 41 of file rz_syscall.h.
| int rz_syscall_t::refs |
Definition at line 48 of file rz_syscall.h.
| RzSysregsDB* rz_syscall_t::srdb |
Definition at line 47 of file rz_syscall.h.
| RzSyscallItem* rz_syscall_t::sysptr |
Definition at line 45 of file rz_syscall.h.