index
:
perk
main
PE Resource Kit
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
output
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-02
pe_output_mdso_libraries(): adjust following mdso's pre-alpha abi update.
midipix
1
-16
/
+26
2018-08-09
internals: pe_output_strerror(): use strerror_r(3) rather than strerror(3).
midipix
1
-5
/
+14
2018-08-04
pe_output_error_record(): use fdctx->fderr to determine annotation mode.
midipix
1
-2
/
+2
2018-07-24
pe_output_error_record(): re-implemented with fdctx and pure fdio.
midipix
1
-8
/
+17
2018-07-24
output interfaces: revised API and implementation to use fdctx and pure fdio.
midipix
7
-77
/
+113
2017-12-14
output: pe_output_mdso_libraries(): implementation and integration.
midipix
2
-0
/
+197
2017-12-14
project: renamed pe_output_import_libraries.c -> pe_output_idata_libraries.c.
midipix
1
-0
/
+0
2017-12-13
refactor: struct pe_meta_stats: members are now t-prefixed.
midipix
1
-2
/
+2
2017-12-13
refactor: struct pe_raw_image: members are now map-prefixed.
midipix
3
-4
/
+4
2017-12-13
refactor: struct pe_image_meta: pointers to raw data are now r-prefixed.
midipix
3
-4
/
+4
2017-12-13
refactor: struct pe_image_meta: meta section header members are now h-prefixed.
midipix
1
-2
/
+2
2017-12-13
refactor: struct pe_image_meta: meta members are now m-prefixed.
midipix
5
-17
/
+17
2017-12-13
refactor: renamed struct pe_meta_summary --> struct pe_meta_stats.
midipix
1
-2
/
+2
2017-02-04
annual chores.
midipix
7
-7
/
+7
2016-12-02
struct pe_{raw|meta}_coff_symbol: member name normalization.
midipix
1
-4
/
+4
2016-12-01
struct pe_{raw|meta}_import_hdr: member name normalization.
midipix
1
-4
/
+4
2016-12-01
{union|struct} pe_{raw|meta}_import_lookup: member name normalization.
midipix
1
-2
/
+2
2016-12-01
struct pe_{raw|meta}_export_hdr: member name normalization.
midipix
1
-2
/
+2
2016-12-01
struct pe_{raw|meta}_sec_hdr: member name normalization.
midipix
2
-4
/
+4
2016-11-30
struct pe_{raw|meta}_coff_file_hdr: member name normalization.
midipix
3
-5
/
+5
2016-11-19
PE format: struct pe_coff_symbol [and friends] --> struct pe_raw_coff_symbol.
midipix
1
-2
/
+2
2016-11-17
reader: pe_read_coff_symbl(): initial integration.
midipix
1
-38
/
+13
2016-11-17
PE format: renamed struct pe_coff_sym_entry --> struct pe_coff_symbol.
midipix
1
-2
/
+2
2016-11-17
output: pe_output_image_strings(): initial implementation and integration.
midipix
1
-0
/
+52
2016-11-16
output: pe_output_image_symbols(): initial implementation and integration.
midipix
1
-0
/
+80
2016-11-15
output: pe_error_strings[] array definition: be pedantic.
midipix
1
-1
/
+1
2016-11-15
pe_output_export_symbols(): code maintenance.
midipix
1
-2
/
+4
2016-11-15
output: pe_output_image_sections(): implementation and integration.
midipix
1
-0
/
+40
2016-11-15
pe_output_image_category(): signature now matches that of other output api's.
midipix
1
-2
/
+1
2016-11-15
output: image category: yaml: be consistent, use info type for the header.
midipix
1
-2
/
+1
2016-11-15
output: renamed pe_output_image_type() --> pe_output_image_category().
midipix
1
-1
/
+1
2016-11-14
pe_output_image_type(): do not include headers that are no longer needed.
midipix
1
-5
/
+0
2016-11-14
info api: pe_get_image_abi(): initial integration.
midipix
1
-16
/
+4
2016-11-14
info api: pe_get_image_subtype(): initial integration.
midipix
1
-10
/
+4
2016-11-14
info api: pe_get_image_subsystem(): initial integration.
midipix
1
-27
/
+4
2016-11-14
info api: pe_get_image_framework(): initial integration.
midipix
1
-75
/
+7
2016-11-14
libary api: pre-alpha: code maintenance: removed struct pe_io_ctx.
midipix
3
-38
/
+16
2016-11-13
output: pretty_framework(): expand the framework gallery.
midipix
1
-1
/
+53
2016-11-13
logic: pe_get_expsym_by_name(), pe_get_expsym_by_index(): improved interface.
midipix
1
-1
/
+1
2016-11-12
pe_output_image_type(): pretty_framework(): added 'psxscl' support.
midipix
1
-0
/
+10
2016-11-12
pe_output_image_type(): pretty_framework(): added .freestd support.
midipix
1
-0
/
+4
2016-11-12
output: pe_output_image_type(): implementation and integration.
midipix
1
-0
/
+106
2016-11-10
output: pe_output_error_record(): refined the record's unit header.
midipix
1
-2
/
+16
2016-11-10
output: pe_output_error_record(): output unit information.
midipix
1
-0
/
+34
2016-11-10
driver: struct pe_error_info: extend and refactor.
midipix
1
-14
/
+14
2016-11-10
pe_output_error(): added descriptive custom error strings.
midipix
1
-1
/
+17
2016-11-10
pe_output_export_symbols(): added error trace support.
midipix
1
-8
/
+14
2016-11-10
pe_output_import_libraries(): added error trace support.
midipix
1
-9
/
+16
2016-11-10
output: added pe_output_error_record(), pe_output_error_vector().
midipix
1
-0
/
+158
2016-11-10
output: implemented --pretty=dlltool for exported symbols.
midipix
1
-3
/
+5
[next]