home *** CD-ROM | disk | FTP | other *** search
-
- Technical info on the 'removelink.library'
- Written by Johan Öhman
-
-
- I have developed this library using
- the 'Cygnus Editor 2.12 Pro' (Partly)
- and the rest using the 'Asm-One 1.06'
- assembler (but will with small changes
- assemble correctly with many other assemblers,
- eg. DevPac)
-
- The current source is on aprox. 63000 bytes
- (+ 14000 bytes of include files),
- and when it's assembled and written to
- disk as a object-file, that file will take
- up about 8 kB's of diskspace.
-
- The internal virus-recogs are currently using
- AT LEAST 4 LONGWORDS (on some hard viruses I use
- even up to 6 longwords).
-
- That means that >>20 BYTES<< has to be in thesame order
- at thesame place, and at the right spot in the infected
- file for the library to (and even now I'm not sure the library will)
- make ANY misstake...
-
- Those chances are very, very, very small.
-
- To get the number of viruses covered, you just get them through
- the 'RL_VirusesCovered' field, and to get the names
- you just access the 'RL_VirusList' field (this is what
- the 'ShowVList' programme does.
- That programme should be on this disk too ).
-