- Jul 21, 2023
-
-
It's a clean-room reimplementation that mimics Windows 10 program's output format. It prints all the information that is available via KerbQueryTicketCacheMessage. Also tested to work on Windows if dynamically linked + built with winegcc. For further extension of the functionality, implementing KerbQueryTicketCacheEx{,2,3}Message is required.
-
- Jul 18, 2023
-
-
A zerofill section is the only way to reserve address space and prevent system frameworks from using it, including preventing allocations before any preloader code runs: - starting with Ventura, dyld allocates private memory from 0x1000-0x81000. This breaks EXEs that have an image base of 0x10000. - Rosetta allocates memory starting at 0x100000000, which breaks EXEs based there. - starting with Monterey, for proper 10.7 binaries (which include a __program_vars section), libSystem initializes itself before the preloader runs. This fragments the <4GB address space which is needed for Wow64. This will need to be adjusted if any EXEs based at 0x200000000 or higher are found.
-
-
- Jul 13, 2023
-
-
Alexandre Julliard authored
-
- Jul 10, 2023
-
-
ProcessPrng is the only publicly documented function exported by bcryptprimitives. This stub simply forwards it to RtlGenRandom in advapi32.
-
-
- Jul 07, 2023
-
- Jul 06, 2023
-
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- Jul 05, 2023
-
-
Alexandre Julliard authored
-
- Jul 04, 2023
-
-
- Jul 03, 2023
- Jun 23, 2023
-
- Jun 22, 2023
-
-
- Jun 21, 2023
-
-
Saving a huge number of .refptr indirections for all extern symbols.
-
- Jun 19, 2023
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55050
-
- Jun 15, 2023
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- Jun 12, 2023
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- Jun 09, 2023
-
- Jun 07, 2023
-
-
Instead of including the IDLs directly, define a local IDL that #includes them, with XAUDIO2_VER defined, and include that generated header. Get rid of compat.c, and use XAUDIO2_VER to modify the code in the other source files. Build the tests for both xaudio2_7 and xaudio2_8 using PARENTSRC, and use XAUDIO2_VER to select between them. This mirrors the approach taken for d3dcompiler, and makes it easier to test more xaudio2 versions in the future.
-
- Jun 05, 2023
-
-
- May 26, 2023
-
- May 25, 2023
-
-
Alexandre Julliard authored
-
- May 12, 2023
-
- May 02, 2023
-
-
-
Company of Heroes: Battle of Crete needs a functioning findstr.exe to exit properly. Freemake Video Converter 4.1 installer also needs this. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=35254
-
Company of Heroes: Battle of Crete needs a functioning tasklist.exe to exit properly.
-
- Apr 28, 2023
-
- Apr 25, 2023
-
-
- Apr 21, 2023
-
-
Wayland protocol descriptions are distributed as source XML files that need to be transformed to C source and header files with a version of the wayland-scanner tool compatible with the used libwayland library. This commit enhances the makedep build tool to support building such Wayland protocol XML files. Signed-off-by:
Alexandros Frantzis <alexandros.frantzis@collabora.com>
-
- Apr 18, 2023
-
-
- Apr 14, 2023
-
- Apr 04, 2023
-
-
Alexandre Julliard authored
-