如何将用户输入发送到另一个(终端服务器)会话?
Windows API 具有模拟用户输入的函数,例如 keybd_event
、mouse_event
和 SendInput
。然而,他们在当前会话的输入队列上执行此操作。
我希望能够将用户输入从会话 0 中运行的进程发送到任何其他会话。实现此目的的一种方法是在每个会话中运行一个代理来完成这项工作。不过,如果可能的话,我想在不注射药剂的情况下做到这一点。
内核模式解决方案也可以。 提前致谢。
Windows API has functions that simulate user input, such as keybd_event
, mouse_event
and SendInput
. However they do this on the input queue of the current session.
I'd like to be able to send user input from a process running in session 0 to any other session. One way to achieve this is to run an agent in every session that will do the work. However I'd like to do this without injecting agents if possible.
kernel-mode solution is also ok.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论