[ros-dev] Revision: 19742

Thomas Weidenmueller w3seek at reactos.com
Tue Nov 29 10:52:30 CET 2005


This is caused by the self-modifying code:

+       /* Replace the ret by a nop */
+       *(PCHAR)RtlPrefetchMemoryNonTemporal = 0x90;

I guess we should have function where all self-modifying code is located
in that takes care of page protections before and after modifying the code.

- Thomas


More information about the Ros-dev mailing list