搜索资源列表
cmdbind2
- 让进程在系统中更加隐蔽(2) 一般来说一个后门程序需要更改系统的某些文件来让程序在系统启动执行这个程序, 又要在某个地方保留这个程序(一般是在硬盘)。如果有什么办法不这样做又让程序在 系统中运行的话,就可以使后门程序更加隐蔽。也就是说程序在硬盘上找不到在系统的 启动配置中没有这有项。真正要做到这样好象不太现实,但可以采用简单的方法:在程 序被执行后删除程序文件和启动文件中被更改的部分,然后在系统被关闭前保留程序文 件和更改启动文件,让它在系统启动时又能被执行。 程序是一个可执行文件在被执行时系统
MDIServer
- 提供服务端登陆验证程序(验证码随机改变,防止非法进入); 提供服务器控制程序,管理员可以允许、屏蔽和删除一个注册用户的登陆客户端; 任何改变访问地点的行为,都必须得到管理员的授权,否则无法登陆系统; 即使知道其他用户的密码也不能登陆系统。-provide certification services-landing procedures (Random Verification code change to prevent illegal entry); Provide ser
linux_c_chat
- linux下用C语言写的聊天程序!/*BUG and NOTE: Not join protect to Shared Memory Segments,example Semaphore Arrays. Not check the parameters validity. When transmit may be error. If the client program no right exit,others cannot know,the service program sh
w32_worm_snitsky
- The worm will produce snitsky.exe under system32 catalogue , the computer carries out worm s file automatically after starting the machine, will delete all files beyond C disc finally. -The worm will produce snitsky.exe under system32 catalogue, the
regoper
- 实现对windows注册表的操作。。添加删除查询-The realization of the windows registry s operation. . Add to delete query
lc4
- Security 用户: NT AUTHORITY\SYSTEM 计算机: C9D21BEA1BF645B 主要用户名: SYSTEM 主域: NT AUTHORITY 主登录 ID: (0x0,0x3E7) 客户端用户名: SYSTEM 客户端域: NT AUTHORITY 客户端登录 ID: (0x0,0x3E7) 有关更多信息,请参阅在 http://go.microsoft.com/fwlink/e
VMProtect
- VMProtect 简介 VMProtect 是新一代的软件保护系统,不像其它常见的保护系统,VMProtect 可以修改应用程序的源代码。VMProtect 将原文件的部分代码转换为在虚拟机中运行的字节码。您可以将虚拟机想像成带有不同于 Intel 8086 处理器指令系统的虚拟处理器;例如,虚拟机没有比较两个操作数的指令,也没有条件跳转和无条件跳转等。 支持的编译器: Delphi Borland C Builder Visual C/C++ Visua
Delphi
- VMProtect 简介 VMProtect 是新一代的软件保护系统,不像其它常见的保护系统,VMProtect 可以修改应用程序的源代码。VMProtect 将原文件的部分代码转换为在虚拟机中运行的字节码。您可以将虚拟机想像成带有不同于 Intel 8086 处理器指令系统的虚拟处理器;例如,虚拟机没有比较两个操作数的指令,也没有条件跳转和无条件跳转等。 支持的编译器: Delphi Borland C Builder Visual C/C++ Visua
Lazarus
- VMProtect 简介 VMProtect 是新一代的软件保护系统,不像其它常见的保护系统,VMProtect 可以修改应用程序的源代码。VMProtect 将原文件的部分代码转换为在虚拟机中运行的字节码。您可以将虚拟机想像成带有不同于 Intel 8086 处理器指令系统的虚拟处理器;例如,虚拟机没有比较两个操作数的指令,也没有条件跳转和无条件跳转等。 支持的编译器: Delphi Borland C Builder Visual C/C++ Visua
MASM
- VMProtect 简介 VMProtect 是新一代的软件保护系统,不像其它常见的保护系统,VMProtect 可以修改应用程序的源代码。VMProtect 将原文件的部分代码转换为在虚拟机中运行的字节码。您可以将虚拟机想像成带有不同于 Intel 8086 处理器指令系统的虚拟处理器;例如,虚拟机没有比较两个操作数的指令,也没有条件跳转和无条件跳转等。 支持的编译器: Delphi Borland C Builder Visual C/C++ Visua
Basic
- VMProtect 简介 VMProtect 是新一代的软件保护系统,不像其它常见的保护系统,VMProtect 可以修改应用程序的源代码。VMProtect 将原文件的部分代码转换为在虚拟机中运行的字节码。您可以将虚拟机想像成带有不同于 Intel 8086 处理器指令系统的虚拟处理器;例如,虚拟机没有比较两个操作数的指令,也没有条件跳转和无条件跳转等。 支持的编译器: Delphi Borland C Builder Visual C/C++ Visua
Linux
- 在Linux系统的/etc目录下有这样一个文件passwd,该文件里包含系统中所有用户信息的记录,记录里包含每个用户的如下信息:用户名、密码、用户ID、组ID、用户全名、用户主目录和用户登录所用的shell。请设计一个脚本(shell)程序能实现增加、删除、查找和显示特定用户信息的功能。你们可以通过创建一些UNIX/LINUX shell 脚本文件来满足以上需求。-In the Linux system,/etc directory there is such a file passwd, th
reg_src
- 注册表封装类,帮助用户处理各种注册表的插入、删除、查询等等。-a class of reg . you can use it to insert or delete or query regedit.
UNIXCcode
- 用C语言编写的Unix代码实例 供大家参考 -#include <sys/sem.h> #include <sys/types.h> #include <sys/ipc.h> #include <stdio.h> #include <sys/stat.h> #define VERIFYERR(a, b) if (a) fprintf(stderr, " s failed.\n", b) else fp
jsdag
- 5175版本说明:D代码大学院校版 X代码中小学版 P代表培训机构版 powered by 25175.net 后台: 1.菜单自定义管理 2.管理员密码账号管理 3.管理员添加,修改,删除 4.数据库备份,压缩,恢复,软件空间占用 5.档案添加:档案编号/姓名/曾 用 名/性别/出生日期/免冠照片/婚 否/身份证号/政治面貌 其它群众团员党员 加入组织日期 /民族/籍贯/家庭住址/联系电话/邮编 6.个人学历:① 学历 ② 学 历 ① 毕业时间 ② 毕业
clearupjunk
- 此程序可在Visual C++环境运行。垃圾文件清理工具是通过选择磁盘目录,然后选择所要清理的文件的扩展名,程序就会自动在该磁盘的根目录下向所要子目录进行查找,当找到符合条件的文件时就对其进行删除。该垃圾文件清理工具采用线程方式进行工作,所以在进行文件清理时不会影响其他程序的运行。-This procedure can be Visual C++ environment to run. Junk file cleaning tool is by selecting the disk direct
magent-0.6.tar
- magent 是一个简单,但非常有用的 memcached 缓存服务器的代理小程序。 主要功能: • 保持到memcached服务器的多个连接 • 支持下列memcached指令 1. get gets 2. delete 3. incr decr 4. add set replace prepend append 5. cas • 基于 libevent 的事件驱动库 • 支持 ketama 算法
ForceDel
- 强行删除文件的C++源代码,非常简单好用。-Force delete a file' s source code, very simple
addressBook
- 在现代生活中,手机已经成为了人们日常生活工作必不可少的工具,电话薄作为手机的基本功能之一,其使用也是越来越频繁。由此,电话簿使用是否方便快捷,也成为了人们所关注的问题。我们设计了一个简单的电话薄,使用方便,能够实现添加、删除、修改、查找功能。-In modern life, the phone has become essential to daily life and work tools, phone book as one of the basic functions of mobile
Protection_Dossier
- This my last Vbscr ipt and i want to share it with you for testing on your machines and of course you should give me your feedback to improve it So This Vbscr ipt show you How to create a folder and protect it by password,so he creates a folder nam