home *** CD-ROM | disk | FTP | other *** search
- ; this is a very stupid viruschecker. It only tests if somebody
- ; changes library/device vectors or adds tasks/servers
-
- pri=3
- base=exec,exec.library
- base=dos,dos.library
- include=offsets/exec
- include=offsets/dos
- watch=exec,SetFunction,RD0L/A1L/A0L/D0L,$%lx = SetFunction( $%lx, %ld, $%lx )
- watch=exec,SumLibrary,A1L,SumLibrary( $%lx )
- watch=exec,AddIntServer,D0L/A1L,AddIntServer( $%lx, $%lx )
- watch=exec,AddTask,RD0L/A1L/A2L/A3L,$%lx = AddTask( $%lx, $%lx, $%lx )
- watch=dos,DeleteFile,RBD0L/D1L,%s = DeleteFile( "%s" )
- watch=dos,Format,RD0L/D1L/D2L/D3L,$%lx = Format( "%s", "%s", $%lx )
-