Skip to content

Commit

Permalink
Addendum #2 to dd0d929 (Added security features to the loader)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccw808 committed Aug 1, 2016
1 parent 0fe3108 commit 0aa3b61
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Client/loader/MainFunctions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -964,12 +964,6 @@ BOOL CreateProcessWithMitigationPolicy (
MitigationPolicy |= PROCESS_CREATION_MITIGATION_POLICY_EXTENSION_POINT_DISABLE_ALWAYS_ON;
}

if ( IsWindows10OrGreater () )
{
// Win 10
MitigationPolicy |= PROCESS_CREATION_MITIGATION_POLICY_FONT_DISABLE_ALWAYS_ON;
}

if ( IsWindows10Threshold2OrGreater () )
{
// Win 10 build something
Expand Down

0 comments on commit 0aa3b61

Please sign in to comment.