-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d90364c
commit 2178a05
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
Exploit Prot/Games/Exploit-Prot-XMLs/Brighter Shores (Exploit Prot).xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<MitigationPolicy> | ||
<AppConfig Executable="C:\Program Files (x86)\Steam\steamapps\common\Brighter Shores\x64\Brighter Shores.exe"> | ||
<DEP Enable="false" EmulateAtlThunks="false" /> | ||
<ASLR ForceRelocateImages="false" RequireInfo="false" BottomUp="false" HighEntropy="false" /> | ||
<StrictHandle Enable="false" /> | ||
<SystemCalls DisableWin32kSystemCalls="false" /> | ||
<ExtensionPoints DisableExtensionPoints="false" /> | ||
<DynamicCode BlockDynamicCode="false" AllowThreadsToOptOut="false" /> | ||
<ControlFlowGuard Enable="false" SuppressExports="false" StrictControlFlowGuard="false" /> | ||
<SignedBinaries MicrosoftSignedOnly="false" AllowStoreSignedBinaries="false" EnforceModuleDependencySigning="false" /> | ||
<Fonts DisableNonSystemFonts="false" AuditOnly="false" /> | ||
<ImageLoad BlockRemoteImageLoads="false" BlockLowLabelImageLoads="false" /> | ||
<Payload EnableExportAddressFilter="false" EnableImportAddressFilter="false" EnableRopStackPivot="false" EnableRopCallerCheck="false" EnableRopSimExec="false" /> | ||
<SEHOP Enable="false" TelemetryOnly="false" /> | ||
<Heap TerminateOnError="false" /> | ||
<ChildProcess DisallowChildProcessCreation="false" /> | ||
<UserShadowStack UserShadowStack="false" UserShadowStackStrictMode="false" /> | ||
</AppConfig> | ||
</MitigationPolicy> |
20 changes: 20 additions & 0 deletions
20
Exploit Prot/Games/Exploit-Prot-XMLs/FlightGear (Exploit Prot).xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<MitigationPolicy> | ||
<AppConfig Executable="C:\Program Files\FlightGear 2024.2\bin\fgfs.exe"> | ||
<DEP Enable="false" EmulateAtlThunks="false" /> | ||
<ASLR ForceRelocateImages="false" RequireInfo="false" BottomUp="false" HighEntropy="false" /> | ||
<StrictHandle Enable="false" /> | ||
<SystemCalls DisableWin32kSystemCalls="false" /> | ||
<ExtensionPoints DisableExtensionPoints="false" /> | ||
<DynamicCode BlockDynamicCode="false" AllowThreadsToOptOut="false" /> | ||
<ControlFlowGuard Enable="false" SuppressExports="false" StrictControlFlowGuard="false" /> | ||
<SignedBinaries MicrosoftSignedOnly="false" AllowStoreSignedBinaries="false" EnforceModuleDependencySigning="false" /> | ||
<Fonts DisableNonSystemFonts="false" AuditOnly="false" /> | ||
<ImageLoad BlockRemoteImageLoads="false" BlockLowLabelImageLoads="false" /> | ||
<Payload EnableExportAddressFilter="false" EnableImportAddressFilter="false" EnableRopStackPivot="false" EnableRopCallerCheck="false" EnableRopSimExec="false" /> | ||
<SEHOP Enable="false" TelemetryOnly="false" /> | ||
<Heap TerminateOnError="false" /> | ||
<ChildProcess DisallowChildProcessCreation="false" /> | ||
<UserShadowStack UserShadowStack="false" UserShadowStackStrictMode="false" /> | ||
</AppConfig> | ||
</MitigationPolicy> |