c++ Programming Glossary: oldprotection
Delphi problems converting VirtualProtect EAT hook routines from C to Delphi http://stackoverflow.com/questions/9484319/delphi-problems-converting-virtualprotect-eat-hook-routines-from-c-to-delphi i if functions i DWORD old_function DWORD hModule DWORD oldProtection if VirtualProtect functions i sizeof DWORD PAGE_EXECUTE_READWRITE.. functions i sizeof DWORD PAGE_EXECUTE_READWRITE oldProtection MessageBox 0 VirtualProtect failed Error 0 return false.. DosHeader if VirtualProtect functions i sizeof DWORD oldProtection oldProtection MessageBox 0 VirtualProtect failed Error 0..
|