|
MVFilter Returns different error codes based on what actions
have been performed or what errors have occured. It returns:
30 if VBA Macros were disinfected.
31 if Pre-VBA Macros were disinfected.
40 if disinfection was not completed.
80 if Input File was not opened.
81 if the File has an invalid header.
82 if Backup file could not be opened.
98 if an invalid command line option is entered.
99 if No valid license key was found.
In addition to the codes listed above, the mvfilter returns the
following values when the `-t' (test) option is supplied:
10 if VBA Macros were found.
11 if Pre-VBA Macros were found.
20 if No Macros were found.
|