Age | Commit message (Expand) | Author | Files | Lines |
2016-11-10 | perk_consts.h: correctly define image data dir ordinals (zero-based). | midipix | 1 | -16/+16 |
2016-11-10 | perk_consts.h: normalize macro names (x --> X) | midipix | 1 | -10/+10 |
2016-11-10 | struct pe_common_ctx: add members for last io operation return value. | midipix | 1 | -0/+2 |
2016-11-10 | pretty printer: yaml support: initial implementation. | midipix | 1 | -0/+1 |
2016-11-10 | output import libraries and dependency symbols: initial implementation. | midipix | 2 | -0/+3 |
2016-11-10 | move all output action- and formatting flags to a designated header. | midipix | 2 | -10/+12 |
2016-11-10 | whitespace meditation. | midipix | 1 | -16/+16 |
2016-11-10 | driver flags: remove the superfluous FLAG_ prefix. | midipix | 1 | -4/+4 |
2016-11-10 | driver integration 7/9: semantic change: 'name'--> 'path' where applicable. | midipix | 1 | -2/+2 |
2016-11-10 | driver integration 6/9: image map & meta logic: API changes (fd,free,ret). | midipix | 1 | -3/+3 |
2016-11-10 | driver integration 3/9: adjust prototype of pe_output_export_symbols(). | midipix | 1 | -1/+1 |
2016-11-10 | driver integration 2/9: define preliminary driver interfaces. | midipix | 1 | -13/+99 |
2016-11-10 | perk_api.h: perform fallback linkage checking using canonical macro names. | midipix | 1 | -4/+4 |
2016-11-10 | perk.h: fix whitespace. | midipix | 1 | -1/+1 |
2016-11-10 | perk_consts.h: fix definitions of bitwise constants. | midipix | 1 | -69/+69 |
2016-11-10 | struct pe_raw_image: change the type of addr to void *. | midipix | 1 | -1/+1 |
2016-11-10 | pe_map_raw_image: accept page protection as an argument. | midipix | 1 | -1/+1 |
2016-11-10 | perk.h: fix tab alignment (cosmetic). | midipix | 1 | -1/+1 |
2016-11-10 | add perk_api.h and define perk_api to cleanly support PE import libraries. | midipix | 2 | -14/+50 |
2016-11-10 | raw binary file description: add struct pe_data_dirs. | midipix | 1 | -0/+20 |
2016-11-10 | include secondary library headers using a quoted file identifier. | midipix | 1 | -4/+4 |
2016-11-10 | fix big-endian code path; make the code more -Wall-resistant. | midipix | 2 | -2/+2 |
2016-11-10 | initial commit. | midipix | 5 | -0/+1318 |