stascorp / rdpwrap

RDP Wrapper Library
Apache License 2.0
14.66k stars 3.83k forks source link

10.0.26058.1000 #2488

Open udygct opened 8 months ago

udygct commented 8 months ago

termsrv.dll termsrv(26058).zip

image
udygct commented 8 months ago

No luck. I still get "The remote procedure call failed". Replication steps:

  1. Download the ISO of 26058 from Microsoft
  2. Download the Rdpwrap and unzip it to C:\Program Files\RDP Wrapper
  3. Copy INI from https://github.com/sebaxakerhtc/rdpwrap.ini/blob/master/rdpwrap.ini
  4. Run RDPWInst.exe -i in administrative command prompt.
  5. Run RDPCheck.exe
sashaqwert commented 8 months ago

No luck. I still get "The remote procedure call failed". 螢幕擷取畫面 2024-02-16 141203

You are post a fake IMAGE or my browser have a cache bug. Because i can't find offsets in this link.

изображение

https://web.archive.org/web/20240216073603/https://raw.githubusercontent.com/sebaxakerhtc/rdpwrap.ini/master/rdpwrap.ini

Closed as INVALID.

udygct commented 8 months ago

No luck. I still get "The remote procedure call failed". 螢幕擷取畫面 2024-02-16 141203

You are post a fake IMAGE or my browser have a cache bug. Because i can't find offsets in this link.

изображение

https://web.archive.org/web/20240216073603/https://raw.githubusercontent.com/sebaxakerhtc/rdpwrap.ini/master/rdpwrap.ini

Closed as INVALID.

OH I forget to include I just follow sebaxakerhtc's youtube tutorial and use IDA pro to make a new INI file.

sebaxakerhtc commented 8 months ago

The termsrv.dll is real, same for the screenshot.

sebaxakerhtc commented 8 months ago

@udygct The offsets was added. Can you check it? https://github.com/sebaxakerhtc/rdpwrap.ini/commit/117a70a9800ba9f89eb2bc21306d57e279d8ef58

sebaxakerhtc commented 8 months ago

No luck. I still get "The remote procedure call failed". Replication steps:

1. Download the ISO of 26058 from [Microsoft](https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewiso)

2. Download the Rdpwrap and unzip it to C:\Program Files\RDP Wrapper

3. Copy INI from https://github.com/sebaxakerhtc/rdpwrap.ini/blob/master/rdpwrap.ini

4. Using IDA pro to make a new INI(Since 26058 is not updated in sebaxakerhtc's rdpwrap.ini)

5. Run RDPWInst.exe -i in administrative command prompt.

6. Run RDPCheck.exe

Confirmed! On a clean installation i've got a broken system with after installing rdpwrapper and restart the PC with " remote procedure call failed"

udygct commented 8 months ago

@udygct The offsets was added. Can you check it? sebaxakerhtc/rdpwrap.ini@117a70a

Yeah, the INI file is same as mine. I also try it with the official one but still got remote procedure call failed. :(

sashaqwert commented 8 months ago

Reopened. Not included in official INI by Stas'M :)

udygct commented 8 months ago

The problem is fixed by updating the newest version of official INI file, It seems like a new method is needed to find the offset in 24h2. https://github.com/sebaxakerhtc/rdpwrap.ini/pull/350