Re: [2/2] kernel32: Add a bunch of VirtualProtect tests on a memory-mapped file. Resend.
Dmitry Timoshkov <dmitry(a)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(a)winehq.org
Alexandre Julliard <julliard(a)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. -- Dmitry.
participants (2)
-
Alexandre Julliard -
Dmitry Timoshkov