Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
ut8 | signature [4] |
ut32 | offset |
ut32 | timestamp |
ut32 | age |
ut8 * | file_name |
void(* | free )(struct SCV_NB10_HEADER *cv_nb10_header) |
Definition at line 9 of file pe_debug.c.
ut32 SCV_NB10_HEADER::age |
Definition at line 13 of file pe_debug.c.
Referenced by get_debug_info().
ut8* SCV_NB10_HEADER::file_name |
Definition at line 14 of file pe_debug.c.
Referenced by free_cv_nb10_header(), get_debug_info(), and get_nb10().
void(* SCV_NB10_HEADER::free) (struct SCV_NB10_HEADER *cv_nb10_header) |
Definition at line 15 of file pe_debug.c.
Referenced by get_debug_info(), and init_cv_nb10_header().
ut32 SCV_NB10_HEADER::offset |
Definition at line 11 of file pe_debug.c.
ut8 SCV_NB10_HEADER::signature[4] |
Definition at line 10 of file pe_debug.c.
ut32 SCV_NB10_HEADER::timestamp |
Definition at line 12 of file pe_debug.c.
Referenced by get_debug_info().