资源列表
kaisa
- 恺撒密码的实现源代码 恺撒密码是一种对称密钥算法 希望对大家有用,特别是学生-Caesar password achieve Caesar source code is a symmetric key algorithm hope useful for all, particularly students
boa-0.94.14rc21.tar
- 用于移植到嵌入式linux系统的boa http服务器-for transplantation to Embedded Linux System boa http server
SystemTest
- 2000/xp 下的系统硬件信息检测,例如硬盘,光驱显卡,键盘等-2000/XP of information detection system hardware, such as hard drives, optical cards, keyboards, etc.
vcom
- 一个2000系统上的虚拟串口驱动程序,目的是解决已有只能从串口接收数据的程序能够接收来自其他端口的数据。-a system of virtual serial port driver, has been designed to address only receive data from the serial port procedures to receive from other ports of data.
build_uclinux
- 嵌入式linux开发环境的建立 针对三星2410-Embedded Linux Development Environment of 2410 against Samsung
FormHandle
- 窗口句柄查看器,可查看鼠标指定对象的句柄以及其属于的类和父类-window handle viewer can see the mouse targeted handle, and it belongs to the category and a parent
1_2086
- 简单中文操作系统内核,支持汉字,支持命令行,内有影像文件。-simple Chinese-language operating system kernel, support for Chinese characters, command line support, there are imaged documents.
1_2195
- 从dos下装载内核,运行。AA为工具软件,它在当前目录下读取Image文件,去掉前面的bootsect和setup程序,仅剩下内核 main.c和loader.asm为主程序文件。-under loading kernel operation. AA software as a tool, it in the current directory Image read documents, the front page bootsect and setup procedures, leavin
tcpdump-3.7.2.tar
- a tool for network monitoring and data acquisition.-a tool for network monitoring and data acquisition.
finance
- 用C++ Builder 5.0编写,关于一个家庭财物管理的例子。涉及的知识有数据库,注册表/Ini文件的读写等。-C Builder 5.0 preparation of a family property management example. With the knowledge database, the registry / Ini documents such as reading and writing.
testdesk
- 可以替换windows桌面的桌面原型程序。使用MFC编写。修改注册表的HKEY_CURRENT_USER\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon\\winlogon\\的shell子键为这个的程序,程序启动后就会自动启动这个程序-can replace the windows desktop desktop prototype. MFC prepared. Amending the registry HKEY_CURR
shell
- Cmd Shell(命令行交互)是黑客永恒的话题,它历史悠久并且长盛不衰。本文旨在介绍和总结一些在命令行下控制Windows系统的方法。这些方法都是尽可能地利用系统自带的工具实现的。 文件传输 对于溢出漏洞获得的cmd shell,最大的问题就是如何上传文件。由于蠕虫病毒流行,连接ipc$所需要的139或445端口被路由封锁。再加上WinXP系统加强了对ipc$的保护,通过ipc$及默认共享上传文件的手段基本无效了。ftp和tftp是两种可行的方法,介于其已被大家熟知,本文就不介绍了。还