search for: loc_760dc4

Displaying 1 result from an estimated 1 matches for "loc_760dc4".

2001 Dec 11
0
VirtualProtect and app crash: what's your interpretation?
...mov eax, [eax+ecx+34h] 00760D8A sub eax, [ebp-4] 00760D8D cmp ds:dword_75D734, 2 00760D94 mov [ebp-14h], eax ; ; If (*(long *)75D734) != 2 then skip the call to ; VirtualProtect ; 00760D97 jnz short loc_760DC4 ; ; Push arguments to VirtualProtect( ; LPVOID lpAddress, ; SIZE_T dwSize, ; DWORD flNewProtect, ; PDWORD lpflOldProtect) ; 00760D99 lea eax, [ebp-8] ; ; lpflOldProtect is a local variable ; 00760D9C push eax ; ; flNewProtect = 4 = PAGE_READWRITE ;...