index
:
perk
main
PE Resource Kit
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
driver
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-14
output: pe_output_mdso_libraries(): implementation and integration.
midipix
1
-0
/
+3
2017-12-14
driver: added -d and -D (list mdso libs [and referenced symbols]).
midipix
1
-0
/
+8
2017-02-04
annual chores.
midipix
3
-3
/
+3
2016-12-25
argv.h: use an option vector rather than a direct pointer to the option table.
midipix
1
-7
/
+7
2016-11-17
output: pe_output_image_strings(): initial implementation and integration.
midipix
1
-0
/
+3
2016-11-17
driver: added --strings support (list strings found in the coff string table).
midipix
1
-0
/
+4
2016-11-16
output: pe_output_image_symbols(): initial implementation and integration.
midipix
1
-0
/
+3
2016-11-16
driver: added --symbols support (list symbols found in coff symbol table).
midipix
1
-0
/
+4
2016-11-16
driver: removed --output support (no longer needed).
midipix
1
-15
/
+1
2016-11-15
output: pe_output_image_sections(): implementation and integration.
midipix
1
-0
/
+3
2016-11-15
pe_output_image_category(): signature now matches that of other output api's.
midipix
1
-1
/
+1
2016-11-15
utility: code maintenance: removed pe_paragraph_break().
midipix
1
-17
/
+2
2016-11-15
output: renamed pe_output_image_type() --> pe_output_image_category().
midipix
2
-4
/
+4
2016-11-15
driver: added --sections support (print image sections).
midipix
1
-0
/
+4
2016-11-14
libary api: pre-alpha: code maintenance: removed struct pe_io_ctx.
midipix
3
-30
/
+5
2016-11-14
libary api: pre-alpha: code maintenance: removed struct pe_server_ctx.
midipix
1
-1
/
+0
2016-11-14
libary api: pre-alpha: code maintenance: removed struct pe_linker_ctx.
midipix
1
-1
/
+0
2016-11-14
libary api: pre-alpha: code maintenance: removed struct pe_output_ctx.
midipix
1
-1
/
+0
2016-11-14
libary api: pre-alpha: code maintenance: removed struct pe_symbol_ctx.
midipix
1
-7
/
+0
2016-11-13
driver: pe_main(): process all units even if errors have been recorded.
midipix
1
-1
/
+1
2016-11-12
output: pe_output_image_type(): implementation and integration.
midipix
1
-0
/
+3
2016-11-12
driver: added --type support (print image type).
midipix
1
-0
/
+4
2016-11-10
driver: pe_get_unit_ctx(): set driver error context.
midipix
1
-0
/
+3
2016-11-10
driver: pe_main(): skip remaining units once an error has occurred.
midipix
1
-1
/
+1
2016-11-10
pe_get_unit_ctx(): improved error trace report.
midipix
1
-2
/
+3
2016-11-10
driver: status codes: refactor and normalize.
midipix
1
-3
/
+5
2016-11-10
utility: error trace and error information: initial integration.
midipix
1
-8
/
+6
2016-11-10
struct pe_unit_ctx: removed cctx (pass pointer to the driver context instead).
midipix
2
-9
/
+5
2016-11-10
pe_output_export_symbols(): added error trace support.
midipix
1
-1
/
+1
2016-11-10
pe_output_import_libraries(): added error trace support.
midipix
1
-3
/
+5
2016-11-10
pe_map_raw_image(): added error trace support.
midipix
1
-1
/
+1
2016-11-10
pe_get_unit_ctx(): added error trace support.
midipix
1
-6
/
+12
2016-11-10
pe_get_image_meta(): added error trace support.
midipix
1
-1
/
+1
2016-11-10
pe_free_driver_ctx(): fix readability.
midipix
1
-2
/
+2
2016-11-10
driver: added initial error info vector and buffer allocation.
midipix
1
-0
/
+7
2016-11-10
utility: improved box integration, removed need for build-time macro.
midipix
1
-0
/
+110
2016-11-10
code maintenance: mark unused parameter.
midipix
1
-0
/
+2
2016-11-10
driver: added struct pe_source_version, pe_source_version().
midipix
1
-0
/
+14
2016-11-10
driver: record the flags passed to pe_get_driver_ctx().
midipix
1
-0
/
+1
2016-11-10
output: implemented --pretty=dlltool for exported symbols.
midipix
1
-0
/
+2
2016-11-10
driver: move to header extern declaration of pe_default_options[].
midipix
1
-2
/
+0
2016-11-10
argv.h: main(): fix signatures.
midipix
1
-2
/
+2
2016-11-10
annual chores.
midipix
2
-0
/
+12
2016-11-10
driver: fix semantics of calloc() calls.
midipix
2
-2
/
+2
2016-11-10
driver: pe_get_driver_ctx_fail(): add missing 'static' linkage.
midipix
1
-1
/
+1
2016-11-10
driver: improve common context initialization logic.
midipix
1
-9
/
+13
2016-11-10
driver: make the common context initialization code more generic.
midipix
1
-18
/
+12
2016-11-10
whitespace meditation.
midipix
1
-1
/
+1
2016-11-10
fix unit context initialization (path member).
midipix
1
-1
/
+1
2016-11-10
pe_get_unit_ctx: fix function signature (const driver context).
midipix
1
-3
/
+3
[next]