1bfc10 update code following libpemagine's pre-alpha API update.

Authored and Committed by midipix 7 years ago
    update code following libpemagine's pre-alpha API update.
    
        
src/process/ntapi_tt_map_image_as_data.c CHANGED
@@ -51,7 +51,7 @@ int32_t __stdcall __ntapi_tt_exec_map_image_as_data(nt_executable_image * image)
51
51
void * hsection;
52
52
53
53
struct pe_raw_image_dos_hdr * dos;
54
- struct pe_raw_coff_file_hdr * coff;
54
+ struct pe_raw_coff_image_hdr * coff;
55
55
union pe_raw_opt_hdr * opt;
56
56
struct pe_raw_sec_hdr * sec;
57
57