index
:
perk
main
PE Resource Kit
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
reader
/
pe_read_import_header.c
Age
Commit message (
Collapse
)
Author
Files
Lines
2019-07-07
pe_read_import_lookup(): fix typo (size of ordinal field is 16 bits, not 15).
midipix
1
-1
/
+1
2019-07-07
pe_get_image_meta(): fix (cross-size/platform) logic for reading import items.
midipix
1
-3
/
+3
2018-11-20
pe_get_image_meta(), pe_read_import_lookup(): follow correct lookup semantics.
midipix
1
-2
/
+17
2017-02-04
annual chores.
midipix
1
-1
/
+1
2016-12-01
struct pe_{raw|meta}_import_hdr: member name normalization.
midipix
1
-8
/
+8
2016-12-01
{union|struct} pe_{raw|meta}_import_lookup: member name normalization.
midipix
1
-2
/
+2
2016-11-19
PE format: struct pe_import_hdr [and friends] --> struct pe_raw_import_hdr.
midipix
1
-2
/
+2
2016-11-19
PE format: union pe_import_lookup_item [and co.] --> union pe_import_lookup.
midipix
1
-2
/
+2
2016-11-17
reader: renamed pe_read_import_lookup_item() --> pe_read_import_lookup().
midipix
1
-1
/
+1
2016-11-16
reader: pe_read_import_header(): remove useless optimization.
midipix
1
-14
/
+6
2016-11-10
perk.h: enum pe_custom_error(): definition and integration.
midipix
1
-1
/
+1
2016-11-10
pe_read_import_header(): integrate runtime little endian test.
midipix
1
-10
/
+10
2016-11-10
annual chores.
midipix
1
-0
/
+6
2016-11-10
internal headers: rename perk_impl.h to perk_reader_impl.h
midipix
1
-1
/
+1
2016-11-10
perk_structs.h: rewrite cleanly; redefine pe_import_lookup_item as a union.
midipix
1
-3
/
+3
2016-11-10
fix big-endian code path; make the code more -Wall-resistant.
midipix
1
-4
/
+4
2016-11-10
initial commit.
midipix
1
-0
/
+46