Skip to content

Instantly share code, notes, and snippets.

@swwwolf
Created April 24, 2015 08:46
Show Gist options
  • Save swwwolf/fce8f273e1165e1e27de to your computer and use it in GitHub Desktop.
Save swwwolf/fce8f273e1165e1e27de to your computer and use it in GitHub Desktop.
if ( !RegOpenKeyExW(v1, L"Software\\Microsoft\\Symbol Server", 0, 0x20019u, &hKey) )
{
cbData = REG_DWORD;
Type = REG_DWORD;
v14 = RegQueryValueExW(hKey, L"NoInternetProxy", 0i64, &Type, Data, &cbData);
v15 = g_NoProxy;
if ( !v14 )
v15 = *(_DWORD *)Data;
g_NoProxy = v15;
RegCloseKey(hKey);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment