search for: page_execute_read

Displaying 2 results from an estimated 2 matches for "page_execute_read".

2001 Dec 12
3
Bug in PE_LoadImage/map_image? [Was: VirtualProtect and app crash]
...(PAGE_WRITECOPY) 0x458000 - 0x458fff c-rw- (PAGE_READWRITE) 0x459000 - 0x459fff c-r-- (PAGE_READONLY) 0x45a000 - 0x758fff c--W- (PAGE_WRITECOPY) 0x759000 - 0x75afff c-r-- (PAGE_READONLY) 0x75b000 - 0x75dfff c--W- (PAGE_WRITECOPY) 0x75e000 - 0x75efff c-rw- (PAGE_READWRITE) 0x75f000 - 0x762fff c-r-x (PAGE_EXECUTE_READ) 0x763000 - 0x765fff c-r-- (PAGE_READONLY) Remember, this is *before* the app even starts. You can see from this that there is a difference between how Windows loads an executable image and how Wine does it. This is why trying to write to 0x75F07E throws an exception under W2K but succeeds unde...
2012 Jan 27
1
Wine release 1.4-rc1
...32: Fix access flags to page protection mapping in MapViewOfFileEx. kernel32: Remove a no longer needed todo_wine. winex11.drv: Use dialog window type also for owned windows with WS_EX_DLGMODALFRAME style set. server: Store correct protection for an image mapping. ntdll: Use PAGE_EXECUTE_READ protection for an image section. ntdll: Add an access check for file mappings. psapi: Add more GetMappedFileName tests. Eric Pouech (13): dbghelp: Always ensure that 64bit module functions use real 64bit addresses. dbghelp: Fix a couple of bugs in function table interpretat...