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

Public Attributes

ut8 signature [4]
 
ut32 offset
 
ut32 timestamp
 
ut32 age
 
ut8file_name
 
void(* free )(struct SCV_NB10_HEADER *cv_nb10_header)
 

Detailed Description

Definition at line 9 of file pe_debug.c.

Member Data Documentation

◆ age

ut32 SCV_NB10_HEADER::age

Definition at line 13 of file pe_debug.c.

Referenced by get_debug_info().

◆ file_name

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().

◆ free

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().

◆ offset

ut32 SCV_NB10_HEADER::offset

Definition at line 11 of file pe_debug.c.

◆ signature

ut8 SCV_NB10_HEADER::signature[4]

Definition at line 10 of file pe_debug.c.

◆ timestamp

ut32 SCV_NB10_HEADER::timestamp

Definition at line 12 of file pe_debug.c.

Referenced by get_debug_info().


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