Welcome![Sign In][Sign Up]
Location:
Search - SENDINPUT

Search list

[Game Hook CrackAPI模拟发送按键.鼠标动作

Description: 这是一个模块,主要示范SendInput API函数,模拟发送按钮按下,放开,鼠标单击,按下,放开等动作,并同时可以向指定的程序,如记事本,画笔等运行的程序发送按键,鼠标事件.您可以在画笔程序中自动画一副画,呵呵,当然也可以控制任意程序
Platform: | Size: 4275 | Author: diyu0diyu | Hits:

[Othersendinput

Description: 利用 sendinput 实现模拟按键的例子,很简单的-SendInput Analog button use the example implementation, a very simple
Platform: | Size: 167936 | Author: 张洪涛 | Hits:

[Hook apiSendInputsimulate200909

Description: 通过sendinput控制鼠标的移动功能,可以多学习人家的编程方法,也可以HOOK去尝试新的方法-Sendinput controlled through the movement of the mouse function, can learn from other people' s programming can also be HOOK to try a new approach
Platform: | Size: 24576 | Author: 云网 | Hits:

[Delphi VCLInput

Description: 由于支付宝安全输入控件,如同其他众多安全控件方法一样,采用驱动方法劫持了IRP。这导致无法向其输入字符,传统的方法无论是发送WM_Char或者是WM_Keydown消息,还是Keybd_event和SendInput均对其无效。 笔者摸索出了通过直接读取$60,$64硬件端口来操作键盘,模拟输入的方法。 由于在Ring3下,由于Windows的保护机制,我无法直接操作硬件端口,所以我们需要构造一个驱动,或者使用著名的WinIo库。 这里给出我封装好的使用WinIo库进行模拟击键输入的代码,此段代码只在PS/2下测试通过,未在USB情况下测试。本代码主要封装了ASCII码或字符与键盘扫描码之间转换。 -Email security as a result of input controls, as many other methods of security control as a hostage-driven approach adopted IRP. This has led not to enter characters, both traditional methods WM_Char or send WM_Keydown news, or Keybd_event and its SendInput are null and void. I explored through direct read $ 60, $ 64 hardware keyboard ports, analog input methods. Ring3 because, as the Windows of the protection mechanism, I can not directly operate the hardware port, so we need to construct a drive, or the use of well-known WinIo library. Given a good package here, I use the keyboard to simulate the Treasury WinIo enter the code, This code only in the PS/2 under the test is passed, no test in the USB case. The main package of the code of the ASCII code or character and switch between the keyboard scan code.
Platform: | Size: 19456 | Author: 冰剑 | Hits:

[Windows Developsendinput

Description: 我的注入模板,看看吧,你会喜欢的啊,去死吧-I injected template, take a look at it, you' ll like it, ah, die bar
Platform: | Size: 4096 | Author: 庄学博 | Hits:

[OtherSendInput

Description: 程序功能: 操纵大智慧专业版打开指定股票信息。 知识点: 1、windows窗口查找 EnumWindows(...) 2、虚拟按键,模拟键盘SendInput(...)-Program features: Manipulating Great Wisdom Professional Edition to open the specified stock information. Knowledge Points: 1, windows search window EnumWindows (...) 2, the virtual buttons, analog keyboards SendInput (...)
Platform: | Size: 31744 | Author: guoyufei | Hits:

[CSharpAcelerometer_3D

Description: A sample program in CSharp (SharpDevelop project) showing how to use the SendInput (in User32.DLL) component of Microsoft Windows to control movements of mouse from a program. See clickmouse(), movemouse() and movemouserel() procedures in MainForm.cs
Platform: | Size: 46080 | Author: tralala | Hits:

[Delphi VCLDelphi_SendInput_mouse

Description: Delphi下利用SendInput模拟鼠标键盘-Delphi under simulated mouse and keyboard use SendInput
Platform: | Size: 3072 | Author: hq | Hits:

[CSharptestKeyMouse

Description: 用c#开发的鼠标键盘操作记录器,使用经典的Hook函数,后续会利用这个记录器再推出SendInput与之配合-C# development using the mouse keyboard recorder, to use the classic Hook function, follow-up will use the recorder to re-introduce a complementary SendInput
Platform: | Size: 48128 | Author: 陈先生 | Hits:

[GDI-Bitmap3

Description: 在VC中使用SendInput函数实现中文的自动输入-SendInput function in VC achieved using the automatic input Chinese
Platform: | Size: 2048 | Author: liang | Hits:

[Graph programSendInput

Description: CorelDRAWX3插件的一个实例源码-The CorelDRAWX3plugin instances
Platform: | Size: 16384 | Author: 00 | Hits:

[e-languageSendInput

Description: 利用 SendInput 函数实现模拟发送文字到指定窗口上!-Use SendInput function simulating send word to the specified window.
Platform: | Size: 5120 | Author: TianSin | Hits:

[OS programSimulateInputString

Description: 模拟键盘输入字符串的C++模块。模拟键盘输入字符串可以使用API函数SendInput函数,但是这个函数相当麻烦,每模拟一个字符要填充两个结构体,本模块将这些麻烦的操作封装为一个C++类,两行代码便可调用。可以用于win32项目、MFC项目、ALT项目等,内附开发文档-Simulated keyboard input string C++ modules. Simulated keyboard input string can use API function SendInput function, but this function is quite troublesome, each simulating a character you want to fill the two structures, the module package these troublesome operation for a C++ class, the two lines of code can be invoked. Can be used win32 project, MFC project, ALT projects included development documents
Platform: | Size: 3072 | Author: 李逍遥 | Hits:

[ConsoleSimulateKeyboardHit

Description: This code shows an easy way to simulate keyboard press and release keys to another application. It uses the SendInput API for simulating keyboard press and release keys. To illustrate this technique we will show how to automatically run calc.exe and simulate add x and y and get the result back.
Platform: | Size: 1024 | Author: Destiny | Hits:

[CSharpWindows-Input-Simulator-

Description: windows input输入模拟,C#输入封装类-Windows Input Simulator (C# SendInput Wrapper- Simulate Keyboard and Mouse)
Platform: | Size: 301056 | Author: 闲人 | Hits:

[VC/MFCSendMouseInput

Description: SendInput将其他线程发来的消息转化为系统标准键盘和鼠标的输入。-Use SendInput to transform message from other thread or device to system standard keyboard and mouse input.
Platform: | Size: 1178624 | Author: 刘重义 | Hits:

[CSharpKeyboard-master

Description: Keyboard Master provides a simple .NET (C#) interface to simulate Keyboard or Mouse input using the Win32 SendInput method to foreground windows and SendMessage/PostMessage for background windows.
Platform: | Size: 373760 | Author: AlterEgo | Hits:

CodeBus www.codebus.net