搜索资源列表
cmdbind2
- 让进程在系统中更加隐蔽(2) 一般来说一个后门程序需要更改系统的某些文件来让程序在系统启动执行这个程序, 又要在某个地方保留这个程序(一般是在硬盘)。如果有什么办法不这样做又让程序在 系统中运行的话,就可以使后门程序更加隐蔽。也就是说程序在硬盘上找不到在系统的 启动配置中没有这有项。真正要做到这样好象不太现实,但可以采用简单的方法:在程 序被执行后删除程序文件和启动文件中被更改的部分,然后在系统被关闭前保留程序文 件和更改启动文件,让它在系统启动时又能被执行。 程序是一个可执行文件在被执行时系统
用VB.NET 编写的键盘钩子程序
- 用VB.NET编写的键盘钩子程序。大家一定很想使用吧。通过API调用来实现的。-with VB.NET prepared by the keyboard hook procedures. We certainly want to use it. Through the API calls to achieve.
Makefile 中文教程
- 文件名:Makefile 中文教程.pdf,linux/unix下编程的人不懂makefile就等于是白痴,不想做白痴的linux程序员,就先载分看看吧,-filename:Guide book of Makefile(CHINESE EDITION).pdf, if the programer under linux/unix doesn t know about makefile, he is no more than an idiot, if you don t want to be an
探测网络共享密码
- 用VB写的探测网络共享密码的源代码,十分有用,希望成为黑客的人,可以学学。-It is a source code which written buy VB,it can detect the network code,which is very useful. You d better learn it if you want to be a hacker.
微软USB开发包
- 微软公司的USB口开发包,如果你想开发USB口,这个东西是个好东西。-Microsoft's USB port development kits, if you want to develop USB ports, this thing is a good thing.
d3des.tar
- DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。DES算法以被应用于许多需要安全加密的场合。(如:UNIX的密码算法就是以DES算法为基础的)。下面是关于如何实现DES算法的语言性描述,如果您要其源代码,可以到Http//Assassin.yeah.net下载,后者您有任何问题也可以写信给我(Assassin@ynmail.com)。 -DES (Data Encryption Standard) a
第6章 单机版餐饮服务系统
- 要交作业啊~没有办法,所以只好拿自己的东西来做个交易啦~希望能下载成功的啦~-perpendicular operation to be no way, so we can only take our own things to be a transaction -- to want to download successful beauty ~
Linux内核模块的实现机制
- 讲述Linux内核模块的实现机制,对想理解linux内核模块的实现机制的学者具有一定的使用价值-on Linux kernel modules to achieve a mechanism to want to understand Linux kernel module mechanism for the realization of the scholars have certain value
TCP连接监控源代码
- 有时候,我们需要是否有别人连接到自己机子上,又或者自己想看看是否连接到一定的端口,那么这个例子相信你很喜欢-Sometimes, we need to have people connected to their machine, or to see whether they want to connect to a port, then this example you like
bt2.0
- bt小偷源码虽然定级为小偷,却带有自动更新,自动采集下载,生成HTML功能。 但所有页面,一经访客访问过,即生成本地HTML,包括BT种子下载本地,刷新时间自由设定! 你要做的,就是改改广告代码就等着收广告费了-bt thieves source Although rated thief, with automatic updates, automatic acquisition download, generate HTML functions. But all the pages,
Inside the Native API
- windows native API解密,对于想学习windows native API的人们是个很不错的资料。资料详细的介绍了native API -declassified, want to learn windows API native people is a very good information. Detailed information on the native API
软盘可装下的linux
- 将Linux系统裁减到就像DOS一样只要一张软盘就能启动,是制作嵌入式Linux的基础。网络上有许多实现方法的介绍,但是在实践过程中都或多或少存在着一些问题或不方便之处。我结合自己在这方面的实践经验,详细介绍基于软盘Linux的制作过程-Linux systems like DOS cut the same as a floppy disk can be launched is the production of embedded Linux. Many networks have introd
屏蔽系统热键和隐藏任务栏10122042424
- 屏蔽系统热键和隐藏任务栏,如果想学习系统编程的话,这是好-shielding system hotkey and hidden task bar if you want to learn programming system, then it is good Dongdong
pat
- 全盘指定查找执行代码 如:我想删除磁盘上的.tmp文件,那我只要输入PAT DEL *.TMP 就可以了 如执行命令时发现“FileNOt Found”信息不是错误,只是在某些路径中找不到 *.TMP 文件 如出现“Cannot Find command.com”错误就要查看你的SET环境空间是否有“comspec=存放command或CMD文件的路径-search for a comprehensive implementation of the designated code s
ren_shi
- 1. 完善的人事档案管理,方便的数据录入,档案项目设置最齐全。 2. 丰富的工作经历管理、社会关系管理、员工培训管理、员工奖惩管理、员工调动管理、员工离职管理等。 3. 自由设置公司名称,部门名称等,并显示在软件左侧的导航栏内。 4. 支持任意查询及员工生日、合同日期、入职日期等复杂查询;查询结果可以排序,帮您迅速获取想要的数据。 5. 提供大量人事统计分析图表,员工年龄分布图、员工工龄比例图、员工性别分布图、员工婚姻状况比例图、员工学历分布图、员工
shenfenyanzheng
- 身份验证系统 您在使用之前应将 include目录下的config.inc.php文件按照您的主机配置。并且要求数据库中有一个名为 user 的表。您可以自己创建,也可以将以下代码直接复制到phpmyadmin执行。 create table user ( id bigint unsigned default 0 not null auto_increment, name varchar (30), password varchar (30), email varcha
P-Pass
- 想知道程序是如何实现加密解密的嘛? 那么来下载去看看吧,简单易懂,不懂你砸我!-procedures want to know is how to achieve encryption and decryption of incorrect? So to download and end, simple, but not you hit me!
linux-mem-manage
- linux核心中内存管理与缓冲机制,别人写的,希望能对大家有帮助-linux kernel buffer and memory management mechanisms, written by someone else, we want to help
cache_521
- 高速缓存算法类.英文介绍: The Cache class implements a simple caching mechanism with \"least recently used\" (LRU) replacement. It is useful for cases in which you have some memory to spare and you wish to speed up access to frequently used resources
学籍管理ASPNET应用程序
- 我要加入,通过我把-I want to join through me
