index
:
perk
main
PE Resource Kit
midipix
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-11-10
whitespace meditation.
midipix
4
-9
/
+19
2016-11-10
internal header rename: perk_output.h --> perk_output_impl.h.
midipix
2
-1
/
+1
2016-11-10
argv_usage(): disable additional space for long items, but keep the logic.
midipix
1
-2
/
+2
2016-11-10
pretty printer: use common prolog/epilog for output stream selection.
midipix
2
-19
/
+38
2016-11-10
driver flags: remove the superfluous FLAG_ prefix.
midipix
3
-4
/
+4
2016-11-10
pe_map_raw_image(): close fd as needed upon stat failure.
midipix
1
-1
/
+8
2016-11-10
pe_get_driver_ctx(): close fdout as needed upon allocation failure.
midipix
1
-1
/
+4
2016-11-10
driver integration 9/9: utilize the driver in the front-end utility.
midipix
1
-3
/
+38
2016-11-10
driver integration 8/9: driver code: initial implementation.
midipix
2
-0
/
+255
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
2
-28
/
+19
2016-11-10
driver integration 5/9: handle internal errors more noisily.
midipix
1
-0
/
+6
2016-11-10
driver integration 4/9: argument vector parser: derive program name as needed.
midipix
1
-0
/
+21
2016-11-10
driver integration 3/9: adjust prototype of pe_output_export_symbols().
midipix
1
-2
/
+20
2016-11-10
driver integration 1/9: remove old (ad-hoc) driver, prepare source tree.
midipix
5
-130
/
+11
2016-11-10
initial inclusion of argv.h: thread-safe arg parser and usage screen generator.
midipix
1
-0
/
+839
2016-11-10
account for import directory entries with no referenced symbols.
midipix
1
-6
/
+9
2016-11-10
pe_get_image_meta(): prioritize information found in the section directory.
midipix
1
-8
/
+8
2016-11-10
import lookup table: properly interpret the ordinal/name flag.
midipix
1
-5
/
+4
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