Reloaded-Project / Reloaded-III

[WIP] Formal Specification for the Next Iteration of Reloaded
https://reloaded-project.github.io/Reloaded-III/
8 stars 1 forks source link

[Server] Disable forced ASLR For Managed Games on Win11 #68

Open Sewer56 opened 1 month ago

Sewer56 commented 1 month ago

Example:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\sonic2app.exe]
"UseFilter"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\sonic2app.exe\{a500b8c5-1fbd-9499-6e21-e29a035d82af}]
"FilterFullPath"="C:\\Program Files (x86)\\Steam\\steamapps\\common\\Sonic Adventure 2\\sonic2app.exe"
"MitigationOptions"=hex:00,02,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  00,00,00,00,00,00
"MitigationAuditOptions"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  00,00,00,00,00,00,00,00
"EAFModules"=""

Some OEMs or users may set forced ASLR as a security feature in Win11. This may break mods in games which don't natively use ASLR.