-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support 10.0.17763.292 and 10.0.17763.437 #725
base: master
Are you sure you want to change the base?
Conversation
I don't know what I'd do without you. I really wish the project owner was still active - this tool is really handy and it is a shame to see it constantly breaking because Microsoft can't keep their greedy control-freak paws off of the terminal services libraries. Thanks for the updates! |
He's still active, just not on this project. I'm sure he'll come back to it sooner or later!
Get Outlook for Android<https://aka.ms/ghei36>
…________________________________
From: Rachael Alexanderson <[email protected]>
Sent: Friday, April 12, 2019 4:28:22 PM
To: stascorp/rdpwrap
Cc: thaguitarist; Mention
Subject: Re: [stascorp/rdpwrap] Support 10.0.17763.292 and 10.0.17763.437 (#725)
I don't know what I'd do without you. I really wish the project owner was still active - this tool is really handy and it is a shame to see it constantly breaking because Microsoft can't keep their greedy control-freak paws off of the terminal services libraries. Thanks for the updates!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#725 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/APJHuxTtGfl9_HbZVHY4RBDXluUHlaBnks5vgOxmgaJpZM4cn1j2>.
|
this worked for me on v437 |
LocalOnlyOffset.x64=77A41 | ||
LocalOnlyCode.x64=jmpshort | ||
SingleUserPatch.x64=1 | ||
SingleUserOffset.x64=3E520 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SingleUserOffset.x64=3E520
is incorrect
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zhangyoufo what is the proper value? I found SingleUserOffset.x64=1322C
elsewhere, but haven't tested yet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just tested that value, and it works. The old value causes any console-initiated session to be inaccessible remotely - the new value fixes it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @madame-rachelle - I also saw this patch with positive feedback SingleUserOffset.x64=133B7
- not sure which is "better":
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SingleUserOffset.x64=13469
is the correct offset for 10.0.17763.437. Checked in IDA Pro. Tested on Windows Server 2019.
Courtesy @thaguitarist via #699 (comment)