Home » Archimedes archive » Micro User » MU 1991-05.adf » !VKiller/!Help
!VKiller/!Help
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Micro User » MU 1991-05.adf |
Filename: | !VKiller/!Help |
Read OK: | ✔ |
File size: | 3175 bytes |
Load address: | FFFFFF43 |
Exec address: | 6D40854A |
Duplicates
There are 3 duplicate copies of this file in the archive:
- Archimedes archive » Micro User » MU 1991-05.adf » !VKiller/!Help
- Archimedes archive » Micro User » MU 1991-06.adf » !VKiller/!Help
- Archimedes archive » Micro User » MU 1991-04.adf » !VKiller/!Help
- Archimedes archive » Micro User » MU 1991-03.adf » !VKiller/!Help
File contents
All code and documentation is exclusively (C) Richard K. Lloyd 1990. It is freely distributable. Documentation for VKiller 1.10 - The Extend Virus killer/innoculator -------------------------------------------------------------------- Introduction ------------ This is a virus warning to all Archimedes owners, especially those who favour using the Desktop to run programs. A virus has been written by an anonymous author to infect the !Boot file of any application run by double-clicking on the application directory inside the Desktop. It also claims, and never releases, 1K of RMA every time any file or directory is double-clicked on. Hence, the system will eventually crash with an RMA shortage. Extend Virus technical information ---------------------------------- It's a module which can go under 8 different filenames (the name is picked at random using the current time as a seed): MonitorRM, CheckMod, ExtendRM, OSextend, ColourRM, Fastmod, CodeRM or MemRM. However, the module itself has the following title string: Extend 1.56 (08 Jul 1989) and is always known as "Extend" in the module list. For reference purposes, I shall refer to it as the "Extend Virus". The date seems to imply that it has been around for some 16 months, which is a worrying thought indeed. It is 940 (&3AC) bytes long and initialises itself as a nameless Wimp task which then looks for Wimp Message 5 (double-click). It attempts to either create a !Boot in the application directory or append to an already existing one with the following lines: IconSprites <Obey$Dir>.!Sprites<&0D> RMEnsure Extend 0 RMRun <Obey$Dir>.ModName<&0D> ||<&FF> The "IconSprites" line is omitted if it is appended to an existing !Boot. "ModName" is one of the 8 possible filenames. The Extend Virus uses the <&FF> (i.e. decimal 255) byte at the end as a self-check to see if has infected the !Boot file already. Of course, it copies itself to the new name inside the application directory as you would expect. Note the incorrect use of <&0D> (decimal 13) to terminate the lines, rather than the more correct <&0A> (decimal 10). A shift-double-click does NOT cause an infection, but it DOES claim yet another 1K of never-to-be-released RMA. I have gone through the entire code and the only destructive thing it does, apart from wasting disk space with copies of itself, is to claim the 1K of RMA for every double-clicked file or directory (eventually crashing the system). Extend Virus Execution Count ---------------------------- There was one bit of the Extend Virus module code that perplexed me - why would someone increment a memory location within the module and never use it? At first I skipped this code, but, remembering some viruses on the Amiga, I suddenly realised that the incremented value would be copied whenever the module duplicated itself during a new infection. Now if the original author was smart, he would have incremented the counter IF AND ONLY IF there was a completely successful new infection (in fact, he would have incremented it prior to the new infection and decremented it if the infection failed). However, the Extend Virus module actually increments the counter whenever it is first started (usually via the *RMEnsure appended to the !Boot)...thus the counter does not correlate to the number of infections so far. Because of this I've decided to call it the "Execution Count" from now on. Deliberately faulty virus coding ? ---------------------------------- When the Extend Virus initialises itself as a nameless task, it does not save its task handle. Hence, when it comes to execute Wimp_CloseDown (only via a *RMKill - it cannot be killed by the Task Manager) it does NOT supply a valid task handle. Thus, opening up the Task Manager afterwards causes it to fatally crash...which isn't nice. I have managed to solve this problem 50% of the time, but the other half is down to Acorn's omission of a way of getting a task handle when supplied with a task name (null string in this case). The upshot of all this is that if VKiller is run BEFORE the Extend Virus is, then VKiller will patch the active virus in RMA so that it shuts down with a proper task handle and the Task Manager can still be safely used. However, should the Extend Virus already be present when VKiller is run, then the Task Manager will fatally crash the Desktop if it is opened (or is already open when VKiller is run). The solutions to all this are simple: 1. Close the Task Manager before running VKiller. 2. Do not open the Task Manager after VKiller has RMKilled the Extend Virus. My advice is to scan/innoculate the infected disk or disks and then hard reset the machine. Hopefully someone out there in the Public Domain will be able to fill in the 'missing' code - see the FNgettaskhand() function in the !RunImage source code for more details. If this happens, then the precautions won't be so elaborate in future releases. Innoculation ------------ VKiller can innoculate a !Boot file. This involves fooling the Extend Virus that it has already infected that !Boot file by attaching the following to the end of the file: IconSprites <Obey$Dir>.!Sprites<&0A> | This file has been innoculated against the Extend Virus<&0A> ||<&FF> The IconSprites line is only included if a new !Boot is created from scratch AND if the application directory contains an !Sprites file with the Sprite filetype. If the original !Boot was not properly terminated by a linefeed (<&0A>), then a linefeed will be appended prior to the addition of any innoculation lines. Note the critical difference between the Extend Virus infection and the innoculation: the penultimate line is terminated by <&0A> and not <&0D>. This is how VKiller can differentiate between innoculations and infections. Please note that creating new innoculated !Boot files from scratch will cause the double-click action to open a directory window to take longer because the applications inside that window have these new !Boot files. How do I use VKiller ? ---------------------- Double-click on the !VKiller application icon to install an icon bar icon. [N.B. The !Boot in the !VKiller directory has itself been innoculated to prevent infection of its own directory.] Once the icon bar icon appears you may press the middle button to get the usual Info and Quit options and the left or right button to display the VKiller dialogue box. When VKiller is first installed, it checks for the existence of the Extend Virus module in RMA. If found, it will kill it if possible and warn you of the fact. The Execution Count for the module will also be displayed. From then on, whenever an application is started with a null task name the RMA is re-scanned for the Extend Virus module. The dialogue box has the following options... Filing System: Click on the yellow button to cycle through the available filing systems. VKiller will usually start up with adfs as the default, but the cycle order is in filing system number order. Drive: Click on one of the available drives to select it (shown with a yellow background). The drive is initially set to the default one (e.g. for adfs, it would be the *Configure Drive option). Dir Scan: This line displays which directory the Drive Scan has got to. The only exception to this is when it is used to display the Execution Count when the Extend Virus module is found. Status: General brief messages are displayed here. The next four fields are self-explanatory and are counters for the number of times the Extend Virus was encountered in RMA or on disk, the number of new innoculations and the number of Drive Scans so far. Start Drive Scan: Clicking on this will start a Drive Scan (the highlighted button label becomes "Stop Drive Scan"). It may be stopped at any time by clicking on the (relabelled) button again, but this does not increment the Drive Scan counter. Innoculate During Scan: Clicking on this will toggle the option to innoculate ALL !Boot files with the Obey (&FEB) filetype encountered during the scan. If it is not selected, then any !Boot files infected with the Extend Virus will still be innoculated anyway. Notes about the Drive Scan -------------------------- The Drive Scan is fully multi-tasking and the VKiller dialogue box does NOT need to be open during the scan. If the dialogue box is closed during a scan, then it will be automatically re-opened (or brought to the front if it is already open) when an infection is found or the Drive Scan has finished. If the Extend Virus module is run mid-way through a Drive Scan, then the module will be automatically killed and the dialogue box will be re-opened (as it would be if the Extend Virus module was run at any time) with a suitable message. At the end of that Drive Scan, you are advised that the drive may still be infected, in which case you should re-scan that drive (and the drive that caused the infection in the first place). Due to a bug in BASIC V (the space claimed by LOCALly DIMmed memory arrays is not released when the procedure exits), I have had to impose the following (very generous) restrictions: !Boot (Obey) files longer than 5K will be skipped (a message is displayed). Dirs nested deeper than 8 levels will be skipped (also displays message). I have never come across any application that exceeds these values, but if someone has one that does, please tell me, so I can modify the limits. Request For Viruses ------------------- Yes, this is a strange thing to ask, but could people in possesion of a virus please send it to the address at the end of this document ? Please mark the disc (or e-mail !) clearly that it contains a virus. I would like VKiller to evolve to cope with other viruses (I know that there a few others floating around, so I'd appreciate anyone's assistance in tracking them down). Credits ------- * Simon Burrows for supplying me with the Extend Virus module (and clearly marked as so, unlike certain other contacts I have :-) ). Revision History of VKiller --------------------------- V1.10a (January 1991) by Steve Turnbull * Due to an assumption VKiller failed to create correct calls to filing systems other than ADFS. The assumption created SWI calls with lower case prefixes whereas they are usually upper case (SCSIFS, IDEFS and so on). A new routine (FNupper) was created and inserted in the appropriate place so now it works with my ideA hard disc! V1.10 (December 1990) --------------------- * Now multi-tasks with a dialogue box to select options. Code substantially reworked to support the WIMP (and it took longer than the guts of V1.00 did !). * New patch code to fix Extend Virus bug - now provides safer Wimp_CloseDown calls for 50% of the time. Despite this, RMKilling the module is still riskier than it was with V1.00. * !Boot files to be innoculated that are not terminated by a linefeed (<&0A>) now have that missing linefeed added prior to innoculation. * Extend Virus Execution Count is now displayed just before the module is deleted from the infected disk or killed from the RMA. * Only !Boot files that have the Obey (&FEB) filetype can now be innoculated against the Extend Virus because this is only filetype that makes any 'sense' in the context of the innoculation. * If an innoculated !Boot file is being created from scratch and there is no !Sprites file in the directory (with the Sprite filetype), then the IconSprites <Obey$Dir>.!Sprites line is no longer added. V1.00 (November 1990) --------------------- * Written as a plain single-tasking BASIC program which could also innoculate !Boot files against the Extend Virus. * Recurses down directories (to a maximum level of 8) and displays various messages in garish red, green or yellow. * Can remove the Extend Virus RMA module, disk module or infection of an !Boot. Future Enhancements to VKiller ------------------------------ * Find a way to get a task handle given that task's name (this will make the RMKilling of the Extend Virus module a lot safer from the Desktop). * Add support for killing (or innoculating against) other viruses. Where to send your viruses, bug reports, fixes, enhancements etc. ----------------------------------------------------------------- Snail Mail: JANET e-mail: Richard K. Lloyd, rkl@uk.ac.liv.cs.and 1, Banks Road, Lower Heswall, Wirral, Merseyside, Great Britain L60 9JS
00000000 41 6c 6c 20 63 6f 64 65 20 61 6e 64 20 64 6f 63 |All code and doc| 00000010 75 6d 65 6e 74 61 74 69 6f 6e 20 69 73 20 65 78 |umentation is ex| 00000020 63 6c 75 73 69 76 65 6c 79 20 28 43 29 20 52 69 |clusively (C) Ri| 00000030 63 68 61 72 64 20 4b 2e 20 4c 6c 6f 79 64 20 31 |chard K. Lloyd 1| 00000040 39 39 30 2e 0a 49 74 20 69 73 20 66 72 65 65 6c |990..It is freel| 00000050 79 20 64 69 73 74 72 69 62 75 74 61 62 6c 65 2e |y distributable.| 00000060 0a 0a 44 6f 63 75 6d 65 6e 74 61 74 69 6f 6e 20 |..Documentation | 00000070 66 6f 72 20 56 4b 69 6c 6c 65 72 20 31 2e 31 30 |for VKiller 1.10| 00000080 20 2d 20 54 68 65 20 45 78 74 65 6e 64 20 56 69 | - The Extend Vi| 00000090 72 75 73 20 6b 69 6c 6c 65 72 2f 69 6e 6e 6f 63 |rus killer/innoc| 000000a0 75 6c 61 74 6f 72 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d |ulator.---------| 000000b0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 000000e0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 49 6e 74 |-----------..Int| 000000f0 72 6f 64 75 63 74 69 6f 6e 0a 2d 2d 2d 2d 2d 2d |roduction.------| 00000100 2d 2d 2d 2d 2d 2d 0a 0a 54 68 69 73 20 69 73 20 |------..This is | 00000110 61 20 76 69 72 75 73 20 77 61 72 6e 69 6e 67 20 |a virus warning | 00000120 74 6f 20 61 6c 6c 20 41 72 63 68 69 6d 65 64 65 |to all Archimede| 00000130 73 20 6f 77 6e 65 72 73 2c 20 65 73 70 65 63 69 |s owners, especi| 00000140 61 6c 6c 79 20 74 68 6f 73 65 20 77 68 6f 20 66 |ally those who f| 00000150 61 76 6f 75 72 0a 75 73 69 6e 67 20 74 68 65 20 |avour.using the | 00000160 44 65 73 6b 74 6f 70 20 74 6f 20 72 75 6e 20 70 |Desktop to run p| 00000170 72 6f 67 72 61 6d 73 2e 0a 0a 41 20 76 69 72 75 |rograms...A viru| 00000180 73 20 68 61 73 20 62 65 65 6e 20 77 72 69 74 74 |s has been writt| 00000190 65 6e 20 62 79 20 61 6e 20 61 6e 6f 6e 79 6d 6f |en by an anonymo| 000001a0 75 73 20 61 75 74 68 6f 72 20 74 6f 20 69 6e 66 |us author to inf| 000001b0 65 63 74 20 74 68 65 20 21 42 6f 6f 74 20 66 69 |ect the !Boot fi| 000001c0 6c 65 20 6f 66 0a 61 6e 79 20 61 70 70 6c 69 63 |le of.any applic| 000001d0 61 74 69 6f 6e 20 72 75 6e 20 62 79 20 64 6f 75 |ation run by dou| 000001e0 62 6c 65 2d 63 6c 69 63 6b 69 6e 67 20 6f 6e 20 |ble-clicking on | 000001f0 74 68 65 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 |the application | 00000200 64 69 72 65 63 74 6f 72 79 20 69 6e 73 69 64 65 |directory inside| 00000210 0a 74 68 65 20 44 65 73 6b 74 6f 70 2e 20 49 74 |.the Desktop. It| 00000220 20 61 6c 73 6f 20 63 6c 61 69 6d 73 2c 20 61 6e | also claims, an| 00000230 64 20 6e 65 76 65 72 20 72 65 6c 65 61 73 65 73 |d never releases| 00000240 2c 20 31 4b 20 6f 66 20 52 4d 41 20 65 76 65 72 |, 1K of RMA ever| 00000250 79 20 74 69 6d 65 20 61 6e 79 0a 66 69 6c 65 20 |y time any.file | 00000260 6f 72 20 64 69 72 65 63 74 6f 72 79 20 69 73 20 |or directory is | 00000270 64 6f 75 62 6c 65 2d 63 6c 69 63 6b 65 64 20 6f |double-clicked o| 00000280 6e 2e 20 48 65 6e 63 65 2c 20 74 68 65 20 73 79 |n. Hence, the sy| 00000290 73 74 65 6d 20 77 69 6c 6c 20 65 76 65 6e 74 75 |stem will eventu| 000002a0 61 6c 6c 79 0a 63 72 61 73 68 20 77 69 74 68 20 |ally.crash with | 000002b0 61 6e 20 52 4d 41 20 73 68 6f 72 74 61 67 65 2e |an RMA shortage.| 000002c0 0a 0a 45 78 74 65 6e 64 20 56 69 72 75 73 20 74 |..Extend Virus t| 000002d0 65 63 68 6e 69 63 61 6c 20 69 6e 66 6f 72 6d 61 |echnical informa| 000002e0 74 69 6f 6e 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |tion.-----------| 000002f0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000300 2d 2d 2d 2d 2d 2d 2d 0a 0a 49 74 27 73 20 61 20 |-------..It's a | 00000310 6d 6f 64 75 6c 65 20 77 68 69 63 68 20 63 61 6e |module which can| 00000320 20 67 6f 20 75 6e 64 65 72 20 38 20 64 69 66 66 | go under 8 diff| 00000330 65 72 65 6e 74 20 66 69 6c 65 6e 61 6d 65 73 20 |erent filenames | 00000340 28 74 68 65 20 6e 61 6d 65 20 69 73 20 70 69 63 |(the name is pic| 00000350 6b 65 64 20 61 74 0a 72 61 6e 64 6f 6d 20 75 73 |ked at.random us| 00000360 69 6e 67 20 74 68 65 20 63 75 72 72 65 6e 74 20 |ing the current | 00000370 74 69 6d 65 20 61 73 20 61 20 73 65 65 64 29 3a |time as a seed):| 00000380 0a 0a 4d 6f 6e 69 74 6f 72 52 4d 2c 20 43 68 65 |..MonitorRM, Che| 00000390 63 6b 4d 6f 64 2c 20 45 78 74 65 6e 64 52 4d 2c |ckMod, ExtendRM,| 000003a0 20 4f 53 65 78 74 65 6e 64 2c 20 43 6f 6c 6f 75 | OSextend, Colou| 000003b0 72 52 4d 2c 20 46 61 73 74 6d 6f 64 2c 20 43 6f |rRM, Fastmod, Co| 000003c0 64 65 52 4d 20 6f 72 20 4d 65 6d 52 4d 2e 0a 0a |deRM or MemRM...| 000003d0 48 6f 77 65 76 65 72 2c 20 74 68 65 20 6d 6f 64 |However, the mod| 000003e0 75 6c 65 20 69 74 73 65 6c 66 20 68 61 73 20 74 |ule itself has t| 000003f0 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 20 74 69 74 |he following tit| 00000400 6c 65 20 73 74 72 69 6e 67 3a 0a 0a 45 78 74 65 |le string:..Exte| 00000410 6e 64 20 31 2e 35 36 20 28 30 38 20 4a 75 6c 20 |nd 1.56 (08 Jul | 00000420 31 39 38 39 29 0a 0a 61 6e 64 20 69 73 20 61 6c |1989)..and is al| 00000430 77 61 79 73 20 6b 6e 6f 77 6e 20 61 73 20 22 45 |ways known as "E| 00000440 78 74 65 6e 64 22 20 69 6e 20 74 68 65 20 6d 6f |xtend" in the mo| 00000450 64 75 6c 65 20 6c 69 73 74 2e 20 46 6f 72 20 72 |dule list. For r| 00000460 65 66 65 72 65 6e 63 65 20 70 75 72 70 6f 73 65 |eference purpose| 00000470 73 2c 0a 49 20 73 68 61 6c 6c 20 72 65 66 65 72 |s,.I shall refer| 00000480 20 74 6f 20 69 74 20 61 73 20 74 68 65 20 22 45 | to it as the "E| 00000490 78 74 65 6e 64 20 56 69 72 75 73 22 2e 0a 0a 54 |xtend Virus"...T| 000004a0 68 65 20 64 61 74 65 20 73 65 65 6d 73 20 74 6f |he date seems to| 000004b0 20 69 6d 70 6c 79 20 74 68 61 74 20 69 74 20 68 | imply that it h| 000004c0 61 73 20 62 65 65 6e 20 61 72 6f 75 6e 64 20 66 |as been around f| 000004d0 6f 72 20 73 6f 6d 65 20 31 36 20 6d 6f 6e 74 68 |or some 16 month| 000004e0 73 2c 20 77 68 69 63 68 20 69 73 0a 61 20 77 6f |s, which is.a wo| 000004f0 72 72 79 69 6e 67 20 74 68 6f 75 67 68 74 20 69 |rrying thought i| 00000500 6e 64 65 65 64 2e 20 49 74 20 69 73 20 39 34 30 |ndeed. It is 940| 00000510 20 28 26 33 41 43 29 20 62 79 74 65 73 20 6c 6f | (&3AC) bytes lo| 00000520 6e 67 20 61 6e 64 20 69 6e 69 74 69 61 6c 69 73 |ng and initialis| 00000530 65 73 20 69 74 73 65 6c 66 0a 61 73 20 61 20 6e |es itself.as a n| 00000540 61 6d 65 6c 65 73 73 20 57 69 6d 70 20 74 61 73 |ameless Wimp tas| 00000550 6b 20 77 68 69 63 68 20 74 68 65 6e 20 6c 6f 6f |k which then loo| 00000560 6b 73 20 66 6f 72 20 57 69 6d 70 20 4d 65 73 73 |ks for Wimp Mess| 00000570 61 67 65 20 35 20 28 64 6f 75 62 6c 65 2d 63 6c |age 5 (double-cl| 00000580 69 63 6b 29 2e 0a 49 74 20 61 74 74 65 6d 70 74 |ick)..It attempt| 00000590 73 20 74 6f 20 65 69 74 68 65 72 20 63 72 65 61 |s to either crea| 000005a0 74 65 20 61 20 21 42 6f 6f 74 20 69 6e 20 74 68 |te a !Boot in th| 000005b0 65 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 64 69 |e application di| 000005c0 72 65 63 74 6f 72 79 20 6f 72 20 61 70 70 65 6e |rectory or appen| 000005d0 64 0a 74 6f 20 61 6e 20 61 6c 72 65 61 64 79 20 |d.to an already | 000005e0 65 78 69 73 74 69 6e 67 20 6f 6e 65 20 77 69 74 |existing one wit| 000005f0 68 20 74 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 20 |h the following | 00000600 6c 69 6e 65 73 3a 0a 0a 49 63 6f 6e 53 70 72 69 |lines:..IconSpri| 00000610 74 65 73 20 3c 4f 62 65 79 24 44 69 72 3e 2e 21 |tes <Obey$Dir>.!| 00000620 53 70 72 69 74 65 73 3c 26 30 44 3e 0a 52 4d 45 |Sprites<&0D>.RME| 00000630 6e 73 75 72 65 20 45 78 74 65 6e 64 20 30 20 52 |nsure Extend 0 R| 00000640 4d 52 75 6e 20 3c 4f 62 65 79 24 44 69 72 3e 2e |MRun <Obey$Dir>.| 00000650 4d 6f 64 4e 61 6d 65 3c 26 30 44 3e 0a 7c 7c 3c |ModName<&0D>.||<| 00000660 26 46 46 3e 0a 0a 54 68 65 20 22 49 63 6f 6e 53 |&FF>..The "IconS| 00000670 70 72 69 74 65 73 22 20 6c 69 6e 65 20 69 73 20 |prites" line is | 00000680 6f 6d 69 74 74 65 64 20 69 66 20 69 74 20 69 73 |omitted if it is| 00000690 20 61 70 70 65 6e 64 65 64 20 74 6f 20 61 6e 20 | appended to an | 000006a0 65 78 69 73 74 69 6e 67 20 21 42 6f 6f 74 2e 0a |existing !Boot..| 000006b0 22 4d 6f 64 4e 61 6d 65 22 20 69 73 20 6f 6e 65 |"ModName" is one| 000006c0 20 6f 66 20 74 68 65 20 38 20 70 6f 73 73 69 62 | of the 8 possib| 000006d0 6c 65 20 66 69 6c 65 6e 61 6d 65 73 2e 20 54 68 |le filenames. Th| 000006e0 65 20 45 78 74 65 6e 64 20 56 69 72 75 73 20 75 |e Extend Virus u| 000006f0 73 65 73 20 74 68 65 20 3c 26 46 46 3e 0a 28 69 |ses the <&FF>.(i| 00000700 2e 65 2e 20 64 65 63 69 6d 61 6c 20 32 35 35 29 |.e. decimal 255)| 00000710 20 62 79 74 65 20 61 74 20 74 68 65 20 65 6e 64 | byte at the end| 00000720 20 61 73 20 61 20 73 65 6c 66 2d 63 68 65 63 6b | as a self-check| 00000730 20 74 6f 20 73 65 65 20 69 66 20 68 61 73 20 69 | to see if has i| 00000740 6e 66 65 63 74 65 64 20 74 68 65 0a 21 42 6f 6f |nfected the.!Boo| 00000750 74 20 66 69 6c 65 20 61 6c 72 65 61 64 79 2e 20 |t file already. | 00000760 4f 66 20 63 6f 75 72 73 65 2c 20 69 74 20 63 6f |Of course, it co| 00000770 70 69 65 73 20 69 74 73 65 6c 66 20 74 6f 20 74 |pies itself to t| 00000780 68 65 20 6e 65 77 20 6e 61 6d 65 20 69 6e 73 69 |he new name insi| 00000790 64 65 0a 74 68 65 20 61 70 70 6c 69 63 61 74 69 |de.the applicati| 000007a0 6f 6e 20 64 69 72 65 63 74 6f 72 79 20 61 73 20 |on directory as | 000007b0 79 6f 75 20 77 6f 75 6c 64 20 65 78 70 65 63 74 |you would expect| 000007c0 2e 20 4e 6f 74 65 20 74 68 65 20 69 6e 63 6f 72 |. Note the incor| 000007d0 72 65 63 74 20 75 73 65 20 6f 66 0a 3c 26 30 44 |rect use of.<&0D| 000007e0 3e 20 28 64 65 63 69 6d 61 6c 20 31 33 29 20 74 |> (decimal 13) t| 000007f0 6f 20 74 65 72 6d 69 6e 61 74 65 20 74 68 65 20 |o terminate the | 00000800 6c 69 6e 65 73 2c 20 72 61 74 68 65 72 20 74 68 |lines, rather th| 00000810 61 6e 20 74 68 65 20 6d 6f 72 65 20 63 6f 72 72 |an the more corr| 00000820 65 63 74 0a 3c 26 30 41 3e 20 28 64 65 63 69 6d |ect.<&0A> (decim| 00000830 61 6c 20 31 30 29 2e 0a 0a 41 20 73 68 69 66 74 |al 10)...A shift| 00000840 2d 64 6f 75 62 6c 65 2d 63 6c 69 63 6b 20 64 6f |-double-click do| 00000850 65 73 20 4e 4f 54 20 63 61 75 73 65 20 61 6e 20 |es NOT cause an | 00000860 69 6e 66 65 63 74 69 6f 6e 2c 20 62 75 74 20 69 |infection, but i| 00000870 74 20 44 4f 45 53 20 63 6c 61 69 6d 20 79 65 74 |t DOES claim yet| 00000880 0a 61 6e 6f 74 68 65 72 20 31 4b 20 6f 66 20 6e |.another 1K of n| 00000890 65 76 65 72 2d 74 6f 2d 62 65 2d 72 65 6c 65 61 |ever-to-be-relea| 000008a0 73 65 64 20 52 4d 41 2e 0a 0a 49 20 68 61 76 65 |sed RMA...I have| 000008b0 20 67 6f 6e 65 20 74 68 72 6f 75 67 68 20 74 68 | gone through th| 000008c0 65 20 65 6e 74 69 72 65 20 63 6f 64 65 20 61 6e |e entire code an| 000008d0 64 20 74 68 65 20 6f 6e 6c 79 20 64 65 73 74 72 |d the only destr| 000008e0 75 63 74 69 76 65 20 74 68 69 6e 67 20 69 74 20 |uctive thing it | 000008f0 64 6f 65 73 2c 0a 61 70 61 72 74 20 66 72 6f 6d |does,.apart from| 00000900 20 77 61 73 74 69 6e 67 20 64 69 73 6b 20 73 70 | wasting disk sp| 00000910 61 63 65 20 77 69 74 68 20 63 6f 70 69 65 73 20 |ace with copies | 00000920 6f 66 20 69 74 73 65 6c 66 2c 20 69 73 20 74 6f |of itself, is to| 00000930 20 63 6c 61 69 6d 20 74 68 65 20 31 4b 20 6f 66 | claim the 1K of| 00000940 0a 52 4d 41 20 66 6f 72 20 65 76 65 72 79 20 64 |.RMA for every d| 00000950 6f 75 62 6c 65 2d 63 6c 69 63 6b 65 64 20 66 69 |ouble-clicked fi| 00000960 6c 65 20 6f 72 20 64 69 72 65 63 74 6f 72 79 20 |le or directory | 00000970 28 65 76 65 6e 74 75 61 6c 6c 79 20 63 72 61 73 |(eventually cras| 00000980 68 69 6e 67 20 74 68 65 0a 73 79 73 74 65 6d 29 |hing the.system)| 00000990 2e 0a 0a 45 78 74 65 6e 64 20 56 69 72 75 73 20 |...Extend Virus | 000009a0 45 78 65 63 75 74 69 6f 6e 20 43 6f 75 6e 74 0a |Execution Count.| 000009b0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 000009c0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 54 68 |------------..Th| 000009d0 65 72 65 20 77 61 73 20 6f 6e 65 20 62 69 74 20 |ere was one bit | 000009e0 6f 66 20 74 68 65 20 45 78 74 65 6e 64 20 56 69 |of the Extend Vi| 000009f0 72 75 73 20 6d 6f 64 75 6c 65 20 63 6f 64 65 20 |rus module code | 00000a00 74 68 61 74 20 70 65 72 70 6c 65 78 65 64 20 6d |that perplexed m| 00000a10 65 20 2d 20 77 68 79 0a 77 6f 75 6c 64 20 73 6f |e - why.would so| 00000a20 6d 65 6f 6e 65 20 69 6e 63 72 65 6d 65 6e 74 20 |meone increment | 00000a30 61 20 6d 65 6d 6f 72 79 20 6c 6f 63 61 74 69 6f |a memory locatio| 00000a40 6e 20 77 69 74 68 69 6e 20 74 68 65 20 6d 6f 64 |n within the mod| 00000a50 75 6c 65 20 61 6e 64 20 6e 65 76 65 72 20 75 73 |ule and never us| 00000a60 65 20 69 74 3f 0a 41 74 20 66 69 72 73 74 20 49 |e it?.At first I| 00000a70 20 73 6b 69 70 70 65 64 20 74 68 69 73 20 63 6f | skipped this co| 00000a80 64 65 2c 20 62 75 74 2c 20 72 65 6d 65 6d 62 65 |de, but, remembe| 00000a90 72 69 6e 67 20 73 6f 6d 65 20 76 69 72 75 73 65 |ring some viruse| 00000aa0 73 20 6f 6e 20 74 68 65 20 41 6d 69 67 61 2c 20 |s on the Amiga, | 00000ab0 49 0a 73 75 64 64 65 6e 6c 79 20 72 65 61 6c 69 |I.suddenly reali| 00000ac0 73 65 64 20 74 68 61 74 20 74 68 65 20 69 6e 63 |sed that the inc| 00000ad0 72 65 6d 65 6e 74 65 64 20 76 61 6c 75 65 20 77 |remented value w| 00000ae0 6f 75 6c 64 20 62 65 20 63 6f 70 69 65 64 20 77 |ould be copied w| 00000af0 68 65 6e 65 76 65 72 20 74 68 65 0a 6d 6f 64 75 |henever the.modu| 00000b00 6c 65 20 64 75 70 6c 69 63 61 74 65 64 20 69 74 |le duplicated it| 00000b10 73 65 6c 66 20 64 75 72 69 6e 67 20 61 20 6e 65 |self during a ne| 00000b20 77 20 69 6e 66 65 63 74 69 6f 6e 2e 20 4e 6f 77 |w infection. Now| 00000b30 20 69 66 20 74 68 65 20 6f 72 69 67 69 6e 61 6c | if the original| 00000b40 20 61 75 74 68 6f 72 0a 77 61 73 20 73 6d 61 72 | author.was smar| 00000b50 74 2c 20 68 65 20 77 6f 75 6c 64 20 68 61 76 65 |t, he would have| 00000b60 20 69 6e 63 72 65 6d 65 6e 74 65 64 20 74 68 65 | incremented the| 00000b70 20 63 6f 75 6e 74 65 72 20 49 46 20 41 4e 44 20 | counter IF AND | 00000b80 4f 4e 4c 59 20 49 46 20 74 68 65 72 65 20 77 61 |ONLY IF there wa| 00000b90 73 0a 61 20 63 6f 6d 70 6c 65 74 65 6c 79 20 73 |s.a completely s| 00000ba0 75 63 63 65 73 73 66 75 6c 20 6e 65 77 20 69 6e |uccessful new in| 00000bb0 66 65 63 74 69 6f 6e 20 28 69 6e 20 66 61 63 74 |fection (in fact| 00000bc0 2c 20 68 65 20 77 6f 75 6c 64 20 68 61 76 65 20 |, he would have | 00000bd0 69 6e 63 72 65 6d 65 6e 74 65 64 20 69 74 0a 70 |incremented it.p| 00000be0 72 69 6f 72 20 74 6f 20 74 68 65 20 6e 65 77 20 |rior to the new | 00000bf0 69 6e 66 65 63 74 69 6f 6e 20 61 6e 64 20 64 65 |infection and de| 00000c00 63 72 65 6d 65 6e 74 65 64 20 69 74 20 69 66 20 |cremented it if | 00000c10 74 68 65 20 69 6e 66 65 63 74 69 6f 6e 20 66 61 |the infection fa| 00000c20 69 6c 65 64 29 2e 0a 48 6f 77 65 76 65 72 2c 20 |iled)..However, | 00000c30 74 68 65 20 45 78 74 65 6e 64 20 56 69 72 75 73 |the Extend Virus| 00000c40 20 6d 6f 64 75 6c 65 20 61 63 74 75 61 6c 6c 79 | module actually| 00000c50 20 69 6e 63 72 65 6d 65 6e 74 73 20 74 68 65 20 | increments the | 00000c60 63 6f 75 6e 74 65 72 20 77 68 65 6e 65 76 65 72 |counter whenever| 00000c70 20 69 74 0a 69 73 20 66 69 72 73 74 20 73 74 61 | it.is first sta| 00000c80 72 74 65 64 20 28 75 73 75 61 6c 6c 79 20 76 69 |rted (usually vi| 00000c90 61 20 74 68 65 20 2a 52 4d 45 6e 73 75 72 65 20 |a the *RMEnsure | 00000ca0 61 70 70 65 6e 64 65 64 20 74 6f 20 74 68 65 20 |appended to the | 00000cb0 21 42 6f 6f 74 29 2e 2e 2e 74 68 75 73 20 74 68 |!Boot)...thus th| 00000cc0 65 0a 63 6f 75 6e 74 65 72 20 64 6f 65 73 20 6e |e.counter does n| 00000cd0 6f 74 20 63 6f 72 72 65 6c 61 74 65 20 74 6f 20 |ot correlate to | 00000ce0 74 68 65 20 6e 75 6d 62 65 72 20 6f 66 20 69 6e |the number of in| 00000cf0 66 65 63 74 69 6f 6e 73 20 73 6f 20 66 61 72 2e |fections so far.| 00000d00 20 42 65 63 61 75 73 65 20 6f 66 0a 74 68 69 73 | Because of.this| 00000d10 20 49 27 76 65 20 64 65 63 69 64 65 64 20 74 6f | I've decided to| 00000d20 20 63 61 6c 6c 20 69 74 20 74 68 65 20 22 45 78 | call it the "Ex| 00000d30 65 63 75 74 69 6f 6e 20 43 6f 75 6e 74 22 20 66 |ecution Count" f| 00000d40 72 6f 6d 20 6e 6f 77 20 6f 6e 2e 0a 0a 44 65 6c |rom now on...Del| 00000d50 69 62 65 72 61 74 65 6c 79 20 66 61 75 6c 74 79 |iberately faulty| 00000d60 20 76 69 72 75 73 20 63 6f 64 69 6e 67 20 3f 0a | virus coding ?.| 00000d70 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000d90 2d 2d 0a 0a 57 68 65 6e 20 74 68 65 20 45 78 74 |--..When the Ext| 00000da0 65 6e 64 20 56 69 72 75 73 20 69 6e 69 74 69 61 |end Virus initia| 00000db0 6c 69 73 65 73 20 69 74 73 65 6c 66 20 61 73 20 |lises itself as | 00000dc0 61 20 6e 61 6d 65 6c 65 73 73 20 74 61 73 6b 2c |a nameless task,| 00000dd0 20 69 74 20 64 6f 65 73 20 6e 6f 74 20 73 61 76 | it does not sav| 00000de0 65 0a 69 74 73 20 74 61 73 6b 20 68 61 6e 64 6c |e.its task handl| 00000df0 65 2e 20 48 65 6e 63 65 2c 20 77 68 65 6e 20 69 |e. Hence, when i| 00000e00 74 20 63 6f 6d 65 73 20 74 6f 20 65 78 65 63 75 |t comes to execu| 00000e10 74 65 20 57 69 6d 70 5f 43 6c 6f 73 65 44 6f 77 |te Wimp_CloseDow| 00000e20 6e 20 28 6f 6e 6c 79 20 76 69 61 20 61 0a 2a 52 |n (only via a.*R| 00000e30 4d 4b 69 6c 6c 20 2d 20 69 74 20 63 61 6e 6e 6f |MKill - it canno| 00000e40 74 20 62 65 20 6b 69 6c 6c 65 64 20 62 79 20 74 |t be killed by t| 00000e50 68 65 20 54 61 73 6b 20 4d 61 6e 61 67 65 72 29 |he Task Manager)| 00000e60 20 69 74 20 64 6f 65 73 20 4e 4f 54 20 73 75 70 | it does NOT sup| 00000e70 70 6c 79 20 61 20 76 61 6c 69 64 0a 74 61 73 6b |ply a valid.task| 00000e80 20 68 61 6e 64 6c 65 2e 20 54 68 75 73 2c 20 6f | handle. Thus, o| 00000e90 70 65 6e 69 6e 67 20 75 70 20 74 68 65 20 54 61 |pening up the Ta| 00000ea0 73 6b 20 4d 61 6e 61 67 65 72 20 61 66 74 65 72 |sk Manager after| 00000eb0 77 61 72 64 73 20 63 61 75 73 65 73 20 69 74 20 |wards causes it | 00000ec0 74 6f 0a 66 61 74 61 6c 6c 79 20 63 72 61 73 68 |to.fatally crash| 00000ed0 2e 2e 2e 77 68 69 63 68 20 69 73 6e 27 74 20 6e |...which isn't n| 00000ee0 69 63 65 2e 20 49 20 68 61 76 65 20 6d 61 6e 61 |ice. I have mana| 00000ef0 67 65 64 20 74 6f 20 73 6f 6c 76 65 20 74 68 69 |ged to solve thi| 00000f00 73 20 70 72 6f 62 6c 65 6d 20 35 30 25 0a 6f 66 |s problem 50%.of| 00000f10 20 74 68 65 20 74 69 6d 65 2c 20 62 75 74 20 74 | the time, but t| 00000f20 68 65 20 6f 74 68 65 72 20 68 61 6c 66 20 69 73 |he other half is| 00000f30 20 64 6f 77 6e 20 74 6f 20 41 63 6f 72 6e 27 73 | down to Acorn's| 00000f40 20 6f 6d 69 73 73 69 6f 6e 20 6f 66 20 61 20 77 | omission of a w| 00000f50 61 79 20 6f 66 0a 67 65 74 74 69 6e 67 20 61 20 |ay of.getting a | 00000f60 74 61 73 6b 20 68 61 6e 64 6c 65 20 77 68 65 6e |task handle when| 00000f70 20 73 75 70 70 6c 69 65 64 20 77 69 74 68 20 61 | supplied with a| 00000f80 20 74 61 73 6b 20 6e 61 6d 65 20 28 6e 75 6c 6c | task name (null| 00000f90 20 73 74 72 69 6e 67 20 69 6e 20 74 68 69 73 0a | string in this.| 00000fa0 63 61 73 65 29 2e 0a 0a 54 68 65 20 75 70 73 68 |case)...The upsh| 00000fb0 6f 74 20 6f 66 20 61 6c 6c 20 74 68 69 73 20 69 |ot of all this i| 00000fc0 73 20 74 68 61 74 20 69 66 20 56 4b 69 6c 6c 65 |s that if VKille| 00000fd0 72 20 69 73 20 72 75 6e 20 42 45 46 4f 52 45 20 |r is run BEFORE | 00000fe0 74 68 65 20 45 78 74 65 6e 64 20 56 69 72 75 73 |the Extend Virus| 00000ff0 20 69 73 2c 0a 74 68 65 6e 20 56 4b 69 6c 6c 65 | is,.then VKille| 00001000 72 20 77 69 6c 6c 20 70 61 74 63 68 20 74 68 65 |r will patch the| 00001010 20 61 63 74 69 76 65 20 76 69 72 75 73 20 69 6e | active virus in| 00001020 20 52 4d 41 20 73 6f 20 74 68 61 74 20 69 74 20 | RMA so that it | 00001030 73 68 75 74 73 20 64 6f 77 6e 20 77 69 74 68 20 |shuts down with | 00001040 61 0a 70 72 6f 70 65 72 20 74 61 73 6b 20 68 61 |a.proper task ha| 00001050 6e 64 6c 65 20 61 6e 64 20 74 68 65 20 54 61 73 |ndle and the Tas| 00001060 6b 20 4d 61 6e 61 67 65 72 20 63 61 6e 20 73 74 |k Manager can st| 00001070 69 6c 6c 20 62 65 20 73 61 66 65 6c 79 20 75 73 |ill be safely us| 00001080 65 64 2e 20 48 6f 77 65 76 65 72 2c 0a 73 68 6f |ed. However,.sho| 00001090 75 6c 64 20 74 68 65 20 45 78 74 65 6e 64 20 56 |uld the Extend V| 000010a0 69 72 75 73 20 61 6c 72 65 61 64 79 20 62 65 20 |irus already be | 000010b0 70 72 65 73 65 6e 74 20 77 68 65 6e 20 56 4b 69 |present when VKi| 000010c0 6c 6c 65 72 20 69 73 20 72 75 6e 2c 20 74 68 65 |ller is run, the| 000010d0 6e 20 74 68 65 0a 54 61 73 6b 20 4d 61 6e 61 67 |n the.Task Manag| 000010e0 65 72 20 77 69 6c 6c 20 66 61 74 61 6c 6c 79 20 |er will fatally | 000010f0 63 72 61 73 68 20 74 68 65 20 44 65 73 6b 74 6f |crash the Deskto| 00001100 70 20 69 66 20 69 74 20 69 73 20 6f 70 65 6e 65 |p if it is opene| 00001110 64 20 28 6f 72 20 69 73 20 61 6c 72 65 61 64 79 |d (or is already| 00001120 0a 6f 70 65 6e 20 77 68 65 6e 20 56 4b 69 6c 6c |.open when VKill| 00001130 65 72 20 69 73 20 72 75 6e 29 2e 0a 0a 54 68 65 |er is run)...The| 00001140 20 73 6f 6c 75 74 69 6f 6e 73 20 74 6f 20 61 6c | solutions to al| 00001150 6c 20 74 68 69 73 20 61 72 65 20 73 69 6d 70 6c |l this are simpl| 00001160 65 3a 0a 0a 31 2e 20 43 6c 6f 73 65 20 74 68 65 |e:..1. Close the| 00001170 20 54 61 73 6b 20 4d 61 6e 61 67 65 72 20 62 65 | Task Manager be| 00001180 66 6f 72 65 20 72 75 6e 6e 69 6e 67 20 56 4b 69 |fore running VKi| 00001190 6c 6c 65 72 2e 0a 0a 32 2e 20 44 6f 20 6e 6f 74 |ller...2. Do not| 000011a0 20 6f 70 65 6e 20 74 68 65 20 54 61 73 6b 20 4d | open the Task M| 000011b0 61 6e 61 67 65 72 20 61 66 74 65 72 20 56 4b 69 |anager after VKi| 000011c0 6c 6c 65 72 20 68 61 73 20 52 4d 4b 69 6c 6c 65 |ller has RMKille| 000011d0 64 20 74 68 65 20 45 78 74 65 6e 64 20 56 69 72 |d the Extend Vir| 000011e0 75 73 2e 0a 20 20 20 4d 79 20 61 64 76 69 63 65 |us.. My advice| 000011f0 20 69 73 20 74 6f 20 73 63 61 6e 2f 69 6e 6e 6f | is to scan/inno| 00001200 63 75 6c 61 74 65 20 74 68 65 20 69 6e 66 65 63 |culate the infec| 00001210 74 65 64 20 64 69 73 6b 20 6f 72 20 64 69 73 6b |ted disk or disk| 00001220 73 20 61 6e 64 20 74 68 65 6e 20 68 61 72 64 0a |s and then hard.| 00001230 20 20 20 72 65 73 65 74 20 74 68 65 20 6d 61 63 | reset the mac| 00001240 68 69 6e 65 2e 0a 0a 48 6f 70 65 66 75 6c 6c 79 |hine...Hopefully| 00001250 20 73 6f 6d 65 6f 6e 65 20 6f 75 74 20 74 68 65 | someone out the| 00001260 72 65 20 69 6e 20 74 68 65 20 50 75 62 6c 69 63 |re in the Public| 00001270 20 44 6f 6d 61 69 6e 20 77 69 6c 6c 20 62 65 20 | Domain will be | 00001280 61 62 6c 65 20 74 6f 20 66 69 6c 6c 20 69 6e 20 |able to fill in | 00001290 74 68 65 0a 27 6d 69 73 73 69 6e 67 27 20 63 6f |the.'missing' co| 000012a0 64 65 20 2d 20 73 65 65 20 74 68 65 20 46 4e 67 |de - see the FNg| 000012b0 65 74 74 61 73 6b 68 61 6e 64 28 29 20 66 75 6e |ettaskhand() fun| 000012c0 63 74 69 6f 6e 20 69 6e 20 74 68 65 20 21 52 75 |ction in the !Ru| 000012d0 6e 49 6d 61 67 65 20 73 6f 75 72 63 65 0a 63 6f |nImage source.co| 000012e0 64 65 20 66 6f 72 20 6d 6f 72 65 20 64 65 74 61 |de for more deta| 000012f0 69 6c 73 2e 20 49 66 20 74 68 69 73 20 68 61 70 |ils. If this hap| 00001300 70 65 6e 73 2c 20 74 68 65 6e 20 74 68 65 20 70 |pens, then the p| 00001310 72 65 63 61 75 74 69 6f 6e 73 20 77 6f 6e 27 74 |recautions won't| 00001320 20 62 65 20 73 6f 0a 65 6c 61 62 6f 72 61 74 65 | be so.elaborate| 00001330 20 69 6e 20 66 75 74 75 72 65 20 72 65 6c 65 61 | in future relea| 00001340 73 65 73 2e 0a 0a 49 6e 6e 6f 63 75 6c 61 74 69 |ses...Innoculati| 00001350 6f 6e 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a |on.------------.| 00001360 0a 56 4b 69 6c 6c 65 72 20 63 61 6e 20 69 6e 6e |.VKiller can inn| 00001370 6f 63 75 6c 61 74 65 20 61 20 21 42 6f 6f 74 20 |oculate a !Boot | 00001380 66 69 6c 65 2e 20 54 68 69 73 20 69 6e 76 6f 6c |file. This invol| 00001390 76 65 73 20 66 6f 6f 6c 69 6e 67 20 74 68 65 20 |ves fooling the | 000013a0 45 78 74 65 6e 64 20 56 69 72 75 73 0a 74 68 61 |Extend Virus.tha| 000013b0 74 20 69 74 20 68 61 73 20 61 6c 72 65 61 64 79 |t it has already| 000013c0 20 69 6e 66 65 63 74 65 64 20 74 68 61 74 20 21 | infected that !| 000013d0 42 6f 6f 74 20 66 69 6c 65 20 62 79 20 61 74 74 |Boot file by att| 000013e0 61 63 68 69 6e 67 20 74 68 65 20 66 6f 6c 6c 6f |aching the follo| 000013f0 77 69 6e 67 0a 74 6f 20 74 68 65 20 65 6e 64 20 |wing.to the end | 00001400 6f 66 20 74 68 65 20 66 69 6c 65 3a 0a 0a 49 63 |of the file:..Ic| 00001410 6f 6e 53 70 72 69 74 65 73 20 3c 4f 62 65 79 24 |onSprites <Obey$| 00001420 44 69 72 3e 2e 21 53 70 72 69 74 65 73 3c 26 30 |Dir>.!Sprites<&0| 00001430 41 3e 0a 7c 20 54 68 69 73 20 66 69 6c 65 20 68 |A>.| This file h| 00001440 61 73 20 62 65 65 6e 20 69 6e 6e 6f 63 75 6c 61 |as been innocula| 00001450 74 65 64 20 61 67 61 69 6e 73 74 20 74 68 65 20 |ted against the | 00001460 45 78 74 65 6e 64 20 56 69 72 75 73 3c 26 30 41 |Extend Virus<&0A| 00001470 3e 0a 7c 7c 3c 26 46 46 3e 0a 0a 54 68 65 20 49 |>.||<&FF>..The I| 00001480 63 6f 6e 53 70 72 69 74 65 73 20 6c 69 6e 65 20 |conSprites line | 00001490 69 73 20 6f 6e 6c 79 20 69 6e 63 6c 75 64 65 64 |is only included| 000014a0 20 69 66 20 61 20 6e 65 77 20 21 42 6f 6f 74 20 | if a new !Boot | 000014b0 69 73 20 63 72 65 61 74 65 64 20 66 72 6f 6d 20 |is created from | 000014c0 73 63 72 61 74 63 68 0a 41 4e 44 20 69 66 20 74 |scratch.AND if t| 000014d0 68 65 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 64 |he application d| 000014e0 69 72 65 63 74 6f 72 79 20 63 6f 6e 74 61 69 6e |irectory contain| 000014f0 73 20 61 6e 20 21 53 70 72 69 74 65 73 20 66 69 |s an !Sprites fi| 00001500 6c 65 20 77 69 74 68 20 74 68 65 20 53 70 72 69 |le with the Spri| 00001510 74 65 0a 66 69 6c 65 74 79 70 65 2e 20 49 66 20 |te.filetype. If | 00001520 74 68 65 20 6f 72 69 67 69 6e 61 6c 20 21 42 6f |the original !Bo| 00001530 6f 74 20 77 61 73 20 6e 6f 74 20 70 72 6f 70 65 |ot was not prope| 00001540 72 6c 79 20 74 65 72 6d 69 6e 61 74 65 64 20 62 |rly terminated b| 00001550 79 20 61 20 6c 69 6e 65 66 65 65 64 0a 28 3c 26 |y a linefeed.(<&| 00001560 30 41 3e 29 2c 20 74 68 65 6e 20 61 20 6c 69 6e |0A>), then a lin| 00001570 65 66 65 65 64 20 77 69 6c 6c 20 62 65 20 61 70 |efeed will be ap| 00001580 70 65 6e 64 65 64 20 70 72 69 6f 72 20 74 6f 20 |pended prior to | 00001590 74 68 65 20 61 64 64 69 74 69 6f 6e 20 6f 66 20 |the addition of | 000015a0 61 6e 79 0a 69 6e 6e 6f 63 75 6c 61 74 69 6f 6e |any.innoculation| 000015b0 20 6c 69 6e 65 73 2e 20 4e 6f 74 65 20 74 68 65 | lines. Note the| 000015c0 20 63 72 69 74 69 63 61 6c 20 64 69 66 66 65 72 | critical differ| 000015d0 65 6e 63 65 20 62 65 74 77 65 65 6e 20 74 68 65 |ence between the| 000015e0 20 45 78 74 65 6e 64 20 56 69 72 75 73 0a 69 6e | Extend Virus.in| 000015f0 66 65 63 74 69 6f 6e 20 61 6e 64 20 74 68 65 20 |fection and the | 00001600 69 6e 6e 6f 63 75 6c 61 74 69 6f 6e 3a 20 74 68 |innoculation: th| 00001610 65 20 70 65 6e 75 6c 74 69 6d 61 74 65 20 6c 69 |e penultimate li| 00001620 6e 65 20 69 73 20 74 65 72 6d 69 6e 61 74 65 64 |ne is terminated| 00001630 20 62 79 20 3c 26 30 41 3e 0a 61 6e 64 20 6e 6f | by <&0A>.and no| 00001640 74 20 3c 26 30 44 3e 2e 20 54 68 69 73 20 69 73 |t <&0D>. This is| 00001650 20 68 6f 77 20 56 4b 69 6c 6c 65 72 20 63 61 6e | how VKiller can| 00001660 20 64 69 66 66 65 72 65 6e 74 69 61 74 65 20 62 | differentiate b| 00001670 65 74 77 65 65 6e 20 69 6e 6e 6f 63 75 6c 61 74 |etween innoculat| 00001680 69 6f 6e 73 0a 61 6e 64 20 69 6e 66 65 63 74 69 |ions.and infecti| 00001690 6f 6e 73 2e 0a 0a 50 6c 65 61 73 65 20 6e 6f 74 |ons...Please not| 000016a0 65 20 74 68 61 74 20 63 72 65 61 74 69 6e 67 20 |e that creating | 000016b0 6e 65 77 20 69 6e 6e 6f 63 75 6c 61 74 65 64 20 |new innoculated | 000016c0 21 42 6f 6f 74 20 66 69 6c 65 73 20 66 72 6f 6d |!Boot files from| 000016d0 20 73 63 72 61 74 63 68 20 77 69 6c 6c 20 63 61 | scratch will ca| 000016e0 75 73 65 0a 74 68 65 20 64 6f 75 62 6c 65 2d 63 |use.the double-c| 000016f0 6c 69 63 6b 20 61 63 74 69 6f 6e 20 74 6f 20 6f |lick action to o| 00001700 70 65 6e 20 61 20 64 69 72 65 63 74 6f 72 79 20 |pen a directory | 00001710 77 69 6e 64 6f 77 20 74 6f 20 74 61 6b 65 20 6c |window to take l| 00001720 6f 6e 67 65 72 20 62 65 63 61 75 73 65 20 74 68 |onger because th| 00001730 65 0a 61 70 70 6c 69 63 61 74 69 6f 6e 73 20 69 |e.applications i| 00001740 6e 73 69 64 65 20 74 68 61 74 20 77 69 6e 64 6f |nside that windo| 00001750 77 20 68 61 76 65 20 74 68 65 73 65 20 6e 65 77 |w have these new| 00001760 20 21 42 6f 6f 74 20 66 69 6c 65 73 2e 0a 0a 48 | !Boot files...H| 00001770 6f 77 20 64 6f 20 49 20 75 73 65 20 56 4b 69 6c |ow do I use VKil| 00001780 6c 65 72 20 3f 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |ler ?.----------| 00001790 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 44 6f |------------..Do| 000017a0 75 62 6c 65 2d 63 6c 69 63 6b 20 6f 6e 20 74 68 |uble-click on th| 000017b0 65 20 21 56 4b 69 6c 6c 65 72 20 61 70 70 6c 69 |e !VKiller appli| 000017c0 63 61 74 69 6f 6e 20 69 63 6f 6e 20 74 6f 20 69 |cation icon to i| 000017d0 6e 73 74 61 6c 6c 20 61 6e 20 69 63 6f 6e 20 62 |nstall an icon b| 000017e0 61 72 20 69 63 6f 6e 2e 0a 5b 4e 2e 42 2e 20 54 |ar icon..[N.B. T| 000017f0 68 65 20 21 42 6f 6f 74 20 69 6e 20 74 68 65 20 |he !Boot in the | 00001800 21 56 4b 69 6c 6c 65 72 20 64 69 72 65 63 74 6f |!VKiller directo| 00001810 72 79 20 68 61 73 20 69 74 73 65 6c 66 20 62 65 |ry has itself be| 00001820 65 6e 20 69 6e 6e 6f 63 75 6c 61 74 65 64 0a 20 |en innoculated. | 00001830 20 20 20 20 20 74 6f 20 70 72 65 76 65 6e 74 20 | to prevent | 00001840 69 6e 66 65 63 74 69 6f 6e 20 6f 66 20 69 74 73 |infection of its| 00001850 20 6f 77 6e 20 64 69 72 65 63 74 6f 72 79 2e 5d | own directory.]| 00001860 0a 0a 4f 6e 63 65 20 74 68 65 20 69 63 6f 6e 20 |..Once the icon | 00001870 62 61 72 20 69 63 6f 6e 20 61 70 70 65 61 72 73 |bar icon appears| 00001880 20 79 6f 75 20 6d 61 79 20 70 72 65 73 73 20 74 | you may press t| 00001890 68 65 20 6d 69 64 64 6c 65 20 62 75 74 74 6f 6e |he middle button| 000018a0 20 74 6f 20 67 65 74 20 74 68 65 0a 75 73 75 61 | to get the.usua| 000018b0 6c 20 49 6e 66 6f 20 61 6e 64 20 51 75 69 74 20 |l Info and Quit | 000018c0 6f 70 74 69 6f 6e 73 20 61 6e 64 20 74 68 65 20 |options and the | 000018d0 6c 65 66 74 20 6f 72 20 72 69 67 68 74 20 62 75 |left or right bu| 000018e0 74 74 6f 6e 20 74 6f 20 64 69 73 70 6c 61 79 20 |tton to display | 000018f0 74 68 65 0a 56 4b 69 6c 6c 65 72 20 64 69 61 6c |the.VKiller dial| 00001900 6f 67 75 65 20 62 6f 78 2e 20 57 68 65 6e 20 56 |ogue box. When V| 00001910 4b 69 6c 6c 65 72 20 69 73 20 66 69 72 73 74 20 |Killer is first | 00001920 69 6e 73 74 61 6c 6c 65 64 2c 20 69 74 20 63 68 |installed, it ch| 00001930 65 63 6b 73 20 66 6f 72 20 74 68 65 0a 65 78 69 |ecks for the.exi| 00001940 73 74 65 6e 63 65 20 6f 66 20 74 68 65 20 45 78 |stence of the Ex| 00001950 74 65 6e 64 20 56 69 72 75 73 20 6d 6f 64 75 6c |tend Virus modul| 00001960 65 20 69 6e 20 52 4d 41 2e 20 49 66 20 66 6f 75 |e in RMA. If fou| 00001970 6e 64 2c 20 69 74 20 77 69 6c 6c 20 6b 69 6c 6c |nd, it will kill| 00001980 20 69 74 20 69 66 0a 70 6f 73 73 69 62 6c 65 20 | it if.possible | 00001990 61 6e 64 20 77 61 72 6e 20 79 6f 75 20 6f 66 20 |and warn you of | 000019a0 74 68 65 20 66 61 63 74 2e 20 54 68 65 20 45 78 |the fact. The Ex| 000019b0 65 63 75 74 69 6f 6e 20 43 6f 75 6e 74 20 66 6f |ecution Count fo| 000019c0 72 20 74 68 65 20 6d 6f 64 75 6c 65 20 77 69 6c |r the module wil| 000019d0 6c 0a 61 6c 73 6f 20 62 65 20 64 69 73 70 6c 61 |l.also be displa| 000019e0 79 65 64 2e 20 46 72 6f 6d 20 74 68 65 6e 20 6f |yed. From then o| 000019f0 6e 2c 20 77 68 65 6e 65 76 65 72 20 61 6e 20 61 |n, whenever an a| 00001a00 70 70 6c 69 63 61 74 69 6f 6e 20 69 73 20 73 74 |pplication is st| 00001a10 61 72 74 65 64 20 77 69 74 68 0a 61 20 6e 75 6c |arted with.a nul| 00001a20 6c 20 74 61 73 6b 20 6e 61 6d 65 20 74 68 65 20 |l task name the | 00001a30 52 4d 41 20 69 73 20 72 65 2d 73 63 61 6e 6e 65 |RMA is re-scanne| 00001a40 64 20 66 6f 72 20 74 68 65 20 45 78 74 65 6e 64 |d for the Extend| 00001a50 20 56 69 72 75 73 20 6d 6f 64 75 6c 65 2e 0a 0a | Virus module...| 00001a60 54 68 65 20 64 69 61 6c 6f 67 75 65 20 62 6f 78 |The dialogue box| 00001a70 20 68 61 73 20 74 68 65 20 66 6f 6c 6c 6f 77 69 | has the followi| 00001a80 6e 67 20 6f 70 74 69 6f 6e 73 2e 2e 2e 0a 0a 46 |ng options.....F| 00001a90 69 6c 69 6e 67 20 53 79 73 74 65 6d 3a 20 43 6c |iling System: Cl| 00001aa0 69 63 6b 20 6f 6e 20 74 68 65 20 79 65 6c 6c 6f |ick on the yello| 00001ab0 77 20 62 75 74 74 6f 6e 20 74 6f 20 63 79 63 6c |w button to cycl| 00001ac0 65 20 74 68 72 6f 75 67 68 20 74 68 65 20 61 76 |e through the av| 00001ad0 61 69 6c 61 62 6c 65 0a 20 20 20 20 20 20 20 20 |ailable. | 00001ae0 20 20 20 20 20 20 20 66 69 6c 69 6e 67 20 73 79 | filing sy| 00001af0 73 74 65 6d 73 2e 20 56 4b 69 6c 6c 65 72 20 77 |stems. VKiller w| 00001b00 69 6c 6c 20 75 73 75 61 6c 6c 79 20 73 74 61 72 |ill usually star| 00001b10 74 20 75 70 20 77 69 74 68 20 61 64 66 73 0a 20 |t up with adfs. | 00001b20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 61 73 | as| 00001b30 20 74 68 65 20 64 65 66 61 75 6c 74 2c 20 62 75 | the default, bu| 00001b40 74 20 74 68 65 20 63 79 63 6c 65 20 6f 72 64 65 |t the cycle orde| 00001b50 72 20 69 73 20 69 6e 20 66 69 6c 69 6e 67 20 73 |r is in filing s| 00001b60 79 73 74 65 6d 0a 20 20 20 20 20 20 20 20 20 20 |ystem. | 00001b70 20 20 20 20 20 6e 75 6d 62 65 72 20 6f 72 64 65 | number orde| 00001b80 72 2e 0a 0a 44 72 69 76 65 3a 20 20 43 6c 69 63 |r...Drive: Clic| 00001b90 6b 20 6f 6e 20 6f 6e 65 20 6f 66 20 74 68 65 20 |k on one of the | 00001ba0 61 76 61 69 6c 61 62 6c 65 20 64 72 69 76 65 73 |available drives| 00001bb0 20 74 6f 20 73 65 6c 65 63 74 20 69 74 20 28 73 | to select it (s| 00001bc0 68 6f 77 6e 20 77 69 74 68 20 61 0a 20 20 20 20 |hown with a. | 00001bd0 20 20 20 20 79 65 6c 6c 6f 77 20 62 61 63 6b 67 | yellow backg| 00001be0 72 6f 75 6e 64 29 2e 20 54 68 65 20 64 72 69 76 |round). The driv| 00001bf0 65 20 69 73 20 69 6e 69 74 69 61 6c 6c 79 20 73 |e is initially s| 00001c00 65 74 20 74 6f 20 74 68 65 20 64 65 66 61 75 6c |et to the defaul| 00001c10 74 20 6f 6e 65 0a 20 20 20 20 20 20 20 20 28 65 |t one. (e| 00001c20 2e 67 2e 20 66 6f 72 20 61 64 66 73 2c 20 69 74 |.g. for adfs, it| 00001c30 20 77 6f 75 6c 64 20 62 65 20 74 68 65 20 2a 43 | would be the *C| 00001c40 6f 6e 66 69 67 75 72 65 20 44 72 69 76 65 20 6f |onfigure Drive o| 00001c50 70 74 69 6f 6e 29 2e 0a 0a 44 69 72 20 53 63 61 |ption)...Dir Sca| 00001c60 6e 3a 20 54 68 69 73 20 6c 69 6e 65 20 64 69 73 |n: This line dis| 00001c70 70 6c 61 79 73 20 77 68 69 63 68 20 64 69 72 65 |plays which dire| 00001c80 63 74 6f 72 79 20 74 68 65 20 44 72 69 76 65 20 |ctory the Drive | 00001c90 53 63 61 6e 20 68 61 73 20 67 6f 74 20 74 6f 2e |Scan has got to.| 00001ca0 0a 20 20 20 20 20 20 20 20 20 20 54 68 65 20 6f |. The o| 00001cb0 6e 6c 79 20 65 78 63 65 70 74 69 6f 6e 20 74 6f |nly exception to| 00001cc0 20 74 68 69 73 20 69 73 20 77 68 65 6e 20 69 74 | this is when it| 00001cd0 20 69 73 20 75 73 65 64 20 74 6f 20 64 69 73 70 | is used to disp| 00001ce0 6c 61 79 20 74 68 65 0a 20 20 20 20 20 20 20 20 |lay the. | 00001cf0 20 20 45 78 65 63 75 74 69 6f 6e 20 43 6f 75 6e | Execution Coun| 00001d00 74 20 77 68 65 6e 20 74 68 65 20 45 78 74 65 6e |t when the Exten| 00001d10 64 20 56 69 72 75 73 20 6d 6f 64 75 6c 65 20 69 |d Virus module i| 00001d20 73 20 66 6f 75 6e 64 2e 0a 0a 53 74 61 74 75 73 |s found...Status| 00001d30 3a 20 20 20 47 65 6e 65 72 61 6c 20 62 72 69 65 |: General brie| 00001d40 66 20 6d 65 73 73 61 67 65 73 20 61 72 65 20 64 |f messages are d| 00001d50 69 73 70 6c 61 79 65 64 20 68 65 72 65 2e 0a 0a |isplayed here...| 00001d60 54 68 65 20 6e 65 78 74 20 66 6f 75 72 20 66 69 |The next four fi| 00001d70 65 6c 64 73 20 61 72 65 20 73 65 6c 66 2d 65 78 |elds are self-ex| 00001d80 70 6c 61 6e 61 74 6f 72 79 20 61 6e 64 20 61 72 |planatory and ar| 00001d90 65 20 63 6f 75 6e 74 65 72 73 20 66 6f 72 20 74 |e counters for t| 00001da0 68 65 20 6e 75 6d 62 65 72 0a 6f 66 20 74 69 6d |he number.of tim| 00001db0 65 73 20 74 68 65 20 45 78 74 65 6e 64 20 56 69 |es the Extend Vi| 00001dc0 72 75 73 20 77 61 73 20 65 6e 63 6f 75 6e 74 65 |rus was encounte| 00001dd0 72 65 64 20 69 6e 20 52 4d 41 20 6f 72 20 6f 6e |red in RMA or on| 00001de0 20 64 69 73 6b 2c 20 74 68 65 20 6e 75 6d 62 65 | disk, the numbe| 00001df0 72 20 6f 66 0a 6e 65 77 20 69 6e 6e 6f 63 75 6c |r of.new innocul| 00001e00 61 74 69 6f 6e 73 20 61 6e 64 20 74 68 65 20 6e |ations and the n| 00001e10 75 6d 62 65 72 20 6f 66 20 44 72 69 76 65 20 53 |umber of Drive S| 00001e20 63 61 6e 73 20 73 6f 20 66 61 72 2e 0a 0a 53 74 |cans so far...St| 00001e30 61 72 74 20 44 72 69 76 65 20 53 63 61 6e 3a 20 |art Drive Scan: | 00001e40 43 6c 69 63 6b 69 6e 67 20 6f 6e 20 74 68 69 73 |Clicking on this| 00001e50 20 77 69 6c 6c 20 73 74 61 72 74 20 61 20 44 72 | will start a Dr| 00001e60 69 76 65 20 53 63 61 6e 20 28 74 68 65 20 68 69 |ive Scan (the hi| 00001e70 67 68 6c 69 67 68 74 65 64 0a 20 20 20 20 20 20 |ghlighted. | 00001e80 20 20 20 20 20 20 20 20 20 20 20 20 62 75 74 74 | butt| 00001e90 6f 6e 20 6c 61 62 65 6c 20 62 65 63 6f 6d 65 73 |on label becomes| 00001ea0 20 22 53 74 6f 70 20 44 72 69 76 65 20 53 63 61 | "Stop Drive Sca| 00001eb0 6e 22 29 2e 20 49 74 20 6d 61 79 20 62 65 20 73 |n"). It may be s| 00001ec0 74 6f 70 70 65 64 0a 20 20 20 20 20 20 20 20 20 |topped. | 00001ed0 20 20 20 20 20 20 20 20 20 61 74 20 61 6e 79 20 | at any | 00001ee0 74 69 6d 65 20 62 79 20 63 6c 69 63 6b 69 6e 67 |time by clicking| 00001ef0 20 6f 6e 20 74 68 65 20 28 72 65 6c 61 62 65 6c | on the (relabel| 00001f00 6c 65 64 29 20 62 75 74 74 6f 6e 20 61 67 61 69 |led) button agai| 00001f10 6e 2c 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |n,. | 00001f20 20 20 20 20 20 62 75 74 20 74 68 69 73 20 64 6f | but this do| 00001f30 65 73 20 6e 6f 74 20 69 6e 63 72 65 6d 65 6e 74 |es not increment| 00001f40 20 74 68 65 20 44 72 69 76 65 20 53 63 61 6e 20 | the Drive Scan | 00001f50 63 6f 75 6e 74 65 72 2e 0a 0a 49 6e 6e 6f 63 75 |counter...Innocu| 00001f60 6c 61 74 65 20 44 75 72 69 6e 67 20 53 63 61 6e |late During Scan| 00001f70 3a 20 43 6c 69 63 6b 69 6e 67 20 6f 6e 20 74 68 |: Clicking on th| 00001f80 69 73 20 77 69 6c 6c 20 74 6f 67 67 6c 65 20 74 |is will toggle t| 00001f90 68 65 20 6f 70 74 69 6f 6e 20 74 6f 20 69 6e 6e |he option to inn| 00001fa0 6f 63 75 6c 61 74 65 0a 20 20 20 20 20 20 20 20 |oculate. | 00001fb0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001fc0 41 4c 4c 20 21 42 6f 6f 74 20 66 69 6c 65 73 20 |ALL !Boot files | 00001fd0 77 69 74 68 20 74 68 65 20 4f 62 65 79 20 28 26 |with the Obey (&| 00001fe0 46 45 42 29 20 66 69 6c 65 74 79 70 65 0a 20 20 |FEB) filetype. | 00001ff0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00002000 20 20 20 20 20 20 65 6e 63 6f 75 6e 74 65 72 65 | encountere| 00002010 64 20 64 75 72 69 6e 67 20 74 68 65 20 73 63 61 |d during the sca| 00002020 6e 2e 20 49 66 20 69 74 20 69 73 20 6e 6f 74 20 |n. If it is not | 00002030 73 65 6c 65 63 74 65 64 2c 0a 20 20 20 20 20 20 |selected,. | 00002040 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00002050 20 20 74 68 65 6e 20 61 6e 79 20 21 42 6f 6f 74 | then any !Boot| 00002060 20 66 69 6c 65 73 20 69 6e 66 65 63 74 65 64 20 | files infected | 00002070 77 69 74 68 20 74 68 65 20 45 78 74 65 6e 64 20 |with the Extend | 00002080 56 69 72 75 73 0a 20 20 20 20 20 20 20 20 20 20 |Virus. | 00002090 20 20 20 20 20 20 20 20 20 20 20 20 20 20 77 69 | wi| 000020a0 6c 6c 20 73 74 69 6c 6c 20 62 65 20 69 6e 6e 6f |ll still be inno| 000020b0 63 75 6c 61 74 65 64 20 61 6e 79 77 61 79 2e 0a |culated anyway..| 000020c0 0a 4e 6f 74 65 73 20 61 62 6f 75 74 20 74 68 65 |.Notes about the| 000020d0 20 44 72 69 76 65 20 53 63 61 6e 0a 2d 2d 2d 2d | Drive Scan.----| 000020e0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 000020f0 2d 2d 2d 2d 2d 2d 0a 0a 54 68 65 20 44 72 69 76 |------..The Driv| 00002100 65 20 53 63 61 6e 20 69 73 20 66 75 6c 6c 79 20 |e Scan is fully | 00002110 6d 75 6c 74 69 2d 74 61 73 6b 69 6e 67 20 61 6e |multi-tasking an| 00002120 64 20 74 68 65 20 56 4b 69 6c 6c 65 72 20 64 69 |d the VKiller di| 00002130 61 6c 6f 67 75 65 20 62 6f 78 20 64 6f 65 73 20 |alogue box does | 00002140 4e 4f 54 0a 6e 65 65 64 20 74 6f 20 62 65 20 6f |NOT.need to be o| 00002150 70 65 6e 20 64 75 72 69 6e 67 20 74 68 65 20 73 |pen during the s| 00002160 63 61 6e 2e 20 49 66 20 74 68 65 20 64 69 61 6c |can. If the dial| 00002170 6f 67 75 65 20 62 6f 78 20 69 73 20 63 6c 6f 73 |ogue box is clos| 00002180 65 64 20 64 75 72 69 6e 67 20 61 20 73 63 61 6e |ed during a scan| 00002190 2c 0a 74 68 65 6e 20 69 74 20 77 69 6c 6c 20 62 |,.then it will b| 000021a0 65 20 61 75 74 6f 6d 61 74 69 63 61 6c 6c 79 20 |e automatically | 000021b0 72 65 2d 6f 70 65 6e 65 64 20 28 6f 72 20 62 72 |re-opened (or br| 000021c0 6f 75 67 68 74 20 74 6f 20 74 68 65 20 66 72 6f |ought to the fro| 000021d0 6e 74 20 69 66 20 69 74 20 69 73 0a 61 6c 72 65 |nt if it is.alre| 000021e0 61 64 79 20 6f 70 65 6e 29 20 77 68 65 6e 20 61 |ady open) when a| 000021f0 6e 20 69 6e 66 65 63 74 69 6f 6e 20 69 73 20 66 |n infection is f| 00002200 6f 75 6e 64 20 6f 72 20 74 68 65 20 44 72 69 76 |ound or the Driv| 00002210 65 20 53 63 61 6e 20 68 61 73 20 66 69 6e 69 73 |e Scan has finis| 00002220 68 65 64 2e 0a 0a 49 66 20 74 68 65 20 45 78 74 |hed...If the Ext| 00002230 65 6e 64 20 56 69 72 75 73 20 6d 6f 64 75 6c 65 |end Virus module| 00002240 20 69 73 20 72 75 6e 20 6d 69 64 2d 77 61 79 20 | is run mid-way | 00002250 74 68 72 6f 75 67 68 20 61 20 44 72 69 76 65 20 |through a Drive | 00002260 53 63 61 6e 2c 20 74 68 65 6e 20 74 68 65 0a 6d |Scan, then the.m| 00002270 6f 64 75 6c 65 20 77 69 6c 6c 20 62 65 20 61 75 |odule will be au| 00002280 74 6f 6d 61 74 69 63 61 6c 6c 79 20 6b 69 6c 6c |tomatically kill| 00002290 65 64 20 61 6e 64 20 74 68 65 20 64 69 61 6c 6f |ed and the dialo| 000022a0 67 75 65 20 62 6f 78 20 77 69 6c 6c 20 62 65 20 |gue box will be | 000022b0 72 65 2d 6f 70 65 6e 65 64 0a 28 61 73 20 69 74 |re-opened.(as it| 000022c0 20 77 6f 75 6c 64 20 62 65 20 69 66 20 74 68 65 | would be if the| 000022d0 20 45 78 74 65 6e 64 20 56 69 72 75 73 20 6d 6f | Extend Virus mo| 000022e0 64 75 6c 65 20 77 61 73 20 72 75 6e 20 61 74 20 |dule was run at | 000022f0 61 6e 79 20 74 69 6d 65 29 20 77 69 74 68 20 61 |any time) with a| 00002300 0a 73 75 69 74 61 62 6c 65 20 6d 65 73 73 61 67 |.suitable messag| 00002310 65 2e 20 41 74 20 74 68 65 20 65 6e 64 20 6f 66 |e. At the end of| 00002320 20 74 68 61 74 20 44 72 69 76 65 20 53 63 61 6e | that Drive Scan| 00002330 2c 20 79 6f 75 20 61 72 65 20 61 64 76 69 73 65 |, you are advise| 00002340 64 20 74 68 61 74 20 74 68 65 0a 64 72 69 76 65 |d that the.drive| 00002350 20 6d 61 79 20 73 74 69 6c 6c 20 62 65 20 69 6e | may still be in| 00002360 66 65 63 74 65 64 2c 20 69 6e 20 77 68 69 63 68 |fected, in which| 00002370 20 63 61 73 65 20 79 6f 75 20 73 68 6f 75 6c 64 | case you should| 00002380 20 72 65 2d 73 63 61 6e 20 74 68 61 74 20 64 72 | re-scan that dr| 00002390 69 76 65 0a 28 61 6e 64 20 74 68 65 20 64 72 69 |ive.(and the dri| 000023a0 76 65 20 74 68 61 74 20 63 61 75 73 65 64 20 74 |ve that caused t| 000023b0 68 65 20 69 6e 66 65 63 74 69 6f 6e 20 69 6e 20 |he infection in | 000023c0 74 68 65 20 66 69 72 73 74 20 70 6c 61 63 65 29 |the first place)| 000023d0 2e 0a 0a 44 75 65 20 74 6f 20 61 20 62 75 67 20 |...Due to a bug | 000023e0 69 6e 20 42 41 53 49 43 20 56 20 28 74 68 65 20 |in BASIC V (the | 000023f0 73 70 61 63 65 20 63 6c 61 69 6d 65 64 20 62 79 |space claimed by| 00002400 20 4c 4f 43 41 4c 6c 79 20 44 49 4d 6d 65 64 20 | LOCALly DIMmed | 00002410 6d 65 6d 6f 72 79 20 61 72 72 61 79 73 0a 69 73 |memory arrays.is| 00002420 20 6e 6f 74 20 72 65 6c 65 61 73 65 64 20 77 68 | not released wh| 00002430 65 6e 20 74 68 65 20 70 72 6f 63 65 64 75 72 65 |en the procedure| 00002440 20 65 78 69 74 73 29 2c 20 49 20 68 61 76 65 20 | exits), I have | 00002450 68 61 64 20 74 6f 20 69 6d 70 6f 73 65 20 74 68 |had to impose th| 00002460 65 0a 66 6f 6c 6c 6f 77 69 6e 67 20 28 76 65 72 |e.following (ver| 00002470 79 20 67 65 6e 65 72 6f 75 73 29 20 72 65 73 74 |y generous) rest| 00002480 72 69 63 74 69 6f 6e 73 3a 0a 0a 21 42 6f 6f 74 |rictions:..!Boot| 00002490 20 28 4f 62 65 79 29 20 66 69 6c 65 73 20 6c 6f | (Obey) files lo| 000024a0 6e 67 65 72 20 74 68 61 6e 20 35 4b 20 77 69 6c |nger than 5K wil| 000024b0 6c 20 62 65 20 73 6b 69 70 70 65 64 20 28 61 20 |l be skipped (a | 000024c0 6d 65 73 73 61 67 65 20 69 73 20 64 69 73 70 6c |message is displ| 000024d0 61 79 65 64 29 2e 0a 44 69 72 73 20 6e 65 73 74 |ayed)..Dirs nest| 000024e0 65 64 20 64 65 65 70 65 72 20 74 68 61 6e 20 38 |ed deeper than 8| 000024f0 20 6c 65 76 65 6c 73 20 77 69 6c 6c 20 62 65 20 | levels will be | 00002500 73 6b 69 70 70 65 64 20 28 61 6c 73 6f 20 64 69 |skipped (also di| 00002510 73 70 6c 61 79 73 20 6d 65 73 73 61 67 65 29 2e |splays message).| 00002520 0a 0a 49 20 68 61 76 65 20 6e 65 76 65 72 20 63 |..I have never c| 00002530 6f 6d 65 20 61 63 72 6f 73 73 20 61 6e 79 20 61 |ome across any a| 00002540 70 70 6c 69 63 61 74 69 6f 6e 20 74 68 61 74 20 |pplication that | 00002550 65 78 63 65 65 64 73 20 74 68 65 73 65 20 76 61 |exceeds these va| 00002560 6c 75 65 73 2c 20 62 75 74 0a 69 66 20 73 6f 6d |lues, but.if som| 00002570 65 6f 6e 65 20 68 61 73 20 6f 6e 65 20 74 68 61 |eone has one tha| 00002580 74 20 64 6f 65 73 2c 20 70 6c 65 61 73 65 20 74 |t does, please t| 00002590 65 6c 6c 20 6d 65 2c 20 73 6f 20 49 20 63 61 6e |ell me, so I can| 000025a0 20 6d 6f 64 69 66 79 20 74 68 65 20 6c 69 6d 69 | modify the limi| 000025b0 74 73 2e 0a 0a 52 65 71 75 65 73 74 20 46 6f 72 |ts...Request For| 000025c0 20 56 69 72 75 73 65 73 0a 2d 2d 2d 2d 2d 2d 2d | Viruses.-------| 000025d0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 59 65 |------------..Ye| 000025e0 73 2c 20 74 68 69 73 20 69 73 20 61 20 73 74 72 |s, this is a str| 000025f0 61 6e 67 65 20 74 68 69 6e 67 20 74 6f 20 61 73 |ange thing to as| 00002600 6b 2c 20 62 75 74 20 63 6f 75 6c 64 20 70 65 6f |k, but could peo| 00002610 70 6c 65 20 69 6e 20 70 6f 73 73 65 73 69 6f 6e |ple in possesion| 00002620 20 6f 66 20 61 20 76 69 72 75 73 0a 70 6c 65 61 | of a virus.plea| 00002630 73 65 20 73 65 6e 64 20 69 74 20 74 6f 20 74 68 |se send it to th| 00002640 65 20 61 64 64 72 65 73 73 20 61 74 20 74 68 65 |e address at the| 00002650 20 65 6e 64 20 6f 66 20 74 68 69 73 20 64 6f 63 | end of this doc| 00002660 75 6d 65 6e 74 20 3f 20 50 6c 65 61 73 65 20 6d |ument ? Please m| 00002670 61 72 6b 20 74 68 65 0a 64 69 73 63 20 28 6f 72 |ark the.disc (or| 00002680 20 65 2d 6d 61 69 6c 20 21 29 20 63 6c 65 61 72 | e-mail !) clear| 00002690 6c 79 20 74 68 61 74 20 69 74 20 63 6f 6e 74 61 |ly that it conta| 000026a0 69 6e 73 20 61 20 76 69 72 75 73 2e 20 49 20 77 |ins a virus. I w| 000026b0 6f 75 6c 64 20 6c 69 6b 65 20 56 4b 69 6c 6c 65 |ould like VKille| 000026c0 72 20 74 6f 0a 65 76 6f 6c 76 65 20 74 6f 20 63 |r to.evolve to c| 000026d0 6f 70 65 20 77 69 74 68 20 6f 74 68 65 72 20 76 |ope with other v| 000026e0 69 72 75 73 65 73 20 28 49 20 6b 6e 6f 77 20 74 |iruses (I know t| 000026f0 68 61 74 20 74 68 65 72 65 20 61 20 66 65 77 20 |hat there a few | 00002700 6f 74 68 65 72 73 20 66 6c 6f 61 74 69 6e 67 0a |others floating.| 00002710 61 72 6f 75 6e 64 2c 20 73 6f 20 49 27 64 20 61 |around, so I'd a| 00002720 70 70 72 65 63 69 61 74 65 20 61 6e 79 6f 6e 65 |ppreciate anyone| 00002730 27 73 20 61 73 73 69 73 74 61 6e 63 65 20 69 6e |'s assistance in| 00002740 20 74 72 61 63 6b 69 6e 67 20 74 68 65 6d 20 64 | tracking them d| 00002750 6f 77 6e 29 2e 0a 0a 43 72 65 64 69 74 73 0a 2d |own)...Credits.-| 00002760 2d 2d 2d 2d 2d 2d 0a 0a 2a 20 53 69 6d 6f 6e 20 |------..* Simon | 00002770 42 75 72 72 6f 77 73 20 66 6f 72 20 73 75 70 70 |Burrows for supp| 00002780 6c 79 69 6e 67 20 6d 65 20 77 69 74 68 20 74 68 |lying me with th| 00002790 65 20 45 78 74 65 6e 64 20 56 69 72 75 73 20 6d |e Extend Virus m| 000027a0 6f 64 75 6c 65 20 28 61 6e 64 20 63 6c 65 61 72 |odule (and clear| 000027b0 6c 79 0a 20 20 6d 61 72 6b 65 64 20 61 73 20 73 |ly. marked as s| 000027c0 6f 2c 20 75 6e 6c 69 6b 65 20 63 65 72 74 61 69 |o, unlike certai| 000027d0 6e 20 6f 74 68 65 72 20 63 6f 6e 74 61 63 74 73 |n other contacts| 000027e0 20 49 20 68 61 76 65 20 3a 2d 29 20 29 2e 0a 0a | I have :-) )...| 000027f0 52 65 76 69 73 69 6f 6e 20 48 69 73 74 6f 72 79 |Revision History| 00002800 20 6f 66 20 56 4b 69 6c 6c 65 72 0a 2d 2d 2d 2d | of VKiller.----| 00002810 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00002820 2d 2d 2d 2d 2d 2d 2d 0a 56 31 2e 31 30 61 20 28 |-------.V1.10a (| 00002830 4a 61 6e 75 61 72 79 20 31 39 39 31 29 20 62 79 |January 1991) by| 00002840 20 53 74 65 76 65 20 54 75 72 6e 62 75 6c 6c 0a | Steve Turnbull.| 00002850 0a 2a 20 44 75 65 20 74 6f 20 61 6e 20 61 73 73 |.* Due to an ass| 00002860 75 6d 70 74 69 6f 6e 20 56 4b 69 6c 6c 65 72 20 |umption VKiller | 00002870 66 61 69 6c 65 64 20 74 6f 20 63 72 65 61 74 65 |failed to create| 00002880 20 63 6f 72 72 65 63 74 20 63 61 6c 6c 73 20 74 | correct calls t| 00002890 6f 20 66 69 6c 69 6e 67 0a 20 20 73 79 73 74 65 |o filing. syste| 000028a0 6d 73 20 6f 74 68 65 72 20 74 68 61 6e 20 41 44 |ms other than AD| 000028b0 46 53 2e 20 54 68 65 20 61 73 73 75 6d 70 74 69 |FS. The assumpti| 000028c0 6f 6e 20 63 72 65 61 74 65 64 20 53 57 49 20 63 |on created SWI c| 000028d0 61 6c 6c 73 20 77 69 74 68 20 6c 6f 77 65 72 20 |alls with lower | 000028e0 63 61 73 65 0a 20 20 70 72 65 66 69 78 65 73 20 |case. prefixes | 000028f0 77 68 65 72 65 61 73 20 74 68 65 79 20 61 72 65 |whereas they are| 00002900 20 75 73 75 61 6c 6c 79 20 75 70 70 65 72 20 63 | usually upper c| 00002910 61 73 65 20 28 53 43 53 49 46 53 2c 20 49 44 45 |ase (SCSIFS, IDE| 00002920 46 53 20 61 6e 64 20 73 6f 20 6f 6e 29 2e 0a 20 |FS and so on).. | 00002930 20 41 20 6e 65 77 20 72 6f 75 74 69 6e 65 20 28 | A new routine (| 00002940 46 4e 75 70 70 65 72 29 20 77 61 73 20 63 72 65 |FNupper) was cre| 00002950 61 74 65 64 20 61 6e 64 20 69 6e 73 65 72 74 65 |ated and inserte| 00002960 64 20 69 6e 20 74 68 65 20 61 70 70 72 6f 70 72 |d in the appropr| 00002970 69 61 74 65 20 70 6c 61 63 65 0a 20 20 73 6f 20 |iate place. so | 00002980 6e 6f 77 20 69 74 20 77 6f 72 6b 73 20 77 69 74 |now it works wit| 00002990 68 20 6d 79 20 69 64 65 41 20 68 61 72 64 20 64 |h my ideA hard d| 000029a0 69 73 63 21 0a 0a 56 31 2e 31 30 20 28 44 65 63 |isc!..V1.10 (Dec| 000029b0 65 6d 62 65 72 20 31 39 39 30 29 0a 2d 2d 2d 2d |ember 1990).----| 000029c0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 000029d0 2d 0a 0a 2a 20 4e 6f 77 20 6d 75 6c 74 69 2d 74 |-..* Now multi-t| 000029e0 61 73 6b 73 20 77 69 74 68 20 61 20 64 69 61 6c |asks with a dial| 000029f0 6f 67 75 65 20 62 6f 78 20 74 6f 20 73 65 6c 65 |ogue box to sele| 00002a00 63 74 20 6f 70 74 69 6f 6e 73 2e 20 43 6f 64 65 |ct options. Code| 00002a10 20 73 75 62 73 74 61 6e 74 69 61 6c 6c 79 0a 20 | substantially. | 00002a20 20 72 65 77 6f 72 6b 65 64 20 74 6f 20 73 75 70 | reworked to sup| 00002a30 70 6f 72 74 20 74 68 65 20 57 49 4d 50 20 28 61 |port the WIMP (a| 00002a40 6e 64 20 69 74 20 74 6f 6f 6b 20 6c 6f 6e 67 65 |nd it took longe| 00002a50 72 20 74 68 61 6e 20 74 68 65 20 67 75 74 73 20 |r than the guts | 00002a60 6f 66 20 56 31 2e 30 30 0a 20 20 64 69 64 20 21 |of V1.00. did !| 00002a70 29 2e 0a 0a 2a 20 4e 65 77 20 70 61 74 63 68 20 |)...* New patch | 00002a80 63 6f 64 65 20 74 6f 20 66 69 78 20 45 78 74 65 |code to fix Exte| 00002a90 6e 64 20 56 69 72 75 73 20 62 75 67 20 2d 20 6e |nd Virus bug - n| 00002aa0 6f 77 20 70 72 6f 76 69 64 65 73 20 73 61 66 65 |ow provides safe| 00002ab0 72 20 57 69 6d 70 5f 43 6c 6f 73 65 44 6f 77 6e |r Wimp_CloseDown| 00002ac0 0a 20 20 63 61 6c 6c 73 20 66 6f 72 20 35 30 25 |. calls for 50%| 00002ad0 20 6f 66 20 74 68 65 20 74 69 6d 65 2e 20 44 65 | of the time. De| 00002ae0 73 70 69 74 65 20 74 68 69 73 2c 20 52 4d 4b 69 |spite this, RMKi| 00002af0 6c 6c 69 6e 67 20 74 68 65 20 6d 6f 64 75 6c 65 |lling the module| 00002b00 20 69 73 20 73 74 69 6c 6c 0a 20 20 72 69 73 6b | is still. risk| 00002b10 69 65 72 20 74 68 61 6e 20 69 74 20 77 61 73 20 |ier than it was | 00002b20 77 69 74 68 20 56 31 2e 30 30 2e 0a 0a 2a 20 21 |with V1.00...* !| 00002b30 42 6f 6f 74 20 66 69 6c 65 73 20 74 6f 20 62 65 |Boot files to be| 00002b40 20 69 6e 6e 6f 63 75 6c 61 74 65 64 20 74 68 61 | innoculated tha| 00002b50 74 20 61 72 65 20 6e 6f 74 20 74 65 72 6d 69 6e |t are not termin| 00002b60 61 74 65 64 20 62 79 20 61 20 6c 69 6e 65 66 65 |ated by a linefe| 00002b70 65 64 20 28 3c 26 30 41 3e 29 0a 20 20 6e 6f 77 |ed (<&0A>). now| 00002b80 20 68 61 76 65 20 74 68 61 74 20 6d 69 73 73 69 | have that missi| 00002b90 6e 67 20 6c 69 6e 65 66 65 65 64 20 61 64 64 65 |ng linefeed adde| 00002ba0 64 20 70 72 69 6f 72 20 74 6f 20 69 6e 6e 6f 63 |d prior to innoc| 00002bb0 75 6c 61 74 69 6f 6e 2e 0a 0a 2a 20 45 78 74 65 |ulation...* Exte| 00002bc0 6e 64 20 56 69 72 75 73 20 45 78 65 63 75 74 69 |nd Virus Executi| 00002bd0 6f 6e 20 43 6f 75 6e 74 20 69 73 20 6e 6f 77 20 |on Count is now | 00002be0 64 69 73 70 6c 61 79 65 64 20 6a 75 73 74 20 62 |displayed just b| 00002bf0 65 66 6f 72 65 20 74 68 65 20 6d 6f 64 75 6c 65 |efore the module| 00002c00 20 69 73 0a 20 20 64 65 6c 65 74 65 64 20 66 72 | is. deleted fr| 00002c10 6f 6d 20 74 68 65 20 69 6e 66 65 63 74 65 64 20 |om the infected | 00002c20 64 69 73 6b 20 6f 72 20 6b 69 6c 6c 65 64 20 66 |disk or killed f| 00002c30 72 6f 6d 20 74 68 65 20 52 4d 41 2e 0a 0a 2a 20 |rom the RMA...* | 00002c40 4f 6e 6c 79 20 21 42 6f 6f 74 20 66 69 6c 65 73 |Only !Boot files| 00002c50 20 74 68 61 74 20 68 61 76 65 20 74 68 65 20 4f | that have the O| 00002c60 62 65 79 20 28 26 46 45 42 29 20 66 69 6c 65 74 |bey (&FEB) filet| 00002c70 79 70 65 20 63 61 6e 20 6e 6f 77 20 62 65 20 69 |ype can now be i| 00002c80 6e 6e 6f 63 75 6c 61 74 65 64 0a 20 20 61 67 61 |nnoculated. aga| 00002c90 69 6e 73 74 20 74 68 65 20 45 78 74 65 6e 64 20 |inst the Extend | 00002ca0 56 69 72 75 73 20 62 65 63 61 75 73 65 20 74 68 |Virus because th| 00002cb0 69 73 20 69 73 20 6f 6e 6c 79 20 66 69 6c 65 74 |is is only filet| 00002cc0 79 70 65 20 74 68 61 74 20 6d 61 6b 65 73 20 61 |ype that makes a| 00002cd0 6e 79 20 27 73 65 6e 73 65 27 0a 20 20 69 6e 20 |ny 'sense'. in | 00002ce0 74 68 65 20 63 6f 6e 74 65 78 74 20 6f 66 20 74 |the context of t| 00002cf0 68 65 20 69 6e 6e 6f 63 75 6c 61 74 69 6f 6e 2e |he innoculation.| 00002d00 0a 0a 2a 20 49 66 20 61 6e 20 69 6e 6e 6f 63 75 |..* If an innocu| 00002d10 6c 61 74 65 64 20 21 42 6f 6f 74 20 66 69 6c 65 |lated !Boot file| 00002d20 20 69 73 20 62 65 69 6e 67 20 63 72 65 61 74 65 | is being create| 00002d30 64 20 66 72 6f 6d 20 73 63 72 61 74 63 68 20 61 |d from scratch a| 00002d40 6e 64 20 74 68 65 72 65 20 69 73 0a 20 20 6e 6f |nd there is. no| 00002d50 20 21 53 70 72 69 74 65 73 20 66 69 6c 65 20 69 | !Sprites file i| 00002d60 6e 20 74 68 65 20 64 69 72 65 63 74 6f 72 79 20 |n the directory | 00002d70 28 77 69 74 68 20 74 68 65 20 53 70 72 69 74 65 |(with the Sprite| 00002d80 20 66 69 6c 65 74 79 70 65 29 2c 20 74 68 65 6e | filetype), then| 00002d90 20 74 68 65 0a 20 20 49 63 6f 6e 53 70 72 69 74 | the. IconSprit| 00002da0 65 73 20 3c 4f 62 65 79 24 44 69 72 3e 2e 21 53 |es <Obey$Dir>.!S| 00002db0 70 72 69 74 65 73 20 6c 69 6e 65 20 69 73 20 6e |prites line is n| 00002dc0 6f 20 6c 6f 6e 67 65 72 20 61 64 64 65 64 2e 0a |o longer added..| 00002dd0 0a 56 31 2e 30 30 20 28 4e 6f 76 65 6d 62 65 72 |.V1.00 (November| 00002de0 20 31 39 39 30 29 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d | 1990).---------| 00002df0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 2a 20 |------------..* | 00002e00 57 72 69 74 74 65 6e 20 61 73 20 61 20 70 6c 61 |Written as a pla| 00002e10 69 6e 20 73 69 6e 67 6c 65 2d 74 61 73 6b 69 6e |in single-taskin| 00002e20 67 20 42 41 53 49 43 20 70 72 6f 67 72 61 6d 20 |g BASIC program | 00002e30 77 68 69 63 68 20 63 6f 75 6c 64 20 61 6c 73 6f |which could also| 00002e40 20 69 6e 6e 6f 63 75 6c 61 74 65 0a 20 20 21 42 | innoculate. !B| 00002e50 6f 6f 74 20 66 69 6c 65 73 20 61 67 61 69 6e 73 |oot files agains| 00002e60 74 20 74 68 65 20 45 78 74 65 6e 64 20 56 69 72 |t the Extend Vir| 00002e70 75 73 2e 0a 0a 2a 20 52 65 63 75 72 73 65 73 20 |us...* Recurses | 00002e80 64 6f 77 6e 20 64 69 72 65 63 74 6f 72 69 65 73 |down directories| 00002e90 20 28 74 6f 20 61 20 6d 61 78 69 6d 75 6d 20 6c | (to a maximum l| 00002ea0 65 76 65 6c 20 6f 66 20 38 29 20 61 6e 64 20 64 |evel of 8) and d| 00002eb0 69 73 70 6c 61 79 73 20 76 61 72 69 6f 75 73 0a |isplays various.| 00002ec0 20 20 6d 65 73 73 61 67 65 73 20 69 6e 20 67 61 | messages in ga| 00002ed0 72 69 73 68 20 72 65 64 2c 20 67 72 65 65 6e 20 |rish red, green | 00002ee0 6f 72 20 79 65 6c 6c 6f 77 2e 0a 0a 2a 20 43 61 |or yellow...* Ca| 00002ef0 6e 20 72 65 6d 6f 76 65 20 74 68 65 20 45 78 74 |n remove the Ext| 00002f00 65 6e 64 20 56 69 72 75 73 20 52 4d 41 20 6d 6f |end Virus RMA mo| 00002f10 64 75 6c 65 2c 20 64 69 73 6b 20 6d 6f 64 75 6c |dule, disk modul| 00002f20 65 20 6f 72 20 69 6e 66 65 63 74 69 6f 6e 20 6f |e or infection o| 00002f30 66 20 61 6e 20 21 42 6f 6f 74 2e 0a 0a 46 75 74 |f an !Boot...Fut| 00002f40 75 72 65 20 45 6e 68 61 6e 63 65 6d 65 6e 74 73 |ure Enhancements| 00002f50 20 74 6f 20 56 4b 69 6c 6c 65 72 0a 2d 2d 2d 2d | to VKiller.----| 00002f60 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00002f70 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 2a 20 46 69 |----------..* Fi| 00002f80 6e 64 20 61 20 77 61 79 20 74 6f 20 67 65 74 20 |nd a way to get | 00002f90 61 20 74 61 73 6b 20 68 61 6e 64 6c 65 20 67 69 |a task handle gi| 00002fa0 76 65 6e 20 74 68 61 74 20 74 61 73 6b 27 73 20 |ven that task's | 00002fb0 6e 61 6d 65 20 28 74 68 69 73 20 77 69 6c 6c 20 |name (this will | 00002fc0 6d 61 6b 65 20 74 68 65 0a 20 20 52 4d 4b 69 6c |make the. RMKil| 00002fd0 6c 69 6e 67 20 6f 66 20 74 68 65 20 45 78 74 65 |ling of the Exte| 00002fe0 6e 64 20 56 69 72 75 73 20 6d 6f 64 75 6c 65 20 |nd Virus module | 00002ff0 61 20 6c 6f 74 20 73 61 66 65 72 20 66 72 6f 6d |a lot safer from| 00003000 20 74 68 65 20 44 65 73 6b 74 6f 70 29 2e 0a 0a | the Desktop)...| 00003010 2a 20 41 64 64 20 73 75 70 70 6f 72 74 20 66 6f |* Add support fo| 00003020 72 20 6b 69 6c 6c 69 6e 67 20 28 6f 72 20 69 6e |r killing (or in| 00003030 6e 6f 63 75 6c 61 74 69 6e 67 20 61 67 61 69 6e |noculating again| 00003040 73 74 29 20 6f 74 68 65 72 20 76 69 72 75 73 65 |st) other viruse| 00003050 73 2e 0a 0a 57 68 65 72 65 20 74 6f 20 73 65 6e |s...Where to sen| 00003060 64 20 79 6f 75 72 20 76 69 72 75 73 65 73 2c 20 |d your viruses, | 00003070 62 75 67 20 72 65 70 6f 72 74 73 2c 20 66 69 78 |bug reports, fix| 00003080 65 73 2c 20 65 6e 68 61 6e 63 65 6d 65 6e 74 73 |es, enhancements| 00003090 20 65 74 63 2e 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d | etc..----------| 000030a0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 000030d0 2d 2d 2d 2d 2d 2d 2d 0a 0a 53 6e 61 69 6c 20 4d |-------..Snail M| 000030e0 61 69 6c 3a 20 20 20 20 20 20 20 20 20 20 20 20 |ail: | 000030f0 20 4a 41 4e 45 54 20 65 2d 6d 61 69 6c 3a 0a 0a | JANET e-mail:..| 00003100 52 69 63 68 61 72 64 20 4b 2e 20 4c 6c 6f 79 64 |Richard K. Lloyd| 00003110 2c 20 20 20 20 20 20 20 72 6b 6c 40 75 6b 2e 61 |, rkl@uk.a| 00003120 63 2e 6c 69 76 2e 63 73 2e 61 6e 64 0a 31 2c 20 |c.liv.cs.and.1, | 00003130 42 61 6e 6b 73 20 52 6f 61 64 2c 0a 4c 6f 77 65 |Banks Road,.Lowe| 00003140 72 20 48 65 73 77 61 6c 6c 2c 0a 57 69 72 72 61 |r Heswall,.Wirra| 00003150 6c 2c 0a 4d 65 72 73 65 79 73 69 64 65 2c 0a 47 |l,.Merseyside,.G| 00003160 72 65 61 74 20 42 72 69 74 61 69 6e 0a 4c 36 30 |reat Britain.L60| 00003170 20 39 4a 53 0a | 9JS.| 00003175