Jump to content
Tuts 4 You

Hidden VNC(or Hidden RDP) Programming


Vladymir

Recommended Posts

I am developing hidden vnc on windows in c++ language.
I am going to connect vnc keyborad and mouse event to controlled pc.
But I don't know how to send key and mouse event to certain vnc server thread.
I have searched in google for a long time, but I don't have usefull information.
I only know that I have to use below windows api.
CreateDesktop
OpenInputDesktop
SwitchDesktop
I'll appreciate any help.

Link to comment
  • 2 weeks later...

This can be very helpful for you:

Client: https://github.com/rossja/TinyNuke/blob/master/Bot/HiddenDesktop.cpp

Server: https://github.com/rossja/TinyNuke/tree/master/HiddenDesktop/Server

Check the input method throw socket

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...