Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include <target_os.h>
Data Fields | |
unsigned int | returned:1 |
struct target_os_syscall * | syscall |
struct array_list * | regvals |
struct array_list * | argvals |
REGVAL | retval |
Definition at line 56 of file target_os.h.
struct array_list* target_os_syscall_state::argvals |
Definition at line 62 of file target_os.h.
struct array_list* target_os_syscall_state::regvals |
Definition at line 60 of file target_os.h.
unsigned int target_os_syscall_state::returned |
Definition at line 57 of file target_os.h.
REGVAL target_os_syscall_state::retval |
Definition at line 63 of file target_os.h.
struct target_os_syscall* target_os_syscall_state::syscall |
Definition at line 58 of file target_os.h.