home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / IVUPDAT2.ZIP / IVP10.ZIP / ORIGINAL.CFG < prev    next >
Text File  |  1992-12-03  |  1KB  |  40 lines

  1. ; This Is A Sample Configuration File For The Instant Virus Production Kit
  2. ; Written By Admiral Bailey [YAM]
  3.  
  4. ; 'F' specifies the file that all the output should be written too.
  5. F=
  6.  
  7. ; 'V' - Specifies The Virus Name
  8. V=
  9.  
  10. ; 'A' - Specifies The Authors Name
  11. A=
  12.  
  13. ; 'I' command is used to specify the infection type.
  14. I=
  15.  
  16. ; 'G' specifies if your Overwriting of Appending to a file
  17. G=
  18.  
  19. ; 'W' specifies the ID your virus uses for checking for infection
  20. ; Used only in .EXE infections
  21. W=
  22.  
  23. ; 'E' command specifies if encryption or no encryption is used
  24. E=
  25.  
  26. ; 'D' specifies if you want the virus to change directories the dot dot
  27. ; method or none at all.
  28. D=
  29.  
  30. ; 'C' specifies if you want to infect command.com also or not.
  31. ; If no then any 8 character file ending with 'ND' will not be infected.
  32. ; Will not be used in EXE infecting virii.
  33. C=
  34.  
  35. ; 'B' specifies if you want the virus to set the int 24 handler.  If yes then
  36. ; things like writing to a write protected disk ect... will not be reported to
  37. ; the user and will just be aborted.
  38. B=
  39.  
  40.