0% found this document useful (0 votes)
261 views2 pages

R2R Network Block Runtime Updates

The document outlines the version history and updates for the R2R Network Block Runtime, detailing the implementation of various APIs across multiple DLLs in versions 2.3.0, 2.2.0, 2.1.0, and 1.0.0. Key improvements include the addition of proxy-related APIs in R2RHTTP.dll and internet connection checks in R2RINET.dll. The document emphasizes the benefits of using R2RTRUST for signature verification and application loading time reduction.

Uploaded by

rodoxlageoficial
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
261 views2 pages

R2R Network Block Runtime Updates

The document outlines the version history and updates for the R2R Network Block Runtime, detailing the implementation of various APIs across multiple DLLs in versions 2.3.0, 2.2.0, 2.1.0, and 1.0.0. Key improvements include the addition of proxy-related APIs in R2RHTTP.dll and internet connection checks in R2RINET.dll. The document emphasizes the benefits of using R2RTRUST for signature verification and application loading time reduction.

Uploaded by

rodoxlageoficial
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

1 TEAM R2R Network Block Runtime

2 ------------------------------
3
4 v2.3.0
5 - [Link]
6 * Implemented following API.
7 - WinHttpCreateProxyResolver
8 - WinHttpDetectAutoProxyConfigUrl
9 - WinHttpFreeProxyResult
10 - WinHttpFreeProxyResultEx
11 - WinHttpGetProxyForUrlEx
12 - WinHttpGetProxyForUrlEx2
13 - WinHttpGetProxyResult
14 - WinHttpGetProxyResultEx
15 - WinHttpSetProxySettingsPerUser
16 - WinHttpGetProxySettingsVersion
17 - WinHttpQueryAuthParams
18 - WinHttpQueryAuthSchemes
19 - WinHttpResetAutoProxy
20 - WinHttpWriteData
21 - WinHttpWriteProxySettings
22 - [Link]
23 * Implemented following API.
24 - InternetAttemptConnect
25 - InternetCheckConnectionA
26 - InternetCheckConnectionW
27
28 v2.2.0
29 - [Link]
30 * Initial release. It supports WinVerifyTrust and WinVerifyTrustEx of WINTRUST.
31 * WinVerifyTrust in R2RTRUST always returns 0 (success).
32 * The original WinVerifyTrust reads whole PE and calculates hash to verify the signature.
33 Some options also allows connecting to the internet to check the certificate revocation.
34 Not only bypassing the signature check,
35 using R2RTRUST may decrease the loading time of the application drastically.
36
37 v2.1.0
38 - To check the installation version easily, all Runtime / DLL versions have same version number.
39 If you installed Runtime v2.1.0, all DLL should be updated v2.1.0 if you installed correctly.
40
41 - [Link]
42 * Initial release.
43 * SENSR2R supports all API of the current latest version of SENSAPI.
44 - [Link]
45 * Implemented following API.
46 - WinHttpAddRequestHeadersEx
47 - WinHttpCheckPlatform
48 - WinHttpCrackUrl
49 - WinHttpCreateUrl
50 - WinHttpGetDefaultProxyConfiguration
51 - WinHttpIsHostInProxyBypassList
52 - WinHttpQueryConnectionGroup
53 - WinHttpReadDataEx
54 - WinHttpQueryHeadersEx
55 - WinHttpSetCredentials
56 - WinHttpSetDefaultProxyConfiguration
57 - WinHttpTimeFromSystemTime
58 - WinHttpTimeToSystemTime
59 - [Link]
60 * Implemented following API.
61 - DeleteUrlCacheEntryW
62 - FindFirstUrlCacheEntryW
63 - FindNextUrlCacheEntryW
64 - FtpOpenFileA
65 - HttpEndRequestA
66 - HttpOpenRequestA
67 - HttpQueryInfoA
68 - HttpSendRequestExA
69 - HttpSendRequestA
70 - InternetCanonicalizeUrlA
71 - InternetCanonicalizeUrlW
72 - InternetCombineUrlA
73 - InternetCombineUrlW
74 - InternetConnectA
75 - InternetCrackUrlA
76 - InternetCreateUrlA
77 - InternetCreateUrlW
78 - InternetFindNextFileA
79 - InternetFindNextFileW
80 - InternetGetCookieW
81 - InternetLockRequestFile
82 - InternetOpenA
83 - InternetQueryDataAvailable
84 - InternetQueryOptionA
85 - InternetReadFileExA
86 - InternetReadFileExW
87 - InternetSetCookieW
88 - InternetSetOptionA
89 - InternetSetOptionExA
90 - InternetSetOptionExW
91 - InternetTimeFromSystemTimeA
92 - InternetTimeFromSystemTimeW
93 - InternetUnlockRequestFile
94 - [Link]
95 * Implemented following API.
96 - getprotobyname
97 - getprotobynumber
98 - getservbyname
99 - getservbyport
100 - WSAAccept
101 - WSAAdvertiseProvider
102 - WSAAsyncSelect
103 - WSACancelBlockingCall
104 - WSAConnect
105 - WSAHtonl
106 - WSAHtons
107 - WSANtohl
108 - WSANtohs
109 - WSARecvFrom
110 - WSARemoveServiceClass
111 - WSAIsBlocking
112 - WSAProviderCompleteAsyncCall
113 - WSAProviderConfigChange
114 - WSASetServiceA
115 - WSASetServiceW
116 - WSASocketA
117 - WSASocketW
118 - WSAUnadvertiseProvider
119
120 v1.0.0
121 - [Link] v2.0.0
122 * Initial release.
123 - [Link] v2.0.0
124 * Initial release.
125 - [Link] v2.0.0
126 * Initial release.
127
128

You might also like