Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-11-10 | main() and perk_main(): do not use alias, normalize function signature. | midipix | 1 | -5/+5 |
2016-11-10 | pe_get_image_meta(): do not print import library information unconditionally. | midipix | 1 | -0/+4 |
2016-11-10 | struct pe_raw_image: change the type of addr to void *. | midipix | 2 | -3/+3 |
2016-11-10 | pe_map_raw_image: accept page protection as an argument. | midipix | 2 | -3/+3 |
2016-11-10 | pe_free_image_meta_impl(): free implib-related memory. | midipix | 1 | -0/+6 |
2016-11-10 | fix big-endian code path; make the code more -Wall-resistant. | midipix | 9 | -31/+31 |
2016-11-10 | initial commit. | midipix | 11 | -0/+771 |