index
:
perk
main
PE Resource Kit
midipix
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
output
Age
Commit message (
Expand
)
Author
Files
Lines
9 days
api: renamed pe_output_image_symbols() as pe_output_pecoff_symbols().
midipix
1
-3
/
+3
9 days
api: renamed pe_output_image_strings() as pe_output_pecoff_strings().
midipix
1
-1
/
+1
9 days
api: renamed pe_output_image_sections() as pe_output_pecoff_sections().
midipix
1
-3
/
+3
9 days
api: renamed pe_output_image_category() as pe_output_pecoff_category().
midipix
1
-1
/
+1
10 days
pe_output_image_sections(): relocation symbol: now described.
midipix
1
-1
/
+2
10 days
pe_output_image_sections(): relocation type: now described.
midipix
1
-3
/
+64
10 days
pe_output_image_symbols(): comdat selection: now described.
midipix
1
-3
/
+23
10 days
pe_output_image_symbols(): fix formatting redundancy.
midipix
1
-8
/
+8
10 days
pe_output_image_sections(): output relocation records in verbose mode.
midipix
1
-2
/
+35
11 days
pe_output_image_symbols(): output auxiliary records of section symbols.
midipix
1
-0
/
+31
11 days
pe_output_image_sections(): implemented verbose yaml output.
midipix
1
-3
/
+42
11 days
pe_output_image_sections(): rewrite, produce prettier yaml.
midipix
1
-12
/
+64
11 days
struct pe_meta_sec_hdr: optimize for iterative name access.
midipix
2
-10
/
+2
11 days
pe_output_image_symbols(): properly handle empty symbol tables.
midipix
1
-0
/
+3
11 days
pe_output_symbol_records_yaml(): weak extern characteristics: now described.
midipix
1
-2
/
+10
11 days
pe_output_symbol_records_yaml(): output auxiliary records of weak externals.
midipix
1
-0
/
+23
13 days
pe_output_image_symbols(): implemented verbose yaml output.
midipix
1
-1
/
+152
14 days
pe_output_image_symbols(): rewrite, produce prettier yaml.
midipix
1
-11
/
+36
14 days
pe_output_image_symbols(): refactor, utilizing meta->m_symtbl.
midipix
1
-18
/
+3
2025-06-08
Annual chores.
midipix
8
-8
/
+8
2025-06-07
struct pe_meta_coff_file_hdr: .cfh_num_of_syms ==> .cfh_size_of_sym_tbl.
midipix
1
-1
/
+3
2025-06-07
api: coff symbol structs: rename .cs_num_of_aux_symbols to reflect content.
midipix
1
-1
/
+1
2025-06-07
struct pe_meta_coff_symbol: optimize for iterative name access.
midipix
1
-7
/
+1
2025-06-04
ar: pe_ar_list_members(): utility and driver integration.
midipix
1
-0
/
+1
2025-06-03
pe_cmd_ar(): added command-line semantic verification.
midipix
1
-0
/
+8
2025-05-31
driver: pe_lib_get_unit_ctx(): added handling of archives and archive members.
midipix
1
-1
/
+5
2025-05-30
library api: _meta_ (object and image meta data) namespace overhaul.
midipix
1
-7
/
+7
2025-05-30
library api: _info_ (image abi and framework info) namespace overhaul.
midipix
2
-5
/
+5
2024-02-22
pe_output_mdso_libraries() c99 conformance: avoid void * in pointer arithmetic.
midipix
1
-2
/
+4
2021-12-30
A new home.
midipix
8
-8
/
+8
2021-07-06
Annual chores.
midipix
8
-8
/
+8
2019-08-15
perk.h: eliminate #include's of referential headers.
midipix
2
-0
/
+2
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
[next]