Age | Commit message (Expand) | Author | Files | Lines |
2020-05-09 | pe_get_device_dos_drive_letter(): open the drive, not the volume. | midipix | 1 | -13/+14 |
2018-06-09 | ldso: pe_load_framework_loader_ex(): rec. val of prev loader and root handles. | midipix | 1 | -1/+12 |
2018-06-09 | ldso: pe_load_framework_loader_ex(): initialize .hexec and .hpeer as needed. | midipix | 1 | -0/+2 |
2018-06-05 | ldso: runtime data block: support inheritance of an alternate loader handle. | midipix | 1 | -3/+15 |
2018-05-24 | ldso: internals: pe_hex_utf16_to_uintptr(): properly support 32-bit targets. | midipix | 1 | -0/+3 |
2017-12-19 | pe_open_image_from_addr(): fix oversight: do not init dst a second time. | midipix | 1 | -1/+0 |
2017-12-18 | pe_open_image_from_addr(): use pe_get_ldr_entry_from_addr() as the backend. | midipix | 1 | -28/+37 |
2017-12-18 | pe_get_ldr_entry_from_addr(): initial implementation. | midipix | 1 | -0/+63 |
2017-12-06 | ldso: fix signatures related to zw_query_virtual_memory(). | midipix | 2 | -5/+5 |
2017-10-19 | ldso: added pe_load_framework_library(). | midipix | 1 | -0/+79 |
2017-10-19 | ldso: pe_load_framework_loader(): refactored. | midipix | 1 | -7/+22 |
2017-10-19 | ldso: added pe_load_framework_loader_ex(). | midipix | 1 | -0/+74 |
2017-10-19 | internals: pe_hex_utf16_to_uint32(): return OS_STATUS_INVALID_PARAMETER upon ... | midipix | 1 | -1/+1 |
2017-10-19 | pe_get_framework_runtime_data(): check that the cmdline parameter is not null. | midipix | 1 | -1/+2 |
2017-10-15 | pe_find_framework_loader(): fixed typo. | midipix | 1 | -1/+1 |
2017-01-28 | ldso: added pe_terminate_current_process(). | midipix | 1 | -0/+27 |
2017-01-28 | ldso: pe_open_physical_parent_directory(): properly handle \Device\Mup. | midipix | 1 | -5/+28 |
2017-01-28 | ldso: added pe_load_framework_loader(). | midipix | 1 | -0/+246 |
2017-01-28 | ldso: pe_find_framework_loader(): inherited root: no need to initialize himage. | midipix | 1 | -1/+0 |
2017-01-28 | ldso: apply type to OS status code macro definitions. | midipix | 1 | -2/+2 |
2017-01-28 | ldso: added pe_find_framework_loader(). | midipix | 1 | -0/+271 |
2017-01-26 | ldso: added pe_get_framework_runtime_data(). | midipix | 1 | -0/+287 |
2017-01-19 | ldso: added pe_get_peb_command_line(), pe_get_peb_environment_block(). | midipix | 1 | -0/+28 |
2017-01-18 | ldso: control inheritance and share access when opening image or parent dir. | midipix | 2 | -8/+10 |
2017-01-18 | ldso: added pe_open_image_from_addr(). | midipix | 1 | -0/+83 |
2017-01-18 | ldso: added pe_open_physical_parent_directory(). | midipix | 1 | -0/+105 |