- 18 Jul, 2023 25 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Jeff Smith authored
Discovered in researching https://bugs.winehq.org/show_bug.cgi?id=54748
-
Jeff Smith authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54748
-
Jeff Smith authored
-
Jeff Smith authored
-
Jeff Smith authored
-
Jeff Smith authored
-
Billy Laws authored
-
Alistair Leslie-Hughes authored
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
-
Alex Henrie authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Brendan Shanks authored
This is needed to be a correct macOS 10.7 binary.
-
Brendan Shanks authored
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.
-
Brendan Shanks authored
-
Brendan Shanks authored
-
- 17 Jul, 2023 15 commits
-
-
Biswapriyo Nath authored
-
Jeff Smith authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Zhao Yi authored
Signed-off-by: Zhaoyi <zhaoyi@uniontech.com>
-
Zhao Yi authored
Signed-off-by: Zhaoyi <zhaoyi@uniontech.com>
-
Shaun Ren authored
-
Shaun Ren authored
-
Shaun Ren authored
-
Shaun Ren authored
-
Jacob Czekalla authored
-