CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 键盘 记录

搜索资源列表

  1. GetPass.rar

    1下载:
  2. 挂接键盘钩子,轻松记录各种密码的源代码,包括QQ,各种游戏帐号等。,Articulated keyboard hook to easily record the password source code, including QQ, games, etc. account.
  3. 所属分类:Hook api

    • 发布日期:2016-03-05
    • 文件大小:24498
    • 提供者:jason
  1. keyboardHook.rar

    0下载:
  2. 通过HOOK截获键盘,可以记录键盘按键information ,HOOK intercepted through the keyboard, you can record the keyboard keys information
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:7581
    • 提供者:xiliang
  1. hookandsentamail

    0下载:
  2. keyboard,可以用于记录键盘的记录并且发送邮件-keyboard, the keyboard can be used to record the record and send a message
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:21187
    • 提供者:jianggj
  1. KeyBoardFilterDriver

    0下载:
  2. 该代码的功能是设置键盘钩子,记录键盘操作记录,包括键盘扫描码。-the function of this code is setting keyboard hooking and keeping the log of keyboard operation,the scan code is also included in it.
  3. 所属分类:Hook api

    • 发布日期:2017-03-31
    • 文件大小:139027
    • 提供者:俊豪
  1. Monitor_keyboard_input

    0下载:
  2. 监听所有键盘输入,并记录内容到磁盘,有利初学者学习hook-Monitor all keyboard input, and record the contents to disk, enabling beginners to learn hook
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:409496
    • 提供者:just
  1. KeyBoxRecord

    0下载:
  2. 键盘操作监控 用来记录当前操作键盘按键记录-Keyboard monitor
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:173150
    • 提供者:孟皓
  1. Autoexe_code

    0下载:
  2. 用日志钩子记录键盘输入--Record the keyboard input by using log hook
  3. 所属分类:Hook api

    • 发布日期:2017-11-10
    • 文件大小:57461
    • 提供者:站长
  1. KeyLogV1.1-source_code

    0下载:
  2. 记录键盘输入的程序--The program which records the keyboard input
  3. 所属分类:Hook api

    • 发布日期:2017-11-09
    • 文件大小:36036
    • 提供者:站长
  1. keyboard

    0下载:
  2. 记录键盘历史记录的源代码 使用VB实现 里面包括使用程序关联指定后缀文件名 记录shift健, caps健等具体示例-History records the keyboard using the VB source code to achieve it, including the use of procedures related records specify the file name suffix shift Kin, caps and other specific examples
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:59602
    • 提供者:张珉
  1. keyboard_to_record_and_playback

    0下载:
  2. 利用钩子原理实现鼠标键盘记录和回放,DELPHI源代码-Realize the principle of using the mouse hook the keyboard to record and playback, DELPHI source code
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:5285
    • 提供者:qilin
  1. HideDlg

    0下载:
  2. 记录键盘的每次按键,保存在一个指定的文本文件中。-Records of each keyboard key, stored in a specified text file.
  3. 所属分类:Hook api

    • 发布日期:2017-05-14
    • 文件大小:3589678
    • 提供者:qzxhb
  1. Record

    0下载:
  2. 记录与回放鼠标、键盘动作+delphi源代码-Record and playback mouse and keyboard action+ delphi source code
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-24
    • 文件大小:325219
    • 提供者:linyt
  1. KeyFilter

    1下载:
  2. 键盘过滤驱动源码,按1键变8键,按需要可自行修改功能如锁定键盘、记录按键信息等。-Keyboard filter driver source code, a key variable in accordance with 8 key, according to the need to amend its own functions such as locking the keyboard, records and other key information.
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-27
    • 文件大小:5897
    • 提供者:Jgump
  1. winio

    0下载:
  2. 可用于实现键盘记录。端口操作不需要编写驱动,在Win95/98下直接可以使用汇编的In/Out指令。VC中也提供了_inp/_outp这样的函数(QA001059 outportb、inportb对应的函数)。不过在NT下,不能使用In/Out指令,参考QA001296 如何在WindowsNT/2000下用VB6写硬件IO控制。 如果使用硬件中断就必须编写驱动,标准的办法是采用微软的DDK。Win98和WinNT 4.0/5.0的DDK可以从http://www.microsoft.c
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:203000
    • 提供者:
  1. 20090725jianpan

    0下载:
  2. VB编写的一大堆键盘记录的源代码,稍微加工就可以成为自己独有的恶做剧工具-VB
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:118973
    • 提供者:和十以
  1. Interceptkeyboardmessages

    0下载:
  2. 截获键盘信息,并按日期建立文件,将截获的内容记录到文件当中,非常不错-Intercept keyboard messages
  3. 所属分类:Hook api

    • 发布日期:2017-05-19
    • 文件大小:5334142
    • 提供者:yun
  1. keyboardhook_src

    0下载:
  2. 在windows的内核层监视键盘的所有按键,并进行记录。-Hooking keyboard data in the kernel mode.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-24
    • 文件大小:151489
    • 提供者:刘军
  1. jianpanquanjilu

    0下载:
  2. 键盘全记录密码盗取发送程序,本程序代码和算法有的地方还是有点乱,程序当前绝对为免杀有效.-Full Record keyboard to send the password stealing programs, the program code and the algorithm is still a bit chaotic in some places, the program is absolutely free to kill the current effective.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-31
    • 文件大小:734236
    • 提供者:李奇
  1. xSpeed

    0下载:
  2. 主要是记录键盘操作 呵呵 免费分享给大家 还有不明白的联系我(Mainly recording keyboard operation, ha ha, free to share with you, and do not understand the contact me)
  3. 所属分类:其他

  1. shsmmjr__source

    0下载:
  2. 密码结巴源代码,用于记录键盘信息,发送到指定的邮箱,不错的(Password stammer source code, used to record the keyboard information, sent to the designated mailbox, pretty good)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:24576
    • 提供者:mulvilovel
« 1 2 3 4 5 6 78 9 10 11 12 ... 43 »
搜珍网 www.dssz.com