Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upConsider deploying Arbitrary Code Guard (Windows) #550
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Exploits often rely on creating/modifying executable pages, ACG ensures code pages are immutable and new unsigned pages cannot be created.
ACG is enabled by calling SetProcessMitigationPolicy with the PROCESS_MITIGATION_DYNAMIC_CODE_POLICY setting.
This will require an OOP JIT.