citronneur / rdpy

Remote Desktop Protocol in Twisted Python
GNU General Public License v3.0
1.67k stars 545 forks source link

RDP server that show a BMP image once connected #85

Open akmalhisyam opened 5 years ago

akmalhisyam commented 5 years ago

Hi All,

Can anyone point me to the right direction on how to achieve this? I'm currently playing around with sendUpdate() but couldnt figure out the right format for data.

I've tried converting the image to hexstring and supply it to sendUpdate() but greeted with error rdpy.core.error.InvalidValue: value is out of range for <class 'rdpy.core.type.UInt16Le'>

Thanks

aenima-x commented 5 years ago

Did you find out how to do this?