Rizin
unix-like reverse engineering framework and cli tools
|
#include <xnu_debug.h>
Public Attributes | |
vm_offset_t | header |
int | hoffset |
int | tstate_size |
coredump_thread_state_flavor_t * | flavors |
Definition at line 263 of file xnu_debug.h.
coredump_thread_state_flavor_t* tir_t::flavors |
Definition at line 267 of file xnu_debug.h.
Referenced by xnu_collect_thread_state(), and xnu_generate_corefile().
vm_offset_t tir_t::header |
Definition at line 264 of file xnu_debug.h.
Referenced by xnu_collect_thread_state(), and xnu_generate_corefile().
int tir_t::hoffset |
Definition at line 265 of file xnu_debug.h.
Referenced by xnu_collect_thread_state(), and xnu_generate_corefile().
int tir_t::tstate_size |
Definition at line 266 of file xnu_debug.h.
Referenced by xnu_generate_corefile().