summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2017-12-14driver: added -d and -D (list mdso libs [and referenced symbols]).midipix4-0/+19
2017-12-14project: renamed pe_output_import_libraries.c -> pe_output_idata_libraries.c.midipix2-1/+1
2017-12-14driver: pe_default_options[]: usage: explicitly mention the .idata section.midipix1-2/+2
2017-12-14logic: pe_get_image_meta(): added mdso support.midipix2-0/+54
2017-12-13refactor: struct pe_meta_stats: members are now t-prefixed.midipix4-13/+13
2017-12-13refactor: struct pe_expsym: members are now s-prefixed.midipix2-12/+12
2017-12-13refactor: struct pe_raw_image: members are now map-prefixed.midipix6-17/+17
2017-12-13refactor: perk.h: moved struct pe_source_version to the driver section.midipix1-7/+7
2017-12-13refactor: struct pe_image_meta: pointers to raw data are now r-prefixed.midipix8-51/+51
2017-12-13refactor: struct pe_image_meta: meta section header members are now h-prefixed.midipix3-17/+17
2017-12-13refactor: struct pe_image_meta: meta members are now m-prefixed.midipix11-117/+117
2017-12-13refactor: renamed struct pe_meta_summary --> struct pe_meta_stats.midipix4-12/+12
2017-12-03pe_get_expsym_by_name(): verify that the image has an .edata section.midipix1-1/+1
2017-11-23build system: added --cchost support.midipix5-4/+31
2017-11-23build system: added PERK to the toolchain variables.midipix2-0/+2
2017-10-31build system: toolchain: added definitions for message and resource compilers.midipix2-0/+4
2017-10-25build system: PE targets: added mdso-based import library generation support.midipix7-3/+30
2017-10-24build system: midipix.mk: OS_SONAME: use symlinks by default.midipix1-2/+2
2017-10-19build system: allow cmdline overriding of the static archive's base name.midipix1-1/+2
2017-05-28build system: added extended dir variables.midipix3-0/+140
2017-05-24build system: added --sbindir support.midipix3-0/+10
2017-02-17pe_get_image_meta(): properly scan the import library header table.midipix1-1/+1
2017-02-11pe_get_image_meta(): account for an empty symbol table.midipix1-3/+5
2017-02-04annual chores.midipix30-30/+30
2017-02-04pe_get_image_meta() and friends: added PE object support.midipix5-30/+73
2017-02-04reader: added pe_read_object_header().midipix2-0/+72
2017-02-04raw data: added struct pe_raw_coff_object_hdr.midipix1-0/+11
2017-02-04raw data: renamed struct pe_raw_coff_file_hdr --> struct pe_raw_coff_image_hdr.midipix4-5/+5
2017-02-03pe_read_optional_header_structs(): properly initialize pdir (rva's and sizes).midipix1-1/+4
2016-12-26argv.h: struct argv_ctx: .unitidx and .erridx are set via pointer arithmetic.midipix1-2/+2
2016-12-25argv.h: use an option vector rather than a direct pointer to the option table.midipix3-38/+61
2016-12-18build system: version.sh: create output directory as needed.midipix1-0/+1
2016-12-13PE soname support: added the designated LDFLAGS_SONAME variable.midipix1-2/+3
2016-12-08build system: configure: pass --sysroot to the linker as a compiler argument.midipix1-1/+1
2016-12-02struct pe_meta_import_hdr: fix logical position within perk_structs.h.midipix1-14/+14
2016-12-02whitespace meditation.midipix1-0/+9
2016-12-02struct pe_raw_import_hdr: fix logical position within perk_structs.h.midipix1-8/+8
2016-12-02struct pe_raw_coff_symbol_name: member name normalization.midipix1-3/+3
2016-12-02struct pe_{raw|meta}_coff_symbol: member name normalization.midipix4-37/+37
2016-12-02struct pe_raw_hint_name_entry: member name normalization.midipix2-3/+3
2016-12-01struct pe_{raw|meta}_import_hdr: member name normalization.midipix6-48/+50
2016-12-01{union|struct} pe_{raw|meta}_import_lookup: member name normalization.midipix5-22/+22
2016-12-01union pe_{raw|meta}_export_addr_tbl: member name normalization.midipix2-4/+4
2016-12-01struct pe_{raw|meta}_export_hdr: member name normalization.midipix5-40/+40
2016-12-01struct pe_{raw|meta}_sec_hdr: member name normalization.midipix6-63/+63
2016-12-01struct pe_raw_image_data_dir: member name normalization.midipix1-2/+2
2016-12-01struct pe_meta_opt_hdr: member name normalization.midipix6-63/+63
2016-12-01struct pe_raw_opt_hdr_{32|64}: member name normalization.midipix3-113/+113
2016-12-01struct pe_meta_opt_hdr_mem: member name normalization.midipix2-18/+18
2016-12-01struct pe_meta_opt_hdr_mem_64: member name normalization.midipix1-5/+5