|
|
|
|
|
by vablings
6 days ago
|
|
It is not kernel level, they use a number of pretty fancy user mode tricks to prevent people messing with the game. They encrypt every page and register an exception handler that decrypts the page when a fault is reached to keep memory secure. They do cache timing checks to see if a page was recently in the working set outside of the expected control flow and will flag you if you fail the check too many times because it indicates tampering. |
|