index
:
perk
main
PE Resource Kit
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
logic
/
pe_image_meta_data.c
Age
Commit message (
Expand
)
Author
Files
Lines
2 days
logic: refactor, whitespace meditation.
midipix
1
-14
/
+41
2 days
logic: pe_get_expsym_by_index(): refactor, remove accidental LE host assumption.
midipix
1
-7
/
+12
2 days
logic: pe_get_expsym_by_name(): refactor, remove accidental LE host assumption.
midipix
1
-6
/
+12
2 days
pe_meta_get_image_meta(): count base relocations and base relocation blocks.
midipix
1
-0
/
+52
5 days
struct pe_image_meta: added and integrated the .m_symvec_symidx member.
midipix
1
-1
/
+8
6 days
struct pe_meta_sec_hdr: optimize for iterative name access.
midipix
1
-3
/
+3
9 days
struct pe_image_meta: added and integrated .m_symvec_crc32 and .m_symvec_crc64.
midipix
1
-0
/
+46
9 days
pe_meta_get_image_meta(): free the (newly) allocated .m_symtbl array.
midipix
1
-0
/
+1
9 days
struct pe_meta_coff_symbol: added and integrated .cs_crc32 and .cs_crc64.
midipix
1
-0
/
+7
9 days
pe_meta_get_image_meta(): whitespace meditation.
midipix
1
-11
/
+12
9 days
struct pe_image_meta: added and integrated .r_symtbl and .m_symtbl.
midipix
1
-3
/
+22
9 days
Annual chores.
midipix
1
-1
/
+1
10 days
struct pe_meta_coff_file_hdr: .cfh_num_of_syms ==> .cfh_size_of_sym_tbl.
midipix
1
-2
/
+2
2025-05-31
pe_meta_get_image_meta(): loop internal call optimization.
midipix
1
-19
/
+46
2025-05-30
library api: _meta_ (object and image meta data) namespace overhaul.
midipix
1
-0
/
+555