Rizin
unix-like reverse engineering framework and cli tools
|
#include <io_rzk_linux.h>
Public Attributes | |
int | pid |
char | comm [16] |
size_t | vmareastruct [4096] |
size_t | stack |
size_t | task |
Definition at line 78 of file io_rzk_linux.h.
char rzk_proc_info::comm[16] |
Definition at line 80 of file io_rzk_linux.h.
Referenced by run_old_command().
int rzk_proc_info::pid |
Definition at line 79 of file io_rzk_linux.h.
Referenced by run_old_command().
size_t rzk_proc_info::stack |
Definition at line 82 of file io_rzk_linux.h.
Referenced by run_old_command().
size_t rzk_proc_info::task |
Definition at line 83 of file io_rzk_linux.h.
Referenced by run_old_command().
size_t rzk_proc_info::vmareastruct[4096] |
Definition at line 81 of file io_rzk_linux.h.
Referenced by run_old_command().