Dmitry Timoshkov dmitry@baikal.ru writes:
dlls/kernel32/tests/virtual.c | 187 +++++++++++++++++++++++++++++++++------- 1 files changed, 154 insertions(+), 33 deletions(-)
That's a good start, but it would be interesting to try this with various combinations of CreateFileMapping/MapViewOfFile protections, as I expect that the mapping protections would influence what you can then do in VirtualProtect.
Alexandre Julliard julliard@winehq.org wrote:
That's a good start, but it would be interesting to try this with various combinations of CreateFileMapping/MapViewOfFile protections, as I expect that the mapping protections would influence what you can then do in VirtualProtect.
Once this test is committed I'll see what can be added next.