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

Search list

[Windows DevelopWinIo

Description: winio source code
Platform: | Size: 197632 | Author: tommy | Hits:

[Windows DevelopSource

Description: winio read HDD serial number
Platform: | Size: 106496 | Author: donut | Hits:

[OS programDumpEC

Description: 使用WinIO访问笔记本EC的所有寄存器和存储空间。本程序适用ENE EC KB3926-EC laptop using WinIO access to all registers and storage space. This procedure applies to ENE EC KB3926
Platform: | Size: 388096 | Author: 全达昆 | Hits:

[CSharpwaigua

Description: 这是DLL文件,引用到工程就可以了, 主要修改的地方我说明下 key kk = new key() int pid = kk.pid("CQ.EXE") //获取进程PID kk.getread(pid, "", 0x298, 4).ToString() //返回INT值的内存读取 kk.getread(pid, 0x04, 4) //返回STRING的内存读取,少了一个参数. 自己写了个全局键盘钩子, kk.UnHook() //加载钩子 kk.UnHook() //卸载钩子 kk.SetHookKey(key1,key2) //修改键盘 key1,被改变的键盘码,key2改变后的键盘码 没什么用,比方:就是能把键盘1个键,改成别的键 这是读取内存地址的方法 getread("进程名称","","内存基址",0) 这个类,封装了2个方式,一种是系统api[user32.dll]文件,调用方式 key kk = new key() kk.send(key.VirtualKeys.VK_F1,GetState(key.VirtualKeys.VK_F1)) 这是模拟键盘的F1. 这是模拟键盘的winio调用方式 key kk = new key() // IntPtr a = new IntPtr() kk.sendwinio() kk.MykeyDown((int)key.VirtualKeys.VK_F1) System.Threading.Thread.Sleep(2000) kk.MykeyUp((int)key.VirtualKeys.VK_F1) 也是模拟f1,之间的差别就是,winio调用方式能穿透一部分游戏,达到一部分外挂的效果.-key kk = new key() // IntPtr a = new IntPtr() kk.sendwinio() kk.MykeyDown((int)key.VirtualKeys.VK_F1) System.Threading.Thread.Sleep(2000) kk.MykeyUp((int)key.VirtualKeys.VK_F1)
Platform: | Size: 10240 | Author: qwery | Hits:

[USB developWinIo

Description: WIN IO控制键盘模拟,有需要的朋友可以看看。-WIN IO Control Keyboard
Platform: | Size: 173056 | Author: 蔡达伟 | Hits:

[Windows Developwinio_v20

Description: The WinIo library allows 32-bit Windows applications to directly access I/O ports and physical memory. It bypasses Windows protection mechanisms by using a combination of a kernel-mode device driver and several low-level programming techniques.
Platform: | Size: 205824 | Author: 闫俊芳 | Hits:

[Game Programvbwinio

Description: VB使用winIO 模拟键盘按键的测试程序,winio属于硬件模拟,但不支持usb键盘、鼠标,必须前台操作。   虽然有很多游戏封杀,但因为是开源,所以变种依然很多,如果自己有能力,也可以自己改一个专用版。   用InitializeWinIo函数加载驱动程序,如果成功会返回true,否则返回false,程序结束时记得用ShutdownWinIo函数卸载驱动程序。   本源代码仅供学习研究,禁止用于非法用途。下载时可能某些杀毒软件会报警,这说明您的杀毒软件还可以。-VB to use the keyboard keys winIO simulation test program, winio are hardware simulation, but does not support usb keyboard, mouse, front desk operation to be. Although there are many game ban, but because it is open source, so still a lot of varieties, if they have the power, you can change a special version of their own. Loaded with InitializeWinIo function driver, if successful will return true, otherwise it returns false, end of the process, remember to use ShutdownWinIo function to uninstall the driver. Source code only for study and research, ban for illegal purposes. Download some antivirus software may alarm, indicating that your anti-virus software can.
Platform: | Size: 24576 | Author: longlian90 | Hits:

[OS programHardwareCheckerSrc

Description: Check the hardware info, use WMI plus winio.
Platform: | Size: 23748608 | Author: razhao | Hits:

[SCM20051041061569

Description: WinIo 2.0 使用非常简单, 提供一个初始化函数 InitializeWinIo() 和 关闭结束函数 ShutdownWinIo() 在调用初始化函数成功之后, 就可以进行任意端口操作了, 在程序结束时调用关闭结束函数。 -WinIo 2.0 Very easy to use, provide an initialization function InitializeWinIo () and close the end of the function ShutdownWinIo () initialization function is called after a successful operation can be any port, and at the end of the process is called closed end of the function.
Platform: | Size: 190464 | Author: famei | Hits:

[Chess Poker gamesquanhuang

Description: 拳皇的vb winio模拟按键,实现草稚京的技能,其他的技能可以根据需要自己添加。-KOF' s vb winio analog buttons, Zhi Jing skills to achieve grass, and other skills as needed to add their own.
Platform: | Size: 3072 | Author: haodawei123 | Hits:

[Windows DevelopVB_use_winIO_simulation_test_program_keyboard_keys

Description: VB使用winIO 模拟键盘按键测试程序VB use winIO simulation test program keyboard keys-VB use winIO simulation test program keyboard keys
Platform: | Size: 24576 | Author: wouuu | Hits:

[Driver Develop20090918_Ver_1.0.2

Description: 使用WINIO.DLL通過SMBUS讀取SPD資訊!-Use WINIO.DLL read SPD information through SMBUS!
Platform: | Size: 679936 | Author: CJ | Hits:

[Windows DevelopWinIo

Description: 通过底层各个设备的端口调用系统资源,并附有vc和vb的代码-The WinIo library allows 32-bit Windows applications to directly access I/O ports and physical memory. It bypasses Windows protection mechanisms by using a combination of a kernel-mode device driver and several low-level programming techniques.
Platform: | Size: 8600576 | Author: 葛子玄 | Hits:

[Windows Developuse-WINIO-read-above2Gmemory-address

Description: 这是一个编程资料,教你如何在windows下访问大于2G内存的空间,并附下载地址。-This is a programming information, teach you how to access the windows larger than 2G of memory space, along with download address.
Platform: | Size: 1024 | Author: stjlu | Hits:

[GUI DevelopRtest

Description: VC控制底层硬件的测试小程序,winio库的使用,以及picture控件画线的程序-VC control of the underlying hardware testing applet, winio library use, and picture control program to draw lines
Platform: | Size: 5143552 | Author: 李正强 | Hits:

[Driver DevelopWinIo

Description: 驱动层模拟鼠标键盘,支持ps/2的接口,不会被拦截。-Mouse and keyboard-driven simulation
Platform: | Size: 192512 | Author: 周懿 | Hits:

[Hook apiVB--winio-jianpanjilu-29

Description: vb环境下用 winio 实行键盘记录 可以记录到挂起的窗口输入-vb winio Record keyboard
Platform: | Size: 84992 | Author: sky | Hits:

[e-languageWinIO-KeybdRec

Description: WinIO键盘记录(硬件记录),使用易语言实现~~~~~关于硬件记录键盘的易语言源码~给新手同学们学习-WinIO Keyboard record@!!!
Platform: | Size: 33792 | Author: pengpeng | Hits:

[OtherWinIo-Use-in-VC

Description: WinIo库在VC应用程序中的使用。WinIo库在VC应用程序中实现数字输出的PV通信等功能。-WinIo library use in the VC application. WinIo library in VC application to the digital output of the PV communications.
Platform: | Size: 4096 | Author: 蝎子 | Hits:

[Otherwinio

Description: VC C++ WinIo按键 键盘模拟(转换delphi代码) 20100203终于调试成功~~~ 内流满面了-Button keypad VC C++ WinIo analog (convert delphi code) 20100203 finally successful commissioning ~ ~ ~ flow sounded
Platform: | Size: 1024 | Author: mark | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 19 »

CodeBus www.codebus.net