summaryrefslogtreecommitdiffhomepage
path: root/src/reader/pe_read_section_header.c
AgeCommit message (Collapse)AuthorFilesLines
2021-12-30A new home.midipix1-1/+1
2021-07-06Annual chores.midipix1-1/+1
2019-08-15perk.h: eliminate #include's of referential headers.midipix1-0/+2
The primary purpose of this commit is to eliminate the pulling in of definitions not strictly needed by perk.h. In particular, perk.h does not require any of the PE constants to be defined, and only refers to the raw PE structs by pointer. The secondary purpose of this commit is to allow for inclusion of perk.h by software that already comes with its own set of PE const and struct definitions.
2017-02-04annual chores.midipix1-1/+1
2016-12-01struct pe_{raw|meta}_sec_hdr: member name normalization.midipix1-12/+12
2016-11-19PE format: struct pe_sec_hdr --> struct pe_raw_sec_hdr.midipix1-1/+1
2016-11-16reader: pe_read_section_header(): remove useless optimization.midipix1-21/+12
2016-11-15pe_read_section_header(): removed todo comment (cf. commit 67b1e98).midipix1-1/+0
2016-11-10pe_read_section_header(): integrate runtime little endian test.midipix1-14/+14
2016-11-10annual chores.midipix1-0/+6
2016-11-10internal headers: rename perk_impl.h to perk_reader_impl.hmidipix1-1/+1
2016-11-10fix big-endian code path; make the code more -Wall-resistant.midipix1-2/+2
2016-11-10initial commit.midipix1-0/+37