搜索资源列表
Pyjjreg050515
- 拼音加加便携版安装程序的源代码 主要解决:注册ime 和 卸载 ime-Pinyin do is portable version of the setup program's source code mainly addressed : Registration ime and unloading ime
srvldr
- 把任何程序做成简单的服务,也可以把任何服务卸载,例如木马或其它垃圾程序的尸体
gwiopm
- 在Windows NT使用I/O端口,包括装载,开始,卸载驱动程序的函数.-use of the Windows NT I / O ports, including loading, unloading driver function.
Uninstall
- 一个软件的卸载程序,提供了多种卸载方法,包括完全卸载,只卸载程序文件。可以根据它为模板开发自己的卸载程序
zxeg
- 一个经典的小教程,利用VS2005实现创建,安装及卸载服务程序
EXESample
- 一个注入EXE的例子程序,万一运行了也没关系,里面带了卸载程序.-An example of injection EXE program, one thousand run, it doesn t matter, it brought uninstall program.
PcCode_200885212714138
- 这个源代码主要模仿了一个类似 深度操作系统安装程序中的一个软件自动安装管理器AutoIt v3,具有如下功能: 一、支持INI读取,支持 SECTION 的读取,模块modINIReader.bas支持读取Sections及key 二、支持 /auto /uninstall /del命令行参数运行 三、支持软件后台静默模式安装、支持静默卸载(当然视安装软件的参数支持) 四、支持自身删除 五、模块 modSys.bas 获取文件大小,支持kb,MB,byte及
xiufu
- 在U盘添加右键菜单,可以更改被病毒恶意修改的U盘的文件夹。含卸载程序与源代码。-U disk to add the menu, you can change the malicious virus modified U disk folder. Uninstaller included with the source code.
20108261301438
- 看到现在很流行输入法注入,但是找不到delphi版本的,所以参考C++的做了delphi版的。注入需要3个文件,一个是控制程序用来安装输入法,卸载输入法 一个是什么也不做的输入法程序 一个是要注入的dll。虽然现在很多杀毒软件都对这个做了拦截,但在有的时候还有有用的。-That input into the now very popular, but can not find delphi versions, so refer to C++, delphi version do. Into th
T-CMD_Delphi_Version
- Delphi 版 T-Cmd 源码。 T-CMD 是一款用 C++ 编写的后门程序。 自动为远程/本地主机创建服务级后门,无须使用任何额外的命令,支持本地/远程模式。 重启后,程序仍然自动运行。监听端口20540/tcp。 远程安装/卸载时,需提供管理员权限(Admin)的用户名及密码,若密码为空,请用"NULL"代替。-Delphi version of the T-Cmd source. T-CMD is a written in C++ backdoors. Automat
vcPPRegisterOcx
- vc++中实现自动注册控件和卸载控件,测试通过,可直接调用程序。-vc++ in the automatic registration control and unloading control, test, call the program directly.
dingshishanchuwenjianjia
- 本小软件的主要用法: 2009年3月15日 首先,点击注册.bat,让程序注册到服务里;然后就可以运行.exe文件设置你所要删除文件的时间。 lijiang.ini配置文件用于保留你所设置后的信息,unreg.bat用于卸载该软件的服务。 该软件的主要功能: 实现的主要目的是为了对指定目录下按指定的时间对旧文件夹进行自动删除操作,可以删除任意的文件夹,删除文件夹的时候主要用时间判断进行遍历。 密码的初始密码为000,lijiang.ini配置文件的密码
qudong3.1
- 。子程序__启动窗口_创建 负载情绪驱动程序() 。子程序__启动窗口_将被销毁 卸载情绪驱动的()-. Subroutine __ startup window _ is created Load mood drivers () . Subroutine __ start window _ will be destroyed Uninstall mood-driven ()
regsetup
- 易语言注册表操作安装与卸载源码例程程序读写注册表的方法实现软件的安装与卸载。-Easy language source code registry operations installation and uninstall routine method for reading and writing the registry can installation and uninstall software.
vcPP6.0
- vc++6.0安装包,内附有补丁以及卸载程序,解压即可安装-vc++6.0 installation package, patches, and have included uninstaller, decompression can be installed
Uncludingport
- 在Windows NT使用IO端口 包括装载,开始,卸载驱动程序的函数-Use the IO port in Windows NT Including loading, start, unload driver function
精易模块7.6.0
- 源码MD5:73ecb59958395baebdebcccac1115ce0 模块MD5:53e97b77a3f28e6bd844a324e035556c 一、新增 1、新增“文本_取某位置文本”,返回指定位置处的文本;感谢【@huangxy0051 】提供; 2、新增“文件_是否被占用”检查目标文件是否处于占用状态; 3、新增“窗口_取句柄_递归”用递归的方式取指定类名的句柄,成功返回控件的句柄,失败返回0; 4、新增“窗口_取顶端文件夹路径”成功返回路径,失败返回空文本; 5、