Age | Commit message (Expand) | Author | Files | Lines |
2016-11-19 | pe_get_image_named_section_addr(): code maintenance. | midipix | 1 | -12/+18 |
2016-11-19 | pe_get_image_section_tbl_addr(): code maintenance. | midipix | 1 | -3/+8 |
2016-11-19 | pe_get_image_entry_point_addr(): code maintenance. | midipix | 1 | -1/+0 |
2016-11-19 | pe_get_image_data_dirs_addr(): code maintenance. | midipix | 1 | -1/+1 |
2016-11-19 | pe_get_image_opt_hdr_addr(): code maintenance. | midipix | 1 | -3/+5 |
2016-11-19 | pe_get_image_coff_hdr_addr(): code maintenance. | midipix | 1 | -8/+8 |
2016-11-19 | pe_get_image_dos_hdr_addr(): code maintenance. | midipix | 1 | -5/+3 |
2016-11-19 | pe_get_symbol_name(), pe_get_import_symbol_info(): code maintenance. | midipix | 1 | -4/+2 |
2016-11-19 | pe_get_symbol_module_info(): code maintenance. | midipix | 1 | -1/+0 |
2016-11-19 | pe_get_image_stack_heap_info(): code maintenance. | midipix | 1 | -1/+1 |
2016-11-19 | pe_get_ntdll_module_handle(): code maintenance. | midipix | 1 | -1/+1 |
2016-11-19 | pe_get_module_handle(): code maintenance. | midipix | 1 | -7/+11 |
2016-11-19 | pe_get_first_module_handle(): code maintenance. | midipix | 1 | -1/+1 |
2016-11-19 | pe_get_kernel32_handle_callback(): re-implement. | midipix | 1 | -36/+50 |
2016-11-19 | pe_enum_modules() and friends: code maintenance. | midipix | 1 | -5/+3 |
2016-11-19 | pe_impl.h: linkage: helper string functions are now static inlined functions. | midipix | 2 | -52/+46 |
2016-11-19 | pe_impl_utf16_char_to_lower(): code maintenance. | midipix | 1 | -4/+3 |
2016-11-19 | pe_impl_strlen_utf16(): code maintenance. | midipix | 1 | -6/+6 |
2016-11-19 | pe_impl_strlen_ansi(): code maintenance. | midipix | 1 | -9/+8 |
2016-11-19 | pe_enum_image_import_hdrs(): code maintenance. | midipix | 1 | -1/+0 |
2016-11-19 | pe_get_procedure_address(): code maintenance. | midipix | 1 | -3/+1 |
2016-11-19 | pe_get_export_symbol_info(): code maintenance. | midipix | 1 | -15/+16 |
2016-11-19 | pe_enum_image_exports(): code maintenance. | midipix | 1 | -9/+8 |
2016-11-19 | PE format: struct pe_import_hdr [and friends] --> struct pe_raw_import_hdr. | midipix | 2 | -3/+3 |
2016-11-19 | PE format: struct pe_export_hdr [and friends] --> pe_raw_export_hdr. | midipix | 4 | -6/+6 |
2016-11-19 | PE format: struct pe_sec_hdr --> struct pe_raw_sec_hdr. | midipix | 1 | -4/+4 |
2016-11-19 | PE format: struct pe_data_dirs --> struct pe_raw_data_dirs. | midipix | 2 | -4/+4 |
2016-11-19 | PE format: union pe_opt_hdr [and friends] --> union pe_raw_opt_hdr. | midipix | 5 | -6/+6 |
2016-11-19 | PE format: struct pe_coff_file_hdr --> struct pe_raw_coff_file_hdr. | midipix | 3 | -6/+6 |
2016-11-19 | PE format: struct pe_image_dos_hdr --> struct pe_raw_image_dos_hdr. | midipix | 2 | -4/+4 |
2016-11-12 | PE targets: free-standing environment: library image: mark affiliation. | midipix | 1 | -0/+5 |
2016-07-06 | pe_impl_strlen_utf16(): fix calculation regression caused by commit 239ee42e. | midipix | 1 | -1/+1 |
2016-05-27 | pe_get_imported_symbol_info_64(): simplify logic. | midipix | 1 | -20/+13 |
2016-05-27 | pe_get_imported_symbol_info_32(): simplify logic. | midipix | 1 | -18/+8 |
2016-05-27 | pe_get_import_symbol_info(): remove superfluous parameters. | midipix | 1 | -20/+0 |
2016-05-11 | code maintenance: mark unused parameters. | midipix | 2 | -0/+7 |
2016-02-18 | remove a stray semicolon. | midipix | 1 | -1/+0 |
2015-11-29 | pe_get_export_symbol_info(): fix whitespace. | midipix | 1 | -1/+1 |
2015-11-29 | pe_get_export_symbol_info(): fix signedness of match. | midipix | 1 | -1/+1 |
2015-09-26 | normalize the name of the library's entry point. | midipix | 2 | -6/+6 |
2015-09-26 | pe_impl_strlen_ansi: fix internal error reporting via signedness. | midipix | 3 | -5/+5 |
2015-09-26 | pe_get_image_section_tbl_addr() and pe_get_image_named_section_addr(): initia... | midipix | 1 | -0/+58 |
2015-09-26 | internal string functions: change the return type from size_t to uint32_t. | midipix | 2 | -6/+6 |
2015-05-08 | initial commit. | midipix | 20 | -0/+1115 |