Posted February 25, 20232 yr I'm trying to set a page of memory to PAGE_EXECUTE only, I don't want any reads or writes to be possible to this page. However, after setting the page protection to PAGE_EXECUTE, read attempts can freely be made. I assume this has something to do with the CPU needing to fetch instructions from the RAM? anyway, is there any way that I can accomplish my goals here? that is: can I set a page to execute only such that no read or write attempts can be made on said page?
August 7, 20232 yr 6 hours ago, kao said: Why does this feel like a response generated by ChatGPT? Yes, that was an automated response... Ted.
Create an account or sign in to comment