Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
Data Fields | |
struct bsymbol * | system_call_symbol |
ADDR | system_call_base_addr |
struct array_list * | system_call_ret_idata_list |
struct probe * | syscall_entry_probe |
struct probe * | syscall_ret_probe |
GHashTable * | thread_syscall_state_current |
GHashTable * | thread_syscall_state_last |
Definition at line 2498 of file target_os_linux_generic.c.
struct probe* old_linux_syscall_probe_state::syscall_entry_probe |
Definition at line 2520 of file target_os_linux_generic.c.
struct probe* old_linux_syscall_probe_state::syscall_ret_probe |
Definition at line 2521 of file target_os_linux_generic.c.
ADDR old_linux_syscall_probe_state::system_call_base_addr |
Definition at line 2500 of file target_os_linux_generic.c.
struct array_list* old_linux_syscall_probe_state::system_call_ret_idata_list |
Definition at line 2501 of file target_os_linux_generic.c.
struct bsymbol* old_linux_syscall_probe_state::system_call_symbol |
Definition at line 2499 of file target_os_linux_generic.c.
GHashTable* old_linux_syscall_probe_state::thread_syscall_state_current |
Definition at line 2524 of file target_os_linux_generic.c.
GHashTable* old_linux_syscall_probe_state::thread_syscall_state_last |
Definition at line 2526 of file target_os_linux_generic.c.