Rizin
unix-like reverse engineering framework and cli tools
proc_elf_note Struct Reference

#include <linux_coredump.h>

Public Attributes

prpsinfo_t * prpsinfo
 
auxv_buff_tauxv
 
linux_map_entry_tmaps
 
thread_elf_note_tthread_note
 
int n_threads
 

Detailed Description

Definition at line 181 of file linux_coredump.h.

Member Data Documentation

◆ auxv

auxv_buff_t* proc_elf_note::auxv

Definition at line 183 of file linux_coredump.h.

◆ maps

linux_map_entry_t* proc_elf_note::maps

Definition at line 184 of file linux_coredump.h.

◆ n_threads

int proc_elf_note::n_threads

Definition at line 186 of file linux_coredump.h.

◆ prpsinfo

prpsinfo_t* proc_elf_note::prpsinfo

Definition at line 182 of file linux_coredump.h.

◆ thread_note

thread_elf_note_t* proc_elf_note::thread_note

Definition at line 185 of file linux_coredump.h.


The documentation for this struct was generated from the following file: