Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
12 days | Annual chores. | midipix | 1 | -1/+1 | |
12 days | api: coff symbol structs: rename .cs_num_of_aux_symbols to reflect content. | midipix | 1 | -4/+4 | |
12 days | struct pe_meta_coff_symbol: added the .cs_aux_recs member. | midipix | 1 | -0/+4 | |
12 days | struct pe_meta_coff_symbol: optimize for iterative name access. | midipix | 1 | -5/+5 | |
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/+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-04 | annual chores. | midipix | 1 | -1/+1 | |
2016-12-02 | struct pe_{raw|meta}_coff_symbol: member name normalization. | midipix | 1 | -20/+20 | |
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 | -1/+1 | |
2016-11-17 | reader: pe_read_coff_symbol(): initial implementation. | midipix | 1 | -0/+55 | |