Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-09 | pe_get_device_dos_drive_letter(): open the drive, not the volume. | midipix | 1 | -0/+1 | |
Opening the drive rather than the volume's top-level directory requires reduced permissions, and so should always be preferred for as long as it is sufficient. This change, however, is also motivated by annoying media-drive driver behavior of popping up a dialog (how awful) window whenever an allegedly interactive application (that is, interactive by its subsystem) attempts to access a directory (or a file) in the drive while it is empty. | |||||
2017-12-18 | pe_open_image_from_addr(): use pe_get_ldr_entry_from_addr() as the backend. | midipix | 1 | -9/+1 | |
2017-12-06 | ldso: fix signatures related to zw_query_virtual_memory(). | midipix | 1 | -1/+1 | |
2017-01-28 | ldso: added pe_terminate_current_process(). | midipix | 1 | -0/+6 | |
2017-01-28 | ldso: added pe_load_framework_loader(). | midipix | 1 | -0/+7 | |
2017-01-28 | ldso: apply type to OS status code macro definitions. | midipix | 1 | -13/+14 | |
2017-01-28 | ldso: added pe_find_framework_loader(). | midipix | 1 | -0/+10 | |
2017-01-26 | ldso: added pe_get_framework_runtime_data(). | midipix | 1 | -0/+14 | |
2017-01-19 | ldso: added pe_get_peb_command_line(), pe_get_peb_environment_block(). | midipix | 1 | -0/+48 | |
2017-01-18 | ldso: added pe_open_image_from_addr(). | midipix | 1 | -0/+20 | |
2017-01-18 | ldso: added pe_open_physical_parent_directory(). | midipix | 1 | -0/+67 | |