summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-11-10output: forward stdio return values, act on failure.midipix3-37/+47
2016-11-10perk_structs.h: rewrite cleanly; redefine pe_import_lookup_item as a union.midipix2-6/+6
2016-11-10conformance fixes: optimized build: variable initialization and default values.midipix2-2/+9
2016-11-10pe_get_image_meta(): assign return value in default code path.midipix1-0/+2
2016-11-10conformance fixes: driver: missing parenthesis.midipix1-1/+1
2016-11-10conformance fixes: driver: missing #include.midipix1-0/+1
2016-11-10conformance fixes: driver: signedness, missing #include.midipix1-2/+3
2016-11-10pretty printer: improved yaml support (import libraries, ,exported symbols).midipix2-20/+47
2016-11-10pretty printer: yaml support: initial implementation.midipix2-4/+38
2016-11-10driver: show usage if neither options nor units were specified.midipix2-11/+23
2016-11-10utility: show version (git commit): initial implementation.midipix1-0/+18
2016-11-10output import libraries and dependency symbols: initial implementation.midipix4-8/+78
2016-11-10move all output action- and formatting flags to a designated header.midipix2-0/+2
2016-11-10whitespace meditation.midipix4-9/+19
2016-11-10internal header rename: perk_output.h --> perk_output_impl.h.midipix2-1/+1
2016-11-10argv_usage(): disable additional space for long items, but keep the logic.midipix1-2/+2
2016-11-10pretty printer: use common prolog/epilog for output stream selection.midipix2-19/+38
2016-11-10driver flags: remove the superfluous FLAG_ prefix.midipix3-4/+4
2016-11-10pe_map_raw_image(): close fd as needed upon stat failure.midipix1-1/+8
2016-11-10pe_get_driver_ctx(): close fdout as needed upon allocation failure.midipix1-1/+4
2016-11-10driver integration 9/9: utilize the driver in the front-end utility.midipix1-3/+38
2016-11-10driver integration 8/9: driver code: initial implementation.midipix2-0/+255
2016-11-10driver integration 7/9: semantic change: 'name'--> 'path' where applicable.midipix1-2/+2
2016-11-10driver integration 6/9: image map & meta logic: API changes (fd,free,ret).midipix2-28/+19
2016-11-10driver integration 5/9: handle internal errors more noisily.midipix1-0/+6
2016-11-10driver integration 4/9: argument vector parser: derive program name as needed.midipix1-0/+21
2016-11-10driver integration 3/9: adjust prototype of pe_output_export_symbols().midipix1-2/+20
2016-11-10driver integration 1/9: remove old (ad-hoc) driver, prepare source tree.midipix5-130/+11
2016-11-10initial inclusion of argv.h: thread-safe arg parser and usage screen generator.midipix1-0/+839
2016-11-10account for import directory entries with no referenced symbols.midipix1-6/+9
2016-11-10pe_get_image_meta(): prioritize information found in the section directory.midipix1-8/+8
2016-11-10import lookup table: properly interpret the ordinal/name flag.midipix1-5/+4
2016-11-10main() and perk_main(): do not use alias, normalize function signature.midipix1-5/+5
2016-11-10pe_get_image_meta(): do not print import library information unconditionally.midipix1-0/+4
2016-11-10struct pe_raw_image: change the type of addr to void *.midipix2-3/+3
2016-11-10pe_map_raw_image: accept page protection as an argument.midipix2-3/+3
2016-11-10pe_free_image_meta_impl(): free implib-related memory.midipix1-0/+6
2016-11-10fix big-endian code path; make the code more -Wall-resistant.midipix9-31/+31
2016-11-10initial commit.midipix11-0/+771