Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-10 | struct pe_raw_image: change the type of addr to void *. | midipix | 3 | -4/+4 | |
2016-11-10 | pe_map_raw_image: accept page protection as an argument. | midipix | 3 | -4/+4 | |
2016-11-10 | perk.h: fix tab alignment (cosmetic). | midipix | 1 | -1/+1 | |
2016-11-10 | Makefile: do not include the main application object (perk.o) in OBJS. | midipix | 1 | -3/+2 | |
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 | pe_free_image_meta_impl(): free implib-related memory. | midipix | 1 | -0/+6 | |
2016-11-10 | added README. | midipix | 1 | -0/+12 | |
2016-11-10 | fix big-endian code path; make the code more -Wall-resistant. | midipix | 12 | -35/+33 | |
2016-11-10 | added provisional Makefile. | midipix | 1 | -0/+69 | |
2016-11-10 | initial commit. | midipix | 16 | -0/+2089 | |
2016-11-10 | created repository. | midipix | 2 | -0/+28 | |