搜索资源列表
杀毒原形程序
- 搜索硬盘中的特殊文件,如*.tmp文件,可以用来搜索中病毒后的特殊文件,类似于Windows中的搜索功能-search drives the special documents, such as *. tmp files that can be used to search the virus after the special paper, similar to the Windows search function
Runlength
- Runlength的示例代码,开发工具VC++6.0 选择文件后点击行程编码,结果放在编码文件同一目录下的Tmp.txt文件内,输出为HEX代码-Runlength the sample code, development tools VC 6.0 Click on the choice of itinerary document coding, coding documents on the same directory Tmp.txt paper, the output code for
Lzss_VC
- 测试LZSS算法的VC代码,其中LZSS算法的实现部分为C代码来自网上,修改后在VC上测试通过 可移植到其它平台,如嵌入式系统 示例中直接打开本目录下的Tmp.txt zip压缩Tmp.txt并输出压缩内容到zip.out unzip解压zip.out的内容并输出到unzip.out 目录下Tmp.txt文件必须存在-test LZSS VC code algorithm, the algorithm to achieve LZSS part of the C code
tmp
- 读入一个PE文件(可执行文件),然后显示其二进制代码,并写入到另一个文件。此源码本身并没有做什么事情,但为后期添加功能做好了准备,比如写入病毒代码到原PE文件中。