index
:
perk
main
PE Resource Kit
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
output
/
pe_output_image_symbols.c
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
pe_output_image_symbols(): fix formatting redundancy.
midipix
1
-8
/
+8
9 days
pe_output_image_symbols(): output auxiliary records of section symbols.
midipix
1
-0
/
+31
10 days
struct pe_meta_sec_hdr: optimize for iterative name access.
midipix
1
-3
/
+1
10 days
pe_output_image_symbols(): properly handle empty symbol tables.
midipix
1
-0
/
+3
10 days
pe_output_symbol_records_yaml(): weak extern characteristics: now described.
midipix
1
-2
/
+10
10 days
pe_output_symbol_records_yaml(): output auxiliary records of weak externals.
midipix
1
-0
/
+23
12 days
pe_output_image_symbols(): implemented verbose yaml output.
midipix
1
-1
/
+152
13 days
pe_output_image_symbols(): rewrite, produce prettier yaml.
midipix
1
-11
/
+36
13 days
pe_output_image_symbols(): refactor, utilizing meta->m_symtbl.
midipix
1
-18
/
+3
13 days
Annual chores.
midipix
1
-1
/
+1
13 days
struct pe_meta_coff_file_hdr: .cfh_num_of_syms ==> .cfh_size_of_sym_tbl.
midipix
1
-1
/
+3
13 days
api: coff symbol structs: rename .cs_num_of_aux_symbols to reflect content.
midipix
1
-1
/
+1
13 days
struct pe_meta_coff_symbol: optimize for iterative name access.
midipix
1
-7
/
+1
2021-12-30
A new home.
midipix
1
-1
/
+1
2021-07-06
Annual chores.
midipix
1
-1
/
+1
2019-08-15
perk.h: eliminate #include's of referential headers.
midipix
1
-0
/
+1
2018-07-24
output interfaces: revised API and implementation to use fdctx and pure fdio.
midipix
1
-6
/
+9
2017-12-13
refactor: struct pe_raw_image: members are now map-prefixed.
midipix
1
-2
/
+2
2017-12-13
refactor: struct pe_image_meta: pointers to raw data are now r-prefixed.
midipix
1
-2
/
+2
2017-12-13
refactor: struct pe_image_meta: meta members are now m-prefixed.
midipix
1
-3
/
+3
2017-02-04
annual chores.
midipix
1
-1
/
+1
2016-12-02
struct pe_{raw|meta}_coff_symbol: member name normalization.
midipix
1
-4
/
+4
2016-11-30
struct pe_{raw|meta}_coff_file_hdr: member name normalization.
midipix
1
-2
/
+2
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-16
output: pe_output_image_symbols(): initial implementation and integration.
midipix
1
-0
/
+80