Skip to content
 
 

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

SetProcessMitigationPolicy

Preventing internal cheats with process mitigation policies

This function allows you to enforce various mitigations on your own process. Reference: https://learn.microsoft.com/de-de/windows/win32/api/processthreadsapi/nf-processthreadsapi-setprocessmitigationpolicy

Examples include:

  • ProcessSignaturePolicy: Preventing binaries/modules that have not been signed by microsoft from being loaded/injected into the process
  • ProcessDEPPolicy: Preventing code execution in data pages (data execution prevention, dep for short)
  • ProcessDynamicCodePolicy: Preventing execution of dynamically allocated code AND preventing modification of existing code.
  • many more..

I have tested this on csgo and it works surprisingly well against common cheats. It is able to prevent LoadLibrary injection as well as ManualMap injection.

About

Preventing internal cheats with process mitigation policies

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages