summaryrefslogtreecommitdiffhomepage
path: root/src/internal/pe_os.h
AgeCommit message (Collapse)AuthorFilesLines
2020-05-09pe_get_device_dos_drive_letter(): open the drive, not the volume.midipix1-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-18pe_open_image_from_addr(): use pe_get_ldr_entry_from_addr() as the backend.midipix1-9/+1
2017-12-06ldso: fix signatures related to zw_query_virtual_memory().midipix1-1/+1
2017-01-28ldso: added pe_terminate_current_process().midipix1-0/+6
2017-01-28ldso: added pe_load_framework_loader().midipix1-0/+7
2017-01-28ldso: apply type to OS status code macro definitions.midipix1-13/+14
2017-01-28ldso: added pe_find_framework_loader().midipix1-0/+10
2017-01-26ldso: added pe_get_framework_runtime_data().midipix1-0/+14
2017-01-19ldso: added pe_get_peb_command_line(), pe_get_peb_environment_block().midipix1-0/+48
2017-01-18ldso: added pe_open_image_from_addr().midipix1-0/+20
2017-01-18ldso: added pe_open_physical_parent_directory().midipix1-0/+67