Displaying 1 result from an estimated 1 matches for "0075fd22".
2001 Dec 11
0
VirtualProtect and app crash: what's your interpretation?
...idn't get a crash when I ran this natively under
2000 (which was running under VMWare)!
So next I need to find the place where the protection is placed on the
memory range in question. The wine trace shows this:
0806d398:Call
kernel32.VirtualProtect(00401000,00358000,00000001,40616e74) ret=0075fd22
0806d398:trace:virtual:VirtualProtect 0x401000 00358000 00000001
0806d398:trace:virtual:VIRTUAL_SetProt 0x401000-0x758fff c----
View: 0x400000 - 0x765fff 28
0x400000 - 0x400fff c-r--
0x401000 - 0x758fff c----
0x759000 - 0x765fff c-rw-
0806d398:Ret kernel32.VirtualProtect() ret...