index
:
pemagine
main
a (virtual) tour into portable bits and executable bytes
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
headers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-19
pe_get_image_named_section_addr(): submit to a greater type-punned power.
midipix
1
-2
/
+10
2017-02-04
annual chores.
midipix
7
-7
/
+7
2017-02-04
raw data: renamed struct pe_raw_coff_file_hdr --> struct pe_raw_coff_image_hdr.
midipix
3
-6
/
+6
2016-12-13
pe_impl_strlen_{ansi|utf16}(): provide smooth foreign toolchain support.
midipix
1
-1
/
+1
2016-12-01
struct pe_raw_sec_hdr: member name normalization.
midipix
1
-1
/
+1
2016-12-01
struct pe_raw_opt_hdr_{32|64}: member name normalization.
midipix
3
-5
/
+5
2016-12-01
struct pe_raw_data_dirs: member name normalization.
midipix
1
-2
/
+2
2016-11-30
struct pe_raw_coff_file_hdr: member name normalization.
midipix
2
-8
/
+8
2016-11-19
annual chores.
midipix
7
-7
/
+7
2016-11-19
pe_get_image_import_dir_addr(): code maintenance.
midipix
1
-1
/
+1
2016-11-19
pe_get_image_export_hdr_addr(): code maintenance.
midipix
1
-1
/
+1
2016-11-19
pe_get_image_special_hdr_addr(): code maintenance.
midipix
1
-2
/
+2
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 format: struct pe_import_hdr [and friends] --> struct pe_raw_import_hdr.
midipix
1
-2
/
+2
2016-11-19
PE format: struct pe_export_hdr [and friends] --> pe_raw_export_hdr.
midipix
1
-2
/
+2
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
4
-5
/
+5
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
2015-09-26
pe_get_image_section_tbl_addr() and pe_get_image_named_section_addr(): initia...
midipix
1
-0
/
+58
2015-05-08
initial commit.
midipix
6
-0
/
+195