stascorp / rdpwrap

RDP Wrapper Library
Apache License 2.0
14.2k stars 3.79k forks source link

10.0.17763.5820 #2613

Open ghost opened 1 month ago

ghost commented 1 month ago

termsrv.zip

ghost commented 1 month ago

Hi ! Could you please set the . x64 parameters for 10.0.17763.5820

This file contains only .x86 version:

rdpwrap.zip

ghost commented 1 month ago

Hi !

Recenty I found some x64 parameters in the rdpwrap.ini but not the all..

[10.0.17763.5820]
SingleUserPatch.x86=1
SingleUserOffset.x86=54E9A
SingleUserCode.x86=nop
DefPolicyPatch.x86=1
DefPolicyOffset.x86=58909
DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
LocalOnlyPatch.x86=1
LocalOnlyOffset.x86=C66E4
LocalOnlyCode.x86=jmpshort
SLInitHook.x86=1
SLInitOffset.x86=7678A
SLInitFunc.x86=New_CSLQuery_Initialize

;ERROR: SingleUserPatch not found
;DefPolicyPatch.x64=1
;DefPolicyOffset.x64=20435
;DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
;LocalOnlyPatch.x64=1
;LocalOnlyOffset.x64=8E111
;LocalOnlyCode.x64=jmpshort
;SLInitHook.x64=1
;SLInitOffset.x64=2FF3C

[10.0.17763.5820-SLInit]
bServerSku.x86=EAD98
bRemoteConnAllowed.x86=EADA8
bFUSEnabled.x86=EADB4
bAppServerAllowed.x86=EADA4
bMultimonAllowed.x86=EADAC
lMaxUserSessions.x86=EAD9C
ulMaxDebugSessions.x86=EADB0
bInitialized.x86=EAD94

;bServerSku.x64=        11C26C
;bRemoteConnAllowed.x64=11C27C
;bFUSEnabled.x64=       11C288
;bAppServerAllowed.x64= 11C278
;bMultimonAllowed.x64=  11C280
;lMaxUserSessions.x64=  11C270
;ulMaxDebugSessions.x64=11C284
;bInitialized.x64=      11C268

It looks like now (maybe) "only" the

SingleUserPatch.x64= 
SingleUserOffset.x64=
SingleUserCode.x64= 

parameters are missing for this version due to some probably (?) automatically generated script

I tried to reactivate the commented out parameters after the semicolons without the missing parameters i suspect but it doesn't work

loyejaotdiqr47123 commented 1 month ago
[10.0.17763.5820]
LocalOnlyPatch.x64=1
LocalOnlyOffset.x64=8E111
LocalOnlyCode.x64=jmpshort
SingleUserPatch.x64=1
SingleUserOffset.x64=16F41
SingleUserCode.x64=Zero
DefPolicyPatch.x64=1
DefPolicyOffset.x64=20435
DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
SLInitHook.x64=1
SLInitOffset.x64=2FF3C
SLInitFunc.x64=New_CSLQuery_Initialize

[10.0.17763.5820-SLInit]
bInitialized.x64      =11C268
bServerSku.x64        =11C26C
lMaxUserSessions.x64  =11C270
bAppServerAllowed.x64 =11C278
bRemoteConnAllowed.x64=11C27C
bMultimonAllowed.x64  =11C280
ulMaxDebugSessions.x64=11C284
bFUSEnabled.x64       =11C288
loyejaotdiqr47123 commented 1 month ago

https://github.com/sebaxakerhtc/rdpwrap.ini/commit/84ce165807175433df63b0aca932066974d7ab09

ghost commented 1 month ago

Thank you ! Finally this works well.. i've tested on two different physical machines from which one with two different operating system environment, the second one is a Windows2Go configuration boot from an external drive, and also that works fine with this .ini file.

Again: thank you very much !