Skip to content

gmh5225/no-access-protection-x86

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

no-access-protection-x86

This program is a rewritten version of the NO_ACCESS_Protection by weak1337 tool from x64 to x86. It encrypts the text section and set the protection to NO_ACCESS. The pages will be decrypted on first access. If the RIP, that referenced the memory, is outside of a valid module it will fail and will crash the process after some time. With this they can prevent:

  • Basic Signature Ccanning (access violation + rip check)
  • Cheat Engine Veh Debugger
  • Full process dumping (since you can encrypt the pages again)

About

It encrypts the text section and set the protection to NO_ACCESS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages