Skip to content

Commit 3265519

Browse files
committed
INI: Add support for new builds (fix stascorp#586)
- 6.1.7601.24234 x86
1 parent 2eef50f commit 3265519

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ Visit [issues](https://github.com/stascorp/rdpwrap/issues) section, and check wh
296296
- 6.1.7601.18637 (Windows 7 SP1 with KB3003743 GDR)
297297
- 6.1.7601.22843 (Windows 7 SP1 with KB3003743 LDR)
298298
- 6.1.7601.23403 (Windows 7 SP1 with KB3125574)
299-
- 6.1.7601.24234 (Windows 7 SP1 with unknown KB)
299+
- 6.1.7601.24234 (Windows 7 SP1 with KB4462923)
300300
- 6.2.8102.0 (Windows 8 Developer Preview)
301301
- 6.2.8250.0 (Windows 8 Consumer Preview)
302302
- 6.2.8400.0 (Windows 8 Release Preview)

res/rdpwrap-ini-kb.txt

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Main]
22
; Last updated date
3-
Updated=2018-10-04
3+
Updated=2018-10-10
44
; Address to log file (RDP Wrapper will write it, if exists)
55
LogFile=\rdpwrap.txt
66
; Hook SLPolicy API on Windows NT 6.0
@@ -656,10 +656,16 @@ DefPolicyCode.x64=CDefPolicy_Query_eax_rdi
656656

657657
[6.1.7601.24234]
658658
; Patch CSessionArbitrationHelper::IsSingleSessionPerUserEnabled
659+
SingleUserPatch.x86=1
660+
SingleUserOffset.x86=1A675
661+
SingleUserCode.x86=nop
659662
SingleUserPatch.x64=1
660663
SingleUserOffset.x64=17F56
661664
SingleUserCode.x64=Zero
662665
; Patch CDefPolicy::Query
666+
DefPolicyPatch.x86=1
667+
DefPolicyOffset.x86=19E41
668+
DefPolicyCode.x86=CDefPolicy_Query_eax_esi
663669
DefPolicyPatch.x64=1
664670
DefPolicyOffset.x64=17D2E
665671
DefPolicyCode.x64=CDefPolicy_Query_eax_rdi

res/rdpwrap.ini

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; Do not modify without special knowledge
33

44
[Main]
5-
Updated=2018-10-04
5+
Updated=2018-10-10
66
LogFile=\rdpwrap.txt
77
SLPolicyHookNT60=1
88
SLPolicyHookNT61=1
@@ -276,9 +276,15 @@ DefPolicyOffset.x64=17CE2
276276
DefPolicyCode.x64=CDefPolicy_Query_eax_rdi
277277

278278
[6.1.7601.24234]
279+
SingleUserPatch.x86=1
280+
SingleUserOffset.x86=1A675
281+
SingleUserCode.x86=nop
279282
SingleUserPatch.x64=1
280283
SingleUserOffset.x64=17F56
281284
SingleUserCode.x64=Zero
285+
DefPolicyPatch.x86=1
286+
DefPolicyOffset.x86=19E41
287+
DefPolicyCode.x86=CDefPolicy_Query_eax_esi
282288
DefPolicyPatch.x64=1
283289
DefPolicyOffset.x64=17D2E
284290
DefPolicyCode.x64=CDefPolicy_Query_eax_rdi

technical.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Terminal Services supported versions
4343
6.1.7601.18637 (Windows 7 SP1 with KB3003743 GDR) [policy hook + extended patch]
4444
6.1.7601.22843 (Windows 7 SP1 with KB3003743 LDR) [policy hook + extended patch]
4545
6.1.7601.23403 (Windows 7 SP1 with KB3125574) [policy hook + extended patch]
46-
6.1.7601.24234 (Windows 7 SP1 with unknown KB) [policy hook + extended patch]
46+
6.1.7601.24234 (Windows 7 SP1 with KB4462923) [policy hook + extended patch]
4747
6.2.8102.0 (Windows 8 Developer Preview) [policy hook + extended patch]
4848
6.2.8250.0 (Windows 8 Consumer Preview) [policy hook + extended patch]
4949
6.2.8400.0 (Windows 8 Release Preview) [policy hook + extended patch]
@@ -166,6 +166,9 @@ Terminal Services supported versions
166166

167167
Source code changelog (rdpwrap library):
168168

169+
2018.10.10 :
170+
- added support for termsrv.dll 6.1.7601.24234 x86
171+
169172
2018.10.04 :
170173
- added support for termsrv.dll 10.0.14393.2457 x86
171174

0 commit comments

Comments
 (0)