Created
July 18, 2016 12:58
-
-
Save Jire/46e4dd595b363917b49e9f22439ccc23 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .text:6BA9ABE0 ; UINT __stdcall SendInput(UINT cInputs, LPINPUT pInputs, int cbSize) | |
| .text:6BA9ABE0 public SendInput | |
| .text:6BA9ABE0 SendInput proc near ; CODE XREF: keybd_event+39p | |
| .text:6BA9ABE0 ; mouse_event+36p | |
| .text:6BA9ABE0 ; DATA XREF: ... | |
| .text:6BA9ABE0 | |
| .text:6BA9ABE0 cInputs = dword ptr 4 | |
| .text:6BA9ABE0 pInputs = dword ptr 8 | |
| .text:6BA9ABE0 cbSize = dword ptr 0Ch | |
| .text:6BA9ABE0 | |
| .text:6BA9ABE0 mov eax, 1083h | |
| .text:6BA9ABE5 call large dword ptr fs:0C0h | |
| .text:6BA9ABEC retn 0Ch | |
| .text:6BA9ABEC SendInput endp | |
| .text:6BA9ABEC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment