Rizin
unix-like reverse engineering framework and cli tools
|
#include <linux_coredump.h>
Public Attributes | |
prpsinfo_t * | prpsinfo |
auxv_buff_t * | auxv |
linux_map_entry_t * | maps |
thread_elf_note_t * | thread_note |
int | n_threads |
Definition at line 181 of file linux_coredump.h.
auxv_buff_t* proc_elf_note::auxv |
Definition at line 183 of file linux_coredump.h.
linux_map_entry_t* proc_elf_note::maps |
Definition at line 184 of file linux_coredump.h.
int proc_elf_note::n_threads |
Definition at line 186 of file linux_coredump.h.
prpsinfo_t* proc_elf_note::prpsinfo |
Definition at line 182 of file linux_coredump.h.
thread_elf_note_t* proc_elf_note::thread_note |
Definition at line 185 of file linux_coredump.h.