wine/tools/winebuild
Rémi Bernon 2e5e5ade82 winebuild: Put the delay import descriptor in data section.
This fixes incorrect .text section flags for any module using delay
imports. The use of a custom .text$2 section as dlltool is doing causes
the section to be flagged as DATA, and ends up with the .text section
being writable, which triggers the anti tamper used in Forza Horizon.
2022-11-08 20:07:52 +01:00
..
build.h winebuild: Implement import lib generation without dlltool. 2022-11-08 20:07:52 +01:00
import.c winebuild: Put the delay import descriptor in data section. 2022-11-08 20:07:52 +01:00
main.c winebuild: Enable unwind tables by default in PE files. 2022-11-08 20:07:52 +01:00
Makefile.in makefiles: Generate rules for installing programs. 2015-10-29 21:20:06 +09:00
parser.c winebuild: Add support for building apiset data. 2022-02-18 22:10:20 +01:00
relay.c tools: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
res16.c tools: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
res32.c winebuild: Store length of Unicode strings explicitly. 2022-02-08 20:24:14 +01:00
spec16.c winebuild: Wrap 16-bit fake dlls in a PE module. 2021-10-21 14:53:32 +02:00
spec32.c winebuild: Align raw data size instead of virtual size in PE sections. 2022-03-02 10:54:10 +01:00
utils.c winebuild: Implement import lib generation without dlltool. 2022-11-08 20:07:52 +01:00
winebuild.man.in winebuild: Introduce a new --without-dlltool winebuild flag. 2022-11-08 20:07:52 +01:00