index
:
perk
main
PE Resource Kit
midipix
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2018-11-20
perk_structs.h: added struct pe_raw_import_name (dummy definition).
midipix
1
-0
/
+5
2018-11-20
output: header dump: added pe_hdrdump_import_tbl().
midipix
3
-0
/
+78
2018-11-20
pe_get_image_meta(), struct pe_meta_import_hdr: added .ih_virtual_addr.
midipix
2
-0
/
+5
2018-11-20
output: header dump: added pe_hdrdump_export_hdr().
midipix
3
-0
/
+68
2018-11-20
pe_get_image_meta(), struct pe_meta_export_hdr: added .eh_virtual_addr.
midipix
2
-0
/
+3
2018-11-20
output: header dump: added pe_hdrdump_sec_tbl().
midipix
3
-0
/
+83
2018-11-20
output: header dump: added pe_hdrdump_opt_hdr().
midipix
3
-0
/
+200
2018-11-20
output: header dump: added pe_hdrdump_coff_object_hdr().
midipix
3
-0
/
+64
2018-11-20
output: header dump: added pe_hdrdump_coff_image_hdr().
midipix
3
-0
/
+65
2018-11-20
output: header dump: added pe_hdrdump_image_dos_hdr().
midipix
5
-0
/
+93
2018-11-20
internals: added pe_output_hex_{header|footer}(), pe_output_raw_element().
midipix
4
-0
/
+285
2018-11-20
pe_get_image_meta(), pe_get_image_framework(): init/use .m_framework member.
midipix
2
-66
/
+77
2018-11-20
pe_get_image_meta(), pe_get_image_subtype(): init/use the .m_subtype member.
midipix
2
-8
/
+19
2018-11-20
pe_get_image_meta(), pe_get_image_abi(): init/use the .m_abi member.
midipix
2
-34
/
+48
2018-11-20
struct pe_image_meta: added the pe_abi, pe_subtype, and pe_framework members.
midipix
1
-0
/
+4
2018-11-10
build system: host flavors: support suffixed library extensions.
midipix
10
-3
/
+35
'cause you cannot eat your Apfel and eat it two.
2018-08-17
driver: pe_get_driver_ctx(): support stack-based argv.
midipix
1
-1
/
+1
2018-08-09
internals: pe_output_strerror(): use strerror_r(3) rather than strerror(3).
midipix
1
-5
/
+14
2018-08-09
front-end utility: pe_main(): remove the redundant argc parameter.
midipix
4
-4
/
+5
2018-08-05
build system: configure: replace non-simple backtick with $(...) construct.
midipix
1
-1
/
+1
2018-08-05
project: added initial pkgconfig.support.
midipix
1
-0
/
+9
2018-08-05
build system: fix shared/static install target dependencies on install-pkgconf.
midipix
1
-2
/
+2
2018-08-05
build system: all-shared binary: added missing build-dep on $(SHARED_SOLINK).
midipix
1
-1
/
+1
2018-08-05
build system: all-shared front-end variant: fix ordering of -l$(PACKAGE).
midipix
1
-1
/
+1
2018-08-05
build system: install-shared, install-static: added initial pkgconfig support.
midipix
3
-0
/
+133
2018-08-05
build system: configure, Makefile.in: added initial pkgconfig support.
midipix
3
-3
/
+84
2018-08-05
coding-style meditation.
midipix
1
-2
/
+2
2018-08-04
driver: pe_get_driver_ctx(): fix oversight in invocation of argv_get().
midipix
1
-1
/
+1
2018-08-04
pe_output_error_record(): use fdctx->fderr to determine annotation mode.
midipix
1
-2
/
+2
2018-07-25
pe_map_raw_image(): use openat and the context's fdcwd.
midipix
1
-2
/
+6
2018-07-24
pe_output_error_record(): re-implemented with fdctx and pure fdio.
midipix
1
-8
/
+17
2018-07-24
output interfaces: revised API and implementation to use fdctx and pure fdio.
midipix
9
-91
/
+127
2018-07-24
driver, library interfaces: support alternate fd's for input/output/error/log.
midipix
5
-18
/
+138
2018-07-18
whitespace meditation.
midipix
1
-42
/
+53
2018-07-14
PE format: added struct pe_raw_archive_common_hdr.
midipix
1
-0
/
+11
2018-07-14
PE format: added coff symbol record, string table, and auxiliary record defs.
midipix
1
-0
/
+23
2018-07-14
driver: argv usage and error output: use the signal-resilient pe_dprintf().
midipix
2
-0
/
+5
2018-07-14
internals: added pe_dprintf(), a signal-resilient dprintf implementation.
midipix
4
-0
/
+64
2018-07-14
argv.h: output usage and errors using [argv_]dprintf rather than fprint.
midipix
2
-38
/
+47
2018-07-14
argv.h: argv_get(): be consistent between forward decl. and impl.
midipix
1
-1
/
+1
2018-07-14
argv.h: move definition of struct argv_meta_impl to the implementation block.
midipix
1
-6
/
+6
2018-06-08
build system: configure: support alternate bindir relative to exec_prefix.
midipix
1
-1
/
+8
2018-06-05
build system: PE targets: mdso integration: support non-default --libpath.
midipix
1
-1
/
+2
2018-06-05
build system: configure: added initial dependency tracking support.
midipix
2
-0
/
+9
2018-06-05
build system: configure: added initial --program-prefix support.
midipix
2
-0
/
+8
2018-05-23
argv.h: whitespace meditation.
midipix
1
-5
/
+9
2018-05-23
argv: argv_scan(): properly handle optional argument values of short options.
midipix
1
-0
/
+2
2017-12-14
output: pe_output_mdso_libraries(): implementation and integration.
midipix
5
-0
/
+203
2017-12-14
driver: added -d and -D (list mdso libs [and referenced symbols]).
midipix
4
-0
/
+19
2017-12-14
project: renamed pe_output_import_libraries.c -> pe_output_idata_libraries.c.
midipix
2
-1
/
+1
[prev]
[next]