ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Classes | |
struct | VS_VERSIONINFO |
struct | STRINGFILEINFO |
struct | STRINGTABLE |
struct | STRINGHDR |
struct | VARFILEINFO |
struct | VAR |
struct | rsrc_section_t |
struct | export_section_t |
Macros | |
#define | RT_VERSION_DW 16 |
Typedefs | |
typedef struct rsrc_section_t | rsrc_section_t |
typedef struct export_section_t | export_section_t |
Functions | |
void | test_create_exe_imp (const WCHAR *name, int skip_rsrc_exports) |
void | test_create_ne_imp (const WCHAR *name, int skip_names) |
void | test_create_file_imp (const WCHAR *name, const char *contents, size_t len) |
DWORD | test_get_db_size () |
void | test_create_db_imp (const WCHAR *name, int win10) |
DWORD | get_host_winver (void) |
DWORD | get_module_version (HMODULE mod) |
void | silence_debug_output (void) |
Variables | |
static IMAGE_DOS_HEADER | dos_header |
static IMAGE_NT_HEADERS32 | nt_header |
static IMAGE_SECTION_HEADER | section_headers [] |
static const unsigned char | text_section [] |
static const rsrc_section_t | rsrc_section |
static export_section_t | export_dir |
static unsigned char | win10Header [8] |
static unsigned char | rawData [2356] |
DWORD | g_WinVersion |
typedef struct export_section_t export_section_t |
typedef struct rsrc_section_t rsrc_section_t |
Definition at line 796 of file data.c.
Definition at line 811 of file data.c.
Definition at line 841 of file data.c.
Referenced by START_TEST().
Definition at line 778 of file data.c.
Definition at line 467 of file data.c.
Definition at line 555 of file data.c.
Referenced by test_crc2_imp(), and test_crc_imp().
Definition at line 523 of file data.c.
DWORD test_get_db_size | ( | ) |
Definition at line 773 of file data.c.
Referenced by test_TagRef().
|
static |
Definition at line 13 of file data.c.
Referenced by main(), SOFTPUB_HashPEFile(), and test_create_exe_imp().
|
static |
Definition at line 448 of file data.c.
Referenced by add_loadconfig(), SdbGetFileAttributes(), and test_create_exe_imp().
DWORD g_WinVersion |
Definition at line 795 of file data.c.
Referenced by get_host_winver().
|
static |
Definition at line 36 of file data.c.
Referenced by add_loadconfig(), change_section_attribs(), create_test_dll(), create_test_dll_sections(), driver_fixup(), fix_checksum(), main(), map_image_section(), query_image_section(), rva_to_ptr(), SOFTPUB_HashPEFile(), test_create_exe_imp(), test_ExitProcess(), test_filenames(), test_Loader(), test_pe_checksum(), test_ResolveDelayLoadedAPI(), and test_section_access().
Definition at line 573 of file data.c.
Referenced by test_create_db_imp(), test_get_db_size(), and WDF_LIBRARY_REGISTER_CLIENT().
|
static |
Definition at line 235 of file data.c.
Referenced by test_create_exe_imp().
|
static |
Definition at line 95 of file data.c.
Referenced by ImageGetDigestStream(), IMAGEHLP_ReportSection(), and test_create_exe_imp().
Definition at line 123 of file data.c.
Referenced by test_create_exe_imp().
Definition at line 570 of file data.c.
Referenced by test_create_db_imp().