home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / IVM.ZIP / IVP.CFG < prev   
Text File  |  1992-12-27  |  3KB  |  97 lines

  1. ;****************************************************************************
  2. ;* This is an outline configuration file for the IVP.                       *
  3. ;* Written By Admiral Bailey [YAM]                                          *
  4. ;****************************************************************************
  5.  
  6. ; File for code to be written too.
  7. F=
  8.  
  9. ; Virus Name
  10. V=
  11.  
  12. ; Authors Name
  13. A=
  14.  
  15. ; Infection type.  [E]xe, [C]om, [B]oth, [T]rojan.
  16. I=
  17.  
  18. ; [O]verwriting or [A]ppending upon infection.
  19. G=
  20.  
  21. ; ID your virus uses for checking for infection. Must be two letters
  22. W=
  23.  
  24. ; Encryption?
  25. E=
  26.  
  27. ; Change Directories?
  28. D=
  29.  
  30. ; Get COMMAND.COM?
  31. C=
  32.  
  33. ; Largest size of a file that we should infect.  In bytes.
  34. ; Put a zero if you dont want this option. 
  35. H=
  36.  
  37. ; Smallest file to infect.
  38. ; Put a zero if you dont want this option.
  39. J=
  40.  
  41. ; Set the int 24 handler?
  42. B=
  43.  
  44. ; Max number of files to infect at runtime.
  45. ; Set K to zero if you want it to infect every file.
  46. K=
  47.  
  48. ; Should IVP compile the source produced?
  49. ; Put Path if yes.  Set to 0 if no.
  50. L=
  51.  
  52. ; Size of compiled file.
  53. M=
  54.  
  55. ; 'N' allows you to specify and strings you want displayed.  Each line must
  56. ; use a new command.  See docs for a better explanation.
  57. N=
  58.  
  59. ;****************************************************************************
  60. ;* Activation Options                                                       *
  61. ;* Using 'N' will disable that option.                                      *
  62. ;* If a '+' is at the end then it will activate if greater than the value.  *
  63. ;* If a '-' is at the end then it will activate if less than the value.     *
  64. ;* Putting nothing at the end will activate when equal to that value.       *
  65. ;* Examples:                                                                *
  66. ;*       O1=1993+        ------>         Activate anytime after 1993        *
  67. ;*       O3=12-          ------>         Activate if date is less than 12   *
  68. ;*       O5=4            ------>         Activate if its 4 am.              *
  69. ;****************************************************************************
  70.  
  71. ; Year
  72. O1=
  73. ; Month
  74. O2=
  75. ; Day of month
  76. O3=
  77. ; Day of the Week
  78. O4=
  79. ; Hour of Day
  80. O5=
  81. ; Minute
  82. O6=
  83. ; Second
  84. O7=
  85.  
  86. ; File name with routine you will include.
  87. ; Comment the lines to nulify this command.
  88. p=
  89. :START
  90.  
  91. :END
  92.  
  93. ;****************************************************************************
  94. ;* New Routines Not Put In Document.                                        *
  95. ;****************************************************************************
  96.  
  97.