Derek Lesho
|
858586144b
server: Fix handle allocation in get_mapping_info request.
|
4 years ago |
Michael Müller
|
9c877b1441
server: Register types during startup.
|
7 years ago |
Sebastian Lackner
|
af245fbb87
server: Introduce a new alloc_handle object callback. (v2)
|
9 years ago |
Dmitry Timoshkov
|
6e5e51f4ba
ntdll: Implement NtQueryVirtualMemory(MemorySectionName). (v3)
|
7 years ago |
Dmitry Timoshkov
|
d0ef2ec11c
server: All fields up to CheckSum are mandatory regardless of SizeOfOptionalHeader value.
|
7 years ago |
Zebediah Figura
|
6f726b0ea0
server: Add an object operation to grab the esync file descriptor.
|
6 years ago |
Michael Müller
|
0243c8b94d
server: Implement support for global and local shared memory blocks based on memfd.
|
9 years ago |
Alex Henrie
|
f3c9fdf852
server: Fix use after free in add_committed_range (scan-build).
|
5 years ago |
Alexandre Julliard
|
f59d05223d
server: Fix the returned error code for an invalid NT header offset.
|
5 years ago |
Jefferson Carpenter
|
dd318b135d
server: Add __pad member to pe_image_info_t and zero it.
|
5 years ago |
Alexandre Julliard
|
546fa12755
server: Add flag for builtin dlls in the image information.
|
5 years ago |
Jacek Caban
|
b2a546c92d
server: Introduce kernel_object struct for generic association between server and kernel objects.
|
5 years ago |
Alexandre Julliard
|
9381da9f1c
server: Report a 64-bit CPU for IL-only binaries.
|
5 years ago |
Alexandre Julliard
|
f244c3b5eb
server: Add custom flag for fake dlls in PE image information.
|
5 years ago |
Michael Stefaniuc
|
9e365e4ecc
server: Use the ARRAY_SIZE() macro.
|
6 years ago |
Alexandre Julliard
|
33584dc12c
server: Also return CPU type in the mapping image information.
|
6 years ago |
Alexandre Julliard
|
622aeeba6a
server: Return more specific error status for NE binaries.
|
6 years ago |
Alexandre Julliard
|
4a2ad423a6
server: Implement the various image flags in SECTION_IMAGE_INFORMATION.
|
6 years ago |
Alexandre Julliard
|
0810e6a688
server: Implement the ImageContainsCode flag for image mappings.
|
6 years ago |
Alexandre Julliard
|
f9bd73c4d6
server: Allow creating image mappings for all supported CPU platforms.
|
6 years ago |
Jacek Caban
|
6b08e60f03
server: Introduce get_file_info request for server-side NtQueryInformationFile implementation.
|
6 years ago |
Alexandre Julliard
|
af238f5653
server: Avoid potential double free (Coverity).
|
7 years ago |
Alexandre Julliard
|
8c944f7a9d
server: Keep a reference to the shared PE mapping in mapped views.
|
7 years ago |
Alexandre Julliard
|
71903899aa
server: Add a separate object to store the PE shared mapping file.
|
7 years ago |
Alexandre Julliard
|
c583953b95
server: Use the correct process when looking for a mapped dll.
|
7 years ago |
Alexandre Julliard
|
541e7ba79a
server: Fix allocation size (Coverity).
|
7 years ago |
Jacek Caban
|
2ab2f31f18
server: Allow server side NtQueryVolumeInformationFile implementation.
|
7 years ago |
Alexandre Julliard
|
5fa8713ddc
ntdll: No longer store the mapping handle with the view.
|
7 years ago |
Alexandre Julliard
|
ab182dbf06
server: No longer store the mapping object in the dll structure.
|
7 years ago |
Alexandre Julliard
|
aa90910e93
server: Implement NtAreMappedFilesTheSame functionality on the server side.
|
7 years ago |