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

Search list

[Driver Develophello.zip

Description: 使用VToolsD编写的简单的hello程序
Platform: | Size: 2515 | Author: | Hits:

[Driver Develophotkey.zip

Description: 使用VToolsD类库编写的hotkey应用
Platform: | Size: 1288 | Author: | Hits:

[Driver Develophwintp.zip

Description: 一个使用VtoolsD类库处理硬件中断的VxD应用
Platform: | Size: 8264 | Author: | Hits:

[Driver Develophotkey98

Description: 用C++ Builder调用VxD的程序,实现Windows98下的热键屏蔽,用于工控软件实现屏蔽热键功能。屏蔽的热键包括Ctrl+Alt+Del,Alt+Tab,Alt+F4,Alt+Esc,左右Win键等。VxD用VToolsD编写。-C Builder called VxD procedure, achieving a hotkey Windows98 shielding for industrial control software shielding hotkey function. Shielding the hotkey including Ctrl-Alt-Del, Alt Tab, Alt-F4, Alt-Esc. about Win keys so. VxD with VToolsD prepared.
Platform: | Size: 271776 | Author: 荆纯果 | Hits:

[Driver DevelopC++_VxD

Description: 由C或C++语言创建VxD:需安装VC2.0或BC4.0,及Vireo Software公司的VToolsD软件包. VToolsD含3个实用工具:可创建VxD框架的QuickVxD;可动态装卸VxD的VxD Loader;可显示内存VxD特性的VxD Viewer;
Platform: | Size: 4602 | Author: caiyue | Hits:

[OS programVToolsD编写的简单的hello程序

Description: VToolsD编写的简单的hello程序-VToolsD prepared in a simple hello procedures
Platform: | Size: 2828 | Author: 布告苏尼 | Hits:

[Anti-virus杀毒软件实时杀毒的奥秘(含源程序)

Description: 市面上所有号称\"虚拟机\",\"_blank\",防火墙\"的实时监控杀毒软件无一不是使用的IFSHOOK技术.下面给出用VTOOLSD写的代码.也就是所有实时杀毒软件的奥秘.同时,很多拦截文件操作的软件,例如对目录加密,文件加密等,也采用了雷同的技术. -market called "virtual machine", "_blank" firewall "real-time monitoring of antivirus software are all IFSHOOK use of technology. Below is used 95/98 writing code. Real-time is all the mysteries of antivirus software. Meanwhile, many intercept file manipulation software, for example, the directory encryption, file encryption, but also adopted a similar technology.
Platform: | Size: 2394 | Author: 宁静 | Hits:

[Driver Develophwintp

Description: 一个使用VtoolsD类库处理硬件中断的VxD应用-An application using VToolsD lib to process hardware interrupt
Platform: | Size: 8192 | Author: 站长 | Hits:

[Driver Develophotkey

Description: 使用VToolsD类库编写的hotkey应用 -Hotkey application using VToolsD library
Platform: | Size: 1024 | Author: 站长 | Hits:

[Driver Develophello

Description: 使用VToolsD编写的简单的hello程序 -A simple hello application which uses VToolsD
Platform: | Size: 2048 | Author: 站长 | Hits:

[OS programVToolsD编写的简单的hello程序

Description: VToolsD编写的简单的hello程序-VToolsD prepared in a simple hello procedures
Platform: | Size: 2048 | Author: | Hits:

[Anti-virus杀毒软件实时杀毒的奥秘(含源程序)

Description: 市面上所有号称"虚拟机","_blank",防火墙"的实时监控杀毒软件无一不是使用的IFSHOOK技术.下面给出用VTOOLSD写的代码.也就是所有实时杀毒软件的奥秘.同时,很多拦截文件操作的软件,例如对目录加密,文件加密等,也采用了雷同的技术. -market called "virtual machine", "_blank" firewall "real-time monitoring of antivirus software are all IFSHOOK use of technology. Below is used 95/98 writing code. Real-time is all the mysteries of antivirus software. Meanwhile, many intercept file manipulation software, for example, the directory encryption, file encryption, but also adopted a similar technology.
Platform: | Size: 2048 | Author: 宁静 | Hits:

[Driver Develophotkey98

Description: 用C++ Builder调用VxD的程序,实现Windows98下的热键屏蔽,用于工控软件实现屏蔽热键功能。屏蔽的热键包括Ctrl+Alt+Del,Alt+Tab,Alt+F4,Alt+Esc,左右Win键等。VxD用VToolsD编写。-C Builder called VxD procedure, achieving a hotkey Windows98 shielding for industrial control software shielding hotkey function. Shielding the hotkey including Ctrl-Alt-Del, Alt Tab, Alt-F4, Alt-Esc. about Win keys so. VxD with VToolsD prepared.
Platform: | Size: 271360 | Author: 荆纯果 | Hits:

[Driver DevelopC++_VxD

Description: 由C或C++语言创建VxD:需安装VC2.0或BC4.0,及Vireo Software公司的VToolsD软件包. VToolsD含3个实用工具:可创建VxD框架的QuickVxD;可动态装卸VxD的VxD Loader;可显示内存VxD特性的VxD Viewer;-From C or C++ Language create a VxD: the need to install VC2.0 or BC4.0, and Vireo Software
Platform: | Size: 4096 | Author: caiyue | Hits:

[Otherwinio

Description: 可用于实现键盘记录。端口操作不需要编写驱动,在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.com/ddk免费下载。从你的电子邮件来看,你是教育网的用户,那么你可以从教育网的一些FTP站点(如北大图书馆)下载到Win95/98/NT的DDK,我们下面提到的一些软件也可以找到。Win95 DDK主要是采用汇编的。如果你对汇编不熟悉,当然是使用VToolsD(http://www.vireo.com/)更好些,这个软件包允许你使用C/C++编写驱动,但软件包比较贵(约四、五百美金)。另外,你可以在http://zealsoft.nease.net/cn/ntport/或http://zealsoft.nease.net/cn/memaccess/找到与硬件有关的软件,这些软件允许你不编写驱动,直接在VC中调用驱动,如果你的编程不复杂,也可以使用。 -Port operations do not need to write drivers in Win95/98 can be used directly to compile the In/Out commands. VC also provides _inp/_outp such a function (QA001059 outportb, inportb the corresponding function). However, under NT, can not use the In/Out commands, reference QA001296 how to use VB6 to write WindowsNT/2000 hardware under the control of IO. If you use a hardware interrupt on the need to write drivers, the standard approach is the use of Microsoft DDK. Win98 and WinNT 4.0/5.0 the DDK can be downloaded free of charge from the http://www.microsoft.com/ddk. E-mail from your point of view, you are a user of the Education Network, you can network some education FTP site (such as the Beijing University Library) Win95/98/NT download the DDK, below some of our software can also be found . Win95 DDK compiled mainly used. If you are not familiar with the compilation, of course, is the use of VToolsD (http://www.vireo.com/) better, this package allows you to use C/C+
Platform: | Size: 202752 | Author: | Hits:

[SCMvtoolsd95

Description: VToolsD,开发VxD的利器(6160KB)VToolsD,开发VxD的利器(6160KB)-VToolsD, developing VxD weapon (6160KB) VToolsD, developing VxD weapon (6160KB)
Platform: | Size: 6307840 | Author: 张紫燕szzj0601 | Hits:

[OS programFILEMON4.34

Description: Filemon for Windows 9x/ME/NT/2K/XP Copyright (C) 1996-2001 Mark Russinovich and Bryce Cogswell Sysinternals - www.sysinternals.com Fielmon consists of a device driver and a GUI. The NT driver was built with the Windows NT DDK Build environment and the GUI was compiled with Microsoft Visual C++ 6.0. The VxD was built with Numega s (www.numega.com) VtoolsD 2.0.
Platform: | Size: 181248 | Author: igor.korkin | Hits:

CodeBus www.codebus.net