Git Product home page Git Product logo

winio's Introduction

驱动级模拟键盘事件winio的Java调用

winio java

  • 使用winio模拟键盘事件(驱动级模拟),能够突破系统虚拟键盘无法输入的网银控件等安全性限制较高的控件的输入。
  • 因JNative出现时间太早,并且无法支持64位系统,采用jna组件调用dll控件
  • 自动调用系统参数区分是32位还是64位,使用者无需关心系统区别。
  • 原官网:http://www.internals.com/ (现已无内容)

64位系统需要额外注意以下几点

  • 打开系统调试模式:cmd下运行 bcdedit /set testsigning on
  • 安装数字签名

    步骤如下: 打开 WinIO64.sys的属性框,翻到“数字签名”选项卡,点击“详细信息” 在新出来的对话框中点击“查看证书” 在又新出来的对话框中点击“安装证书” 点击“下一步”,然后选择“将所有的证书放入下列存储” 点击浏览,选择“受信任的根证书发布机构” 点击“下一步”,然后点击“完成” 在弹出的“安全性警告”对话框中选择“是”,才能导入成功 然后重启。

注意 win7及以上系统需要以管理员权限打开应用。如开发的时候需要以管理员方式运行eclipse,否则winio会初始化失败!!!

因类似网银密码输入框并非一般性输入框,可以使用spy++获取对应句柄,具体可以google查询。

winio's People

Contributors

bobbyguo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.