index
:
perk
main
PE Resource Kit
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-11-10
driver: added struct pe_source_version, pe_source_version().
midipix
1
-0
/
+10
2016-11-10
output: implemented --pretty=dlltool for exported symbols.
midipix
1
-0
/
+1
2016-11-10
a sign from heaven.
midipix
1
-3
/
+3
2016-11-10
argv.h: main(): fix signatures.
midipix
1
-1
/
+1
2016-11-10
pe_get_unit_ctx: fix function signature (const driver context).
midipix
1
-1
/
+1
2016-11-10
API redesign 9/10: struct pe_image_summary: elegance.
midipix
1
-3
/
+3
2016-11-10
API redesign 8/10: pe_driver_ctx, pe_unit_ctx: client convenience.
midipix
1
-0
/
+4
2016-11-10
API redesign 6/10: pe_common_ctx: protect i/o members against direct ↵
midipix
1
-6
/
+8
modification.
2016-11-10
API redesign 5/10: pe_unit_ctx: protect members against direct modification.
midipix
1
-4
/
+6
2016-11-10
API redesign 4/10: pe_common_ctx: protect the common context structure ↵
midipix
1
-1
/
+1
against direct modification.
2016-11-10
API redesign 3/10: pe_common_ctx: protect the secondary context structures ↵
midipix
1
-4
/
+4
against direct modification.
2016-11-10
API redesign 2/10: replace size & version members with attrs vector.
midipix
1
-10
/
+4
2016-11-10
perk_structs.h: rewrite cleanly; redefine pe_import_lookup_item as a union.
midipix
3
-555
/
+214
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