Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include <target_os.h>
Data Fields | |
uint8_t | isstub:1 |
int | num |
ADDR | addr |
struct bsymbol * | bsymbol |
struct bsymbol * | wrapped_bsymbol |
GSList * | args |
Definition at line 35 of file target_os.h.
ADDR target_os_syscall::addr |
Definition at line 41 of file target_os.h.
GSList* target_os_syscall::args |
Definition at line 53 of file target_os.h.
struct bsymbol* target_os_syscall::bsymbol |
Definition at line 42 of file target_os.h.
uint8_t target_os_syscall::isstub |
Definition at line 39 of file target_os.h.
int target_os_syscall::num |
Definition at line 40 of file target_os.h.
struct bsymbol* target_os_syscall::wrapped_bsymbol |
Definition at line 48 of file target_os.h.