The exit code of 'fpscan' and 'fpscand' is a one byte decimal (0-255) where each bit corresponds to a certain event that can happen during scanning.
Bits 1-2 (1 and 2 in decimal) give information about infections that were found and not disinfected, bits 3-6 (4, 6, 16, 32 in decimal) give information about various errors and limits that occurred and bits 7-8 (64 and 128 in decimal) tell whether something could not be scanned or was disinfected.
The exact meaning of the exitcode depends on the combination of bits as well as certain combinations of bits also have special meaning besides their "normal" meaning (see the Exitcodes table at the bottom for full list).
Infection codes
Decimal value | Bit 1 | Bit 2 | Description |
1 | 1 | 0 | At least one virus-infected object was found (and remains). |
2 | 0 | 1 | At least one suspicious (heuristic match) object was found (and remains). |
3 | 1 | 1 | Both of the above. |
Testing for infections could be done with "exitcode & 0x03"
Error/Unsure codes
Decimal value | Description |
4 | Interrupted by user. (SIGINT, SIGBREAK). |
8 | Scan restriction caused scan to skip files (maxdepth directories, maxdepth archives, exclusion list, etc). |
16 | Platform error (out of memory, real I/O errors, insufficient file permission etc.). |
32 | Internal engine error (whatever the engine fails at) |
The following are special cases.
Decimal value | Bits | Description |
20 | 4+16 | Also used for initialization error, i.e. every failure that occurs before any scanning starts. |
48 | 16+32 | Also used for crashes (handle_gpf). |
Clean codes
Decimal value | Description |
64 | At least one object was not scanned (encrypted file, unsupported/unknown compression method, corrupted or invalid file). |
128 | At least one object was disinfected (clean now) |
Exitcodes (full list)
Exitcodes that also can have special meaning are marked with an asterisk (*).
Decimal value | Bits set | Description |
0 | none | Nothing found. Nothing unusual happened during scan. All clean. |
1 | 1 | At least one virus found and remains. |
2 | 2 | At least one suspicious file found and remains. |
3 | 1+2 | At least one virus and one suspicious file found and remain. |
4 | 4 | The scan was aborted before it finished; nothing found so far. |
5 | 1+4 | At least one virus found and remains. The scan was aborted by user before it finished. |
6 | 2+4 | At least one suspicious file found and remains. The scan was aborted by user before it finished. |
7 | 1+2+4 | At least one virus and one suspicious file found and remain. The scan was aborted by user before it finished. |
8 | 8 | Nothing found, but not all files were scanned due to scan restrictions/limits. |
9 | 1+8 | At least one virus found and remains. Not all files were scanned due to scan restrictions/limits. |
10 | 2+8 | At least one suspicious file found and remains. Not all files were scanned due to scan restrictions/limits. |
11 | 1+2+8 | At least one virus and one suspicious file found and remain. Not all files were scanned due to scan restrictions/limits. |
12 | 4+8 | Scan aborted. Nothing found so far, but some files were not scanned due to scan restrictions/limits. |
13 | 1+4+8 | At least one virus found (and remains) before the scan was aborted. Some files were not scanned due to scan restrictions/limits. |
14 | 2+4+8 | At least one suspicious file found (and remains) before the scan was aborted. Some files were not scanned due to scan restrictions/limits. |
15 | 1+2+4+8 | At least one virus and one suspicious file found (and remain) before scan was aborted. Some files were not scanned due to scan restrictions/limits. |
16 | 16 | Nothing found but some platform error occurred. This may have caused the scan to stop prematurely. |
17 | 1+16 | At least one virus found and remains. Some platform error occurred which may have caused the scan to stop prematurely. |
18 | 2+16 | At least one suspicious file found and remains. Some platform errors occurred which may have caused the scan to stop prematurely. |
19 | 1+2+16 | At least one virus and one suspicious file found and remain. Some platform error occurred which may have caused the scan to stop prematurely. |
20* | 4+16 | Some platform error occurred and the user aborted. Note: this also includes initialization errors. |
21 | 1+4+16 | At least one virus was found (and remains) before user aborted. Some platform error occurred. |
22 | 2+4+16 | At least one suspicious file was found (and remains) before user aborted. Some platform error occurred. |
23 | 1+2+4+16 | At least one virus and one suspicious file were found (and remain) before user aborted. Some platform error occurred. |
24 | 8+16 | Nothing found, but not all files were scanned due to scan restrictions/limits. Some platform error occurred which may have caused the scan to stop prematurely. |
25 | 1+8+16 | At least one virus found and remains. Not all files were scanned due to scan restrictions/limits. Some platform error occurred which may have caused the scan to stop prematurely. |
26 | 2+8+16 | At least one suspicious file found and remains. Not all files were scanned due to scan restrictions/limits. Some platform error occurred which may have caused the scan to stop prematurely. |
27 | 1+2+8+16 | At least one virus and one suspicious file found and remain. Not all files were scanned due to scan restrictions/limits. Some platform error occurred which may have caused the scan to stop prematurely. |
28 | 4+8+16 | Nothing found before user aborted. Some platform error occurred and some files were not scanned due to limits/restrictions. |
29 | 1+4+8+16 | At least one virus found (and remains) before user aborted. Some platform error occurred and some files were not scanned due to limits/restrictions. |
30 | 2+4+8+16 | At least one suspicious file found (and remains) before user aborted. Some platform error occurred and some files were not scanned due to limits/restrictions. |
31 | 1+2+4+8+16 | At least one virus and one suspicious file found (and remain) before user aborted. Some platform errors occurred and some files were not scanned due to limits/restrictions. |
32 | 32 | Nothing found. Internal scan engine errors occurred while scanning some objects. |
33 | 1+32 | At least one virus found and remains. Internal scan engine errors occurred while scanning some objects. |
34 | 2+32 | At least one suspicious file found and remains. Internal scan engine errors occurred while scanning some objects. |
35 | 1+2+32 | At least one virus and one suspicious file found and remain. Internal scan engine errors occurred while scanning some objects. |
36 | 4+32 | Nothing found before user aborted. Internal scan engine errors occurred while scanning some objects. |
37 | 1+4+32 | At least one virus found (and remains) before user aborted. Internal scan engine errors occurred while scanning some objects. |
38 | 2+4+32 | At least one suspicious file found (and remains) before user aborted. Internal scan engine errors occurred while scanning some objects. |
39 | 1+2+4+32 | At least one virus and one suspicious file found (and remain) before user aborted. Internal scan engine errors occurred while scanning some objects. |
40 | 8+32 | Nothing found, but not all files were scanned due to scan restrictions/limits. Internal scan engine errors occurred while scanning some objects. |
41 | 1+8+32 | At least one virus found and remains. Not all files were scanned due to scan restrictions/limits. Internal scan engine errors occurred while scanning some objects. |
42 | 2+8+32 | At least one suspicious file found and remains. Not all files were scanned due to scan restrictions/limits. Internal scan engine errors occurred while scanning some objects. |
43 | 1+2+8+32 | At least one virus and one suspicious file found and remain. Not all files were scanned due to scan restrictions/limits. Internal scan engine errors occurred while scanning some objects. |
44 | 4+8+32 | Nothing found before user aborted, but not all files were scanned due to scan restrictions/limits. Internal scan engine errors occurred while scanning some objects. |
45 | 1+4+8+32 | At least one virus found (and remains) before user aborted. Not all files were scanned due to scan restrictions/limits. Internal scan engine errors occurred while scanning some objects. |
46 | 2+4+8+32 | At least one suspicious file found (and remains) before user aborted. Not all files were scanned due to scan restrictions/limits. Internal scan engine errors occurred while scanning some objects. |
47 | 1+2+4+8+32 | At least one virus and one suspicious file found (and remain) before user aborted. Not all files were scanned due to scan restrictions/limits. Internal scan engine errors occurred while scanning some objects. |
48* | 16+32 | Nothing was found but some platform and internal engine errors occurred, which may have caused the scan to stop prematurely. This includes fatal crash errors. |
49 | 1+16+32 | At least one virus found and remains. Some platform and internal scan engine errors occurred while scanning some objects, which may have caused the scan to end prematurely. |
50 | 2+16+32 | At least one suspicious file found and remains. Some platform and internal scan engine errors occurred while scanning some objects, which may have caused the scan to end prematurely. |
51 | 1+2+16+32 | At least one virus and one suspicious file found and remain. Some platform and internal scan engine errors occurred while scanning some objects, which may have caused the scan to end prematurely. |
52 | 4+16+32 | Nothing found before user aborted. Platform and internal scan engine errors occurred while scanning some objects. |
53 | 1+4+16+32 | At least one virus found (and remains) before user aborted. Platform and internal scan engine errors occurred while scanning some objects. |
54 | 2+4+16+32 | At least one suspicious file found (and remains) before user aborted. Platform and internal scan engine errors occurred while scanning some objects. |
55 | 1+2+4+16+32 | At least one virus and one suspicious file found (and remain) before user aborted. Platform and internal scan engine errors occurred while scanning some objects. |
56 | 8+16+32 | Nothing found but some restrictions/limits were reached. Some platform and internal scan engine errors occurred while scanning some objects, which may have caused the scan to stop prematurely. |
57 | 1+8+16+32 | At least one virus found and remains. Some platform and internal scan engine errors occurred while scanning some objects, which may have caused the scan to stop prematurely. |
58 | 2+8+16+32 | At least one suspicious file found and remains. Some platform and internal scan engine errors occurred while scanning some objects, which may have caused the scan to stop prematurely. |
59 | 1+2+8+16+32 | At least one virus and one suspicious file found and remain. Some platform and internal scan engine errors occurred while scanning some objects, which may have caused the scan to stop prematurely. |
60 | 4+8+16+32 | Nothing found before user aborted. Some scan restrictions/limits were reached. Some platform and internal scan engine errors occurred while scanning. |
61 | 1+4+8+16+32 | At least one virus found (and remains) before user aborted. Some scan restrictions/limits were reached. Some platform and internal scan engine errors occurred while scanning |
62 | 2+4+8+16+32 | At least one suspicious file found (and remains) before user aborted. Some scan restrictions/limits were reached. Some platform and internal scan engine errors occurred while scanning. |
63 | 1+2+4+8+16+32 | At least one virus and one suspicious file found (and remain) before user aborted. Some scan restrictions/limits were reached. Some platform and internal scan engine errors occurred while scanning. |
64 | 64 | Nothing found but at least one object was not scanned (encrypted/corrupted/..). |
65 | 1+64 | At least one virus was found and remains. At least one object was not scanned (encrypted/corrupted/..). |
66 | 2+64 | At least one suspicious file was found and remains. At least one object was not scanned (encrypted/corrupted/..). |
67 | 1+2+64 | At least one virus and one suspicious file were found and remain. At least one object was not scanned (encrypted/corrupted/..). |
68 | 4+64 | Nothing found but at least one file was not scanned (encrypted/corrupted/..) before user aborted. |
69 | 1+4+64 | At least one virus was found and remains. At least one object was not scanned (encrypted/corrupted/..) before user aborted. |
70 | 2+4+64 | At least one suspicious file was found and remains. At least one object was not scanned (encrypted/corrupted/..) before user aborted. |
71 | 1+2+4+64 | At least one virus and one suspicious file were found and remain. At least one object was not scanned (encrypted/corrupted/..) before user aborted. |
72 | 8+64 | Nothing found but not all files were scanned, some due to scan restrictions/limits and others for different reasons (encrypted/corrupted/..). |
73 | 1+8+64 | At least one virus found and remains. Not all files were scanned, some due to scan restrictions/limits and others for different reasons (encrypted/corrupted/..). |
74 | 2+8+64 | At least one suspicious file found and remains. Not all files were scanned, some due to scan restrictions/limits and others for different reasons (encrypted, unsupported compression, corrupted or invalid file). |
75 | 1+2+8+64 | At least one virus and one suspicious file found and remain. Not all files were scanned, some due to scan restrictions/limits and others for different reasons (encrypted/corrupted/..). |
76 | 4+8+64 | Nothing found before user aborted but not all files were scanned, some due to scan restrictions/limits and others for different reasons (encrypted/corrupted/..). |
77 | 1+4+8+64 | At least one virus found (and remains) before user aborted. Not all files were scanned, some due to scan restrictions/limits and others for different reasons (encrypted/corrupted/..). |
78 | 2+4+8+64 | At least one suspicious file found (and remains) before user aborted. Not all files were scanned, some due to scan restrictions/limits and others for different reasons (encrypted/corrupted/..). |
79 | 1+2+4+8+64 | At least one virus and one suspicious file found (and remain) before user aborted. Not all files were scanned, some due to scan restrictions/limits and others for different reasons (encrypted/corrupted/..). |
80 | 16+64 | Nothing found but some at least one file was not scanned (encrypted/corrupted/..). Some platform error occurred which may have caused the scan to stop prematurely. |
81 | 1+16+64 | At least one virus found and remains but at least one file was not scanned (encrypted/corrupted/..). Some platform error occurred and may have caused the scan to stop prematurely. |
82 | 2+16+64 | At least one suspicious file found and remains. At least one file was not scanned (encrypted/corrupted). Some platform errors occurred and may have caused the scan to stop prematurely. |
83 | 1+2+16+64 | At least one virus and one suspicious file found and remain. At least one file was not scanned (encrypted/corrupted/..). Some platform error occurred and may have caused the scan to stop prematurely. |
84 | 4+16+64 | Nothing found before user aborted. At least one object was not scanned (encrypted/corrupted/..). Some platform error occurred. |
85 | 1+4+16+64 | At least one virus found (and remains) before user aborted. At least one object was not scanned (encrypted/corrupted/..). Some platform error occurred. |
86 | 2+4+16+64 | At least one suspicious file found (and remains) before user aborted. At least one object was not scanned (encrypted/corrupted/..). Some platform error occurred. |
87 | 1+2+4+16+64 | At least one virus and suspicious file found (and remain) before user aborted. At least one object was not scanned (encrypted/corrupted/..). Some platform error occurred. |
88" 88 | 8+16+64 | Nothing found, but some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform error occurred which may have caused the scan to stop prematurely. |
89 | 1+8+16+64 | At least one virus found and remains. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform error occurred which may have caused the scan to stop prematurely. |
90 | 2+8+16+64 | At least one suspicious file found and remains. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform error occurred which may have caused the scan to stop prematurely. |
91 | 1+2+8+16+64 | At least one virus and suspicious file found and remain. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform error occurred which may have caused the scan to stop prematurely. |
92 | 4+8+16+64 | Nothing found before user aborted. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform error occurred. |
93 | 1+4+8+16+64 | At least one virus found (and remains) before user aborted. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform error occurred. |
94 | 2+4+8+16+64 | At least one suspicious file found (and remain) before user aborted. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform error occurred. |
95 | 1+2+4+8+16+64 | At least one virus and suspicious file found (and remain) before user aborted. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform error occurred which may have caused the scan to stop prematurely. |
96 | 32+64 | Nothing found but at least one object was not scanned (encrypted/corrupted/..). Some internal engine error occurred during scan. |
97 | 1+32+64 | At least one virus found and remains. At least one object was not scanned (encrypted/corrupted/..). Some internal engine error occurred during scan. |
98 | 2+32+64 | At least one suspicious file found and remains. At least one object was not scanned (encrypted/corrupted/..). Some internal engine error occurred during scan. |
99 | 1+2+32+64 | At least one virus and one suspicious file found and remain. At least one object was not scanned (encrypted/corrupted/..). Some internal engine error occurred during scan. |
100 | 4+32+64 | Nothing found before user aborted. At least one object was not scanned (encrypted/corrupted/..). |
101 | 1+4+32+64 | At least one virus found (and remains) before user aborted. At least one object was not scanned (encrypted/corrupted/..). |
102 | 2+4+32+64 | At least one suspicious file found (and remains) before user aborted. At least one object was not scanned (encrypted/corrupted/..). |
103 | 1+2+4+32+64 | At least one virus and one suspicious file found (and remain) before user aborted. At least one object was not scanned (encrypted/corrupted/..). |
104 | 8+32+64 | Nothing found, but some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some internal engine error occurred during scan. |
105 | 1+8+32+64 | At least one virus found and remains. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some internal engine error occurred during scan. |
106 | 2+8+32+64 | At least one suspicious file found and remains. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some internal engine error occurred during scan. |
107 | 1+2+8+32+64 | At least one virus and one suspicious file found and remain. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some internal engine error occurred during scan. |
108 | 4+8+32+64 | Nothing found before user aborted. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some internal engine error occurred during scan. |
109 | 1+4+8+32+64 | At least one virus found (and remains) before user aborted. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some internal engine error occurred during scan. |
110 | 2+4+8+32+64 | At least one suspicious file found (and remains) before user aborted. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some internal engine error occurred during scan. |
111 | 1+2+4+8+32+64 | At least one virus and one suspicious file found (and remain) before user aborted. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some internal engine error occurred during scan. |
112 | 16+32+64 | Nothing was found, but some objects were not scanned (encrypted/corrupted/..). Some platform and internal engine errors occurred which may have caused the scan to stop prematurely. |
113 | 1+16+32+64 | At least one virus was found and remains. Some objects were not scanned (encrypted/corrupted/..). Some platform and internal engine errors occurred which may have caused the scan to stop prematurely. |
114 | 2+16+32+64 | At least one suspicious file was found and remains. Some objects were not scanned (encrypted/corrupted/..). Some platform and internal engine errors occurred which may have caused the scan to stop prematurely. |
115 | 1+2+16+32+64 | At least one virus and one suspicious file were found and remain. Some objects were not scanned (encrypted/corrupted/..). Some platform and internal engine errors occurred which may have caused the scan to stop prematurely. |
116 | 4+16+32+64 | Nothing was found before user aborted. Some objects were not scanned (encrypted/corrupted/..). Some platform and internal engine errors occurred. |
117 | 1+4+16+32+64 | At least one virus was found (and remains) before user aborted. Some objects were not scanned (encrypted/corrupted/..). Some platform and internal engine errors occurred. |
118 | 2+4+16+32+64 | At least one suspicious file was found (and remains) before user aborted. Some objects were not scanned (encrypted/corrupted/..). Some platform and internal engine errors occurred. |
119 | 1+2+4+16+32+64 | At least one virus and one suspicious file were found (and remain) before user aborted. Some objects were not scanned (encrypted/corrupted/..). Some platform and internal engine errors occurred. |
120 | 8+16+32+64 | Nothing was found, but some objects were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform and internal engine errors occurred which may have caused the scan to stop prematurely. |
121 | 1+8+16+32+64 | At least one virus was found and remains. Some objects were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform and internal engine errors occurred which may have caused the scan to stop prematurely. |
122 | 2+8+16+32+64 | At least one suspicious file was found and remains. Some objects were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform and internal engine errors occurred which may have caused the scan to stop prematurely. |
123 | 1+2+8+16+32+64 | At least one virus and one suspicious file were found. Some objects were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform and internal engine errors occurred which may have caused the scan to stop prematurely. |
124 | 4+8+16+32+64 | Nothing was found before user aborted. Some objects were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform and internal engine errors occurred. |
125 | 1+4+8+16+32+64 | At least one virus was found (and remains) before user aborted. Some objects were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform and internal engine errors occurred. |
126 | 2+4+8+16+32+64 | At least one suspicious file was found (and remains) before user aborted. Some objects were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform and internal engine errors occurred. |
127 | 1+2+4+8+16+32+64 | At least one virus and one suspicious file were found (and remain) before user aborted. Some objects were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform and internal engine errors occurred. |
128 | 128 | All clean now. At least one object was disinfected. |
129 | 1+128 | At least one virus found and remains. At least one object was disinfected. |
130 | 2+128 | At least one suspicious file found and remains. At least one object was disinfected. |
131 | 1+2+128 | At least one virus and one suspicious file found and remain. At least one object was disinfected. |
132 | 4+128 | The scan was aborted before it finished. At least one object was found and disinfected. |
133 | 1+4+128 | At least one virus found and remains. At least one object was disinfected. The scan was aborted by user before it finished. |
134 | 2+4+128 | At least one suspicious file found and remains. At least one object was disinfected. The scan was aborted by user before it finished. |
135 | 1+2+4+128 | At least one virus and one suspicious file found and remain. At least one object was disinfected. The scan was aborted by user before it finished. |
136 | 8+128 | At least one object was disinfected. Clean as far as we know but not all files were scanned due to scan restrictions/limits. |
137 | 1+8+128 | At least one virus found and remains. At least one object was disinfected. Not all files were scanned due to scan restrictions/limits. |
138 | 2+8+128 | At least one suspicious file found and remains. At least one object was disinfected. Not all files were scanned due to scan restrictions/limits. |
139 | 1+2+8+128 | At least one virus and one suspicious file found and remain. At least one object was disinfected. Not all files were scanned due to scan restrictions/limits. |
140 | 4+8+128 | Scan aborted. At least one object was disinfected. Some files were not scanned due to scan restrictions/limits. |
141 | 1+4+8+128 | At least one virus found (and remains) and at least one object was disinfected before the scan was aborted. Some files were not scanned due to scan restrictions/limits. |
142 | 2+4+8+128 | At least one suspicious file found (and remains) and at least one object was disinfected before the scan was aborted. Some files were not scanned due to scan restrictions/limits. |
143 | 1+2+4+8+128 | At least one virus and one suspicious file found (and remain) and at least one object was disinfected before the scan was aborted. Some files were not scanned due to scan restrictions/limits. |
144 | 16+128 | At least one object was disinfected. Some platform error occurred. which ay have caused the scan to stop prematurely. |
145 | 1+16+128 | At least one virus found and remains. At least one object was disinfected. Some platform error occurred which may have caused the scan to stop prematurely. |
146 | 2+16+128 | At least one suspicious file found and remains. At least one object was disinfected. Some platform errors occurred which may have caused the scan to stop prematurely. |
147 | 1+2+16+128 | At least one virus and one suspicious file found and remain. At least one object was disinfected. Some platform error occurred which may have caused the scan to stop prematurely. |
148 | 4+16+128 | At least one object was disinfected before user aborted. Some platform error occurred. |
149 | 1+4+16+128 | At least one virus was found (and remains) and at least one object was disinfected before user aborted. Some platform error occurred. |
150 | 2+4+16+128 | At least one suspicious file was found (and remains) and at least one object was disinfected before user aborted. Some platform error occurred. |
151 | 1+2+4+16+128 | At least one virus and one suspicious file were found (and remain) and at least one object was disinfected before user aborted. Some platform error occurred. |
152 | 8+16+128 | At least one object was disinfected. Not all files were scanned due to scan restrictions/limits. Some platform error occurred which may have caused the scan to stop prematurely. |
153 | 1+8+16+128 | At least one virus found and remains. At least one object was disinfected. Not all files were scanned due to scan restrictions/limits. Some platform error occurred which may have caused the scan to stop prematurely. |
154 | 2+8+16+128 | At least one suspicious file found and remains. At least one object was disinfected. Not all files were scanned due to scan restrictions/limits. Some platform error occurred which may have caused the scan to stop prematurely. |
155 | 1+2+8+16+128 | At least one virus and one suspicious file found and remain. At least one object was disinfected. Not all files were scanned due to scan restrictions/limits. Some platform error occurred which may have caused the scan to stop prematurely. |
156 | 4+8+16+128 | At least one object was disinfected before user aborted. Some platform error occurred and some files were not scanned due to limits/restrictions. |
157 | 1+4+8+16+128 | At least one virus found (and remains) and at least one object was disinfected before user aborted. Some platform error occurred and some files were not scanned due to limits/restrictions. |
158 | 2+4+8+16+128 | At least one suspicious file found (and remains) and at least one object was disinfected before user aborted. Some platform error occurred and some files were not scanned due to limits/restrictions. |
159 | 1+2+4+8+16+128 | At least one virus and one suspicious file found (and remain) and at least one object was disinfected before user aborted. Some platform errors occurred and some files were not scanned due to limits/restrictions. |
160 | 32+128 | Clean as far as we know. At least one object was disinfected. Internal scan engine errors occurred while scanning some objects. |
161 | 1+32+128 | At least one virus found and remains. At least one object was disinfected. Internal scan engine errors occurred while scanning some objects. |
162 | 2+32+128 | At least one suspicious file found and remains. At least one object was disinfected. Internal scan engine errors occurred while scanning some objects. |
163 | 1+2+32+128 | At least one virus and one suspicious file found and remain. At least one object was disinfected. Internal scan engine errors occurred while scanning some objects. |
164 | 4+32+128 | At least one object was disinfected before user aborted. Internal scan engine errors occurred while scanning some objects. |
165 | 1+4+32+128 | At least one virus found (and remains) and at least one object was disinfected before user aborted. Internal scan engine errors occurred while scanning some objects. |
166 | 2+4+32+128 | At least one suspicious file found (and remains) and at least one object was disinfected before user aborted. Internal scan engine errors occurred while scanning some objects. |
167 | 1+2+4+32+128 | At least one virus and one suspicious file found (and remain) before user aborted. Internal scan engine errors occurred while scanning some objects. |
168 | 8+32+128 | Clean as far as we know. At least one object was disinfected. Not all files were scanned due to scan restrictions/limits. Internal scan engine errors occurred while scanning some objects. |
169 | 1+8+32+128 | At least one virus found and remains. At least one object was disinfected. Not all files were scanned due to scan restrictions/limits. Internal scan engine errors occurred while scanning some objects. |
170 | 2+8+32+128 | At least one suspicious file found and remains. At least one object was disinfected. Not all files were scanned due to scan restrictions/limits. Internal scan engine errors occurred while scanning some objects. |
171 | 1+2+8+32+128 | At least one virus and one suspicious file found and remain. At least one object was disinfected. Not all files were scanned due to scan restrictions/limits. Internal scan engine errors occurred while scanning some objects. |
172 | 4+8+32+128 | At least one object was disinfected before user aborted. Not all files were scanned due to scan restrictions/limits. Internal scan engine errors occurred while scanning some objects. |
173 | 1+4+8+32+128 | At least one virus found (and remains) and at least one object was disinfected before user aborted. Not all files were scanned due to scan restrictions/limits. Internal scan engine errors occurred while scanning some objects. |
174 | 2+4+8+32+128 | At least one suspicious file found (and remains) and at least one object was disinfected before user aborted. Not all files were scanned due to scan restrictions/limits. Internal scan engine errors occurred while scanning some objects. |
175 | 1+2+4+8+32+128 | At least one virus and one suspicious file found (and remain) before user aborted. Not all files were scanned due to scan restrictions/limits. Internal scan engine errors occurred while scanning some objects. |
176 | 16+32+128 | At least one object was disinfected. Some platform and internal engine errors occurred, which may have caused the scan to stop prematurely. This includes fatal crash errors. |
177 | 1+16+32+128 | At least one virus found and remains. At least one object was disinfected. Some platform and internal scan engine errors occurred while scanning some objects, which may have caused the scan to end prematurely. |
178 | 2+16+32+128 | At least one suspicious file found and remains. At least one object was disinfected. Some platform and internal scan engine errors occurred while scanning some objects, which may have caused the scan to end prematurely. |
179 | 1+2+16+32+128 | At least one virus and one suspicious file found and remain. At least one object was disinfected. Some platform and internal scan engine errors occurred while scanning some objects, which may have caused the scan to end prematurely. |
180 | 4+16+32+128 | At least one object was disinfected before user aborted. Platform and internal scan engine errors occurred while scanning some objects. |
181 | 1+4+16+32+128 | At least one virus found (and remains) and at least one object was disinfected before user aborted. Platform and internal scan engine errors occurred while scanning some objects. |
182 | 2+4+16+32+128 | At least one suspicious file found (and remains) and at least one object was disinfected before user aborted. Platform and internal scan engine errors occurred while scanning some objects. |
183 | 1+2+4+16+32+128 | At least one virus and one suspicious file found (and remain) and at least one object was disinfected before user aborted. Platform and internal scan engine errors occurred while scanning some objects. |
184 | 8+16+32+128 | At least one object was disinfected. Some restrictions/limits were reached. Some platform and internal scan engine errors occurred while scanning some objects, which may have caused the scan to stop prematurely. |
185 | 1+8+16+32+128 | At least one virus found and remains. At least one object was disinfected. Some platform and internal scan engine errors occurred while scanning some objects, which may have caused the scan to stop prematurely. |
186 | 2+8+16+32+128 | At least one suspicious file found and remains. At least one object was disinfected. Some platform and internal scan engine errors occurred while scanning some objects, which may have caused the scan to stop prematurely. |
187 | 1+2+8+16+32+128 | At least one virus and one suspicious file found and remain. At least one object was disinfected. Some platform and internal scan engine errors occurred while scanning some objects, which may have caused the scan to stop prematurely. |
188 | 4+8+16+32+128 | At least one object was disinfected before user aborted. Some scan restrictions/limits were reached. Some platform and internal scan engine errors occurred while scanning. |
189 | 1+4+8+16+32+128 | At least one virus found (and remains) and at least one object was disinfected before user aborted. Some scan restrictions/limits were reached. Some platform and internal scan engine errors occurred while scanning |
190 | 2+4+8+16+32+128 | At least one suspicious file found (and remains) and at least one object was disinfected before user aborted. Some scan restrictions/limits were reached. Some platform and internal scan engine errors occurred while scanning |
191 | 1+2+4+8+16+32+128 | At least one virus and one suspicious file found (and remain) and at least one object was disinfected before user aborted. Some scan restrictions/limits were reached. Some platform and internal scan engine errors occurred while scanning |
192 | 64+128 | Clean as far as we know. At least one object was disinfected. At least one object was not scanned (encrypted/corrupted/..). |
193 | 1+64+128 | At least one virus was found and remains. At least one object was disinfected. At least one object was not scanned (encrypted/corrupted/..). |
194 | 2+64+128 | At least one suspicious file was found and remains. At least one object was disinfected. At least one object was not scanned (encrypted/corrupted/..). |
195 | 1+2+64+128 | At least one virus and one suspicious file were found and remain. At least one object was disinfected. At least one object was not scanned (encrypted/corrupted/..). |
196 | 4+64+128 | At least one object was disinfected. At least one file was not scanned (encrypted/corrupted/..) before user aborted. |
197 | 1+4+64+128 | At least one virus was found and remains. At least one object was disinfected. At least one object was not scanned (encrypted/corrupted/..) before user aborted. |
198 | 2+4+64+128 | At least one suspicious file was found and remains. At least one object was disinfected. At least one object was not scanned (encrypted/corrupted/..) before user aborted. |
199 | 1+2+4+64+128 | At least one virus and one suspicious file were found and remain. At least one object was disinfected. At least one object was not scanned (encrypted/corrupted/..) before user aborted. |
200 | 8+64+128 | Clean as far as we know. At least one object was disinfected. Not all files were scanned, some due to scan restrictions/limits and others for different reasons (encrypted/corrupted/..). |
201 | 1+8+64+128 | At least one virus found and remains. At least one object was disinfected. Not all files were scanned, some due to scan restrictions/limits and others for different reasons (encrypted/corrupted/..). |
202 | 2+8+64+128 | At least one suspicious file found and remains. At least one object was disinfected. Not all files were scanned, some due to scan restrictions/limits and others for different reasons (encrypted, unsupported compression, corrupted or invalid file). |
203 | 1+2+8+64+128 | At least one virus and one suspicious file found and remain. At least one object was disinfected. Not all files were scanned, some due to scan restrictions/limits and others for different reasons (encrypted/corrupted/..). |
204 | 4+8+64+128 | At least one object was disinfected before user aborted. Not all files were scanned, some due to scan restrictions/limits and others for different reasons (encrypted/corrupted/..). |
205 | 1+4+8+64+128 | At least one virus found (and remains) and at least one object was disinfected before user aborted. Not all files were scanned, some due to scan restrictions/limits and others for different reasons (encrypted/corrupted/..). |
206 | 2+4+8+64+128 | At least one suspicious file found (and remains) and at least one object was disinfected before user aborted. Not all files were scanned, some due to scan restrictions/limits and others for different reasons (encrypted/corrupted/..). |
207 | 1+2+4+8+64+128 | At least one virus and one suspicious file found (and remain) and at least one object was disinfected before user aborted. Not all files were scanned, some due to scan restrictions/limits and others for different reasons (encrypted/corrupted/..). |
208 | 16+64+128 | At least one object was disinfected. At least one file was not scanned (encrypted/corrupted/..). Some platform error occurred which may have caused the scan to stop prematurely. |
209 | 1+16+64+128 | At least one virus found and remains. At least one object was disinfected. At least one file was not scanned (encrypted/corrupted/..). Some platform error occurred and may have caused the scan to stop prematurely. |
210 | 2+16+64+128 | At least one suspicious file found and remains. At least one object was disinfected. At least one file was not scanned (encrypted/corrupted). Some platform errors occurred and may have caused the scan to stop prematurely. |
211 | 1+2+16+64+128 | At least one virus and one suspicious file found and remain. At least one object was disinfected. At least one file was not scanned (encrypted/corrupted/..). Some platform error occurred and may have caused the scan to stop prematurely. |
212 | 4+16+64+128 | At least one object was disinfected before user aborted. At least one object was not scanned (encrypted/corrupted/..). Some platform error occurred. |
213 | 1+4+16+64+128 | At least one virus found (and remains) and at least one object was disinfected before user aborted. At least one object was not scanned (encrypted/corrupted/..). Some platform error occurred. |
214 | 2+4+16+64+128 | At least one suspicious file found (and remains) before user aborted. At least one object was not scanned (encrypted/corrupted/..). Some platform error occurred. |
215 | 1+2+4+16+64+128 | At least one virus and suspicious file found (and remain) and at least one object was disinfected before user aborted. At least one object was not scanned (encrypted/corrupted/..). Some platform error occurred. |
216 | 8+16+64+128 | At least one object was disinfected. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform error occurred which may have caused the scan to stop prematurely. |
217 | 1+8+16+64+128 | At least one virus found and remains. At least one object was disinfected. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform error occurred which may have caused the scan to stop prematurely. |
218 | 2+8+16+64+128 | At least one suspicious file found and remains. At least one object was disinfected. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform error occurred which may have caused the scan to stop prematurely. |
219 | 1+2+8+16+64+128 | At least one virus and suspicious file found and remain. At least one object was disinfected. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform error occurred which may have caused the scan to stop prematurely. |
220 | 4+8+16+64+128 | At least one object was disinfected before user aborted. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform error occurred. |
221 | 1+4+8+16+64+128 | At least one virus found (and remains) and at least one object was disinfected before user aborted. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform error occurred. |
222 | 2+4+8+16+64+128 | At least one suspicious file found (and remains) and at least one object was disinfected before user aborted. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform error occurred. |
223 | 1+2+4+8+16+64+128 | At least one virus and one suspicious file found (and remain) and at least one object was disinfected before user aborted. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform error occurred which may have caused the scan to stop prematurely. |
224 | 32+64+128 | Clean as far as we know. At least one object was disinfected. At least one object was not scanned (encrypted/corrupted/..). Some internal engine error occurred during scan. |
225 | 1+32+64+128 | At least one virus found and remains. At least one object was disinfected. At least one object was not scanned (encrypted/corrupted/..). Some internal engine error occurred during scan. |
226 | 2+32+64+128 | At least one suspicious file found and remains. At least one object was disinfected. At least one object was not scanned (encrypted/corrupted/..). Some internal engine error occurred during scan. |
227 | 1+2+32+64+128 | At least one virus and one suspicious file found and remain. At least one object was disinfected. At least one object was not scanned (encrypted/corrupted/..). Some internal engine error occurred during scan. |
228 | 4+32+64+128 | At least one object was disinfected before user aborted. At least one object was not scanned (encrypted/corrupted/..). |
229 | 1+4+32+64+128 | At least one virus found (and remains) and at least one object was disinfected before user aborted. At least one object was not scanned (encrypted/corrupted/..). |
230 | 2+4+32+64+128 | At least one suspicious file found (and remains) and at least one object was disinfected before user aborted. At least one object was not scanned (encrypted/corrupted/..). |
231 | 1+2+4+32+64+128 | At least one virus and one suspicious file found (and remain) and at least one object was disinfected before user aborted. At least one object was not scanned (encrypted/corrupted/..). |
232 | 8+32+64+128 | Clean as far as we know. At least one object was disinfected. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some internal engine error occurred during scan. |
233 | 1+8+32+64+128 | At least one virus found and remains. At least one object was disinfected. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some internal engine error occurred during scan. |
234 | 2+8+32+64+128 | At least one suspicious file found and remains. At least one object was disinfected. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some internal engine error occurred during scan. |
235 | 1+2+8+32+64+128 | At least one virus and one suspicious file found and remain. At least one object was disinfected. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some internal engine error occurred during scan. |
236 | 4+8+32+64+128 | At least one object was disinfected before user aborted. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some internal engine error occurred during scan. |
237 | 1+4+8+32+64+128 | At least one virus found (and remains) and at least one object was disinfected before user aborted. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some internal engine error occurred during scan. |
238 | 2+4+8+32+64+128 | At least one suspicious file found (and remains) and at least one object was disinfected before user aborted. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some internal engine error occurred during scan. |
239 | 1+2+4+8+32+64+128 | At least one virus and one suspicious file found (and remain) before user aborted. Some files were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some internal engine error occurred during scan. |
240 | 16+32+64+128 | At least one object was disinfected. Some objects were not scanned (encrypted/corrupted/..). Some platform and internal engine errors occurred which may have caused the scan to stop prematurely. |
241 | 1+16+32+64+128 | At least one virus was found and remains. At least one object was disinfected. Some objects were not scanned (encrypted/corrupted/..). Some platform and internal engine errors occurred which may have caused the scan to stop prematurely. |
242 | 2+16+32+64+128 | At least one suspicious file was found and remains. At least one object was disinfected. Some objects were not scanned (encrypted/corrupted/..). Some platform and internal engine errors occurred which may have caused the scan to stop prematurely. |
243 | 1+2+16+32+64+128 | At least one virus and one suspicious file were found and remain. At least one object was disinfected. Some objects were not scanned (encrypted/corrupted/..). Some platform and internal engine errors occurred which may have caused the scan to stop prematurely. |
244 | 4+16+32+64+128 | At least one object was disinfected before user aborted. Some objects were not scanned (encrypted/corrupted/..). Some platform and internal engine errors occurred. |
245 | 1+4+16+32+64+128 | At least one virus was found (and remains) and at least one object was disinfected before user aborted. Some objects were not scanned (encrypted/corrupted/..). Some platform and internal engine errors occurred. |
246 | 2+4+16+32+64+128 | At least one suspicious file was found (and remains) and at least one object was disinfected before user aborted. Some objects were not scanned (encrypted/corrupted/..). Some platform and internal engine errors occurred. |
247 | 1+2+4+16+32+64+128 | At least one virus and one suspicious file were found (and remain) and at least one object was disinfected before user aborted. Some objects were not scanned (encrypted/corrupted/..). Some platform and internal engine errors occurred. |
248 | 8+16+32+64+128 | At least one object was disinfected. Some objects were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform and internal engine errors occurred which may have caused the scan to stop prematurely. |
249 | 1+8+16+32+64+128 | At least one virus was found and remains. At least one object was disinfected. Some objects were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform and internal engine errors occurred which may have caused the scan to stop prematurely. |
250 | 2+8+16+32+64+128 | At least one suspicious file was found and remains. At least one object was disinfected. Some objects were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform and internal engine errors occurred which may have caused the scan to stop prematurely. |
251 | 1+2+8+16+32+64+128 | At least one virus and one suspicious file were found. At least one object was disinfected. Some objects were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform and internal engine errors occurred which may have caused the scan to stop prematurely. |
252 | 4+8+16+32+64+128 | At least one object was disinfected before user aborted. Some objects were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform and internal engine errors occurred. |
253 | 1+4+8+16+32+64+128 | At least one virus was found (and remains) and at least one object was disinfected before user aborted. Some objects were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform and internal engine errors occurred. |
254 | 2+4+8+16+32+64+128 | At least one suspicious file was found (and remains) and at least one object was disinfected before user aborted. Some objects were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform and internal engine errors occurred. |
255 | 1+2+4+8+16+32+64+128 | At least one virus and one suspicious file were found (and remain) and at least one object was disinfected before user aborted. Some objects were not scanned due to scan restrictions/limits and other reasons (encrypted/corrupted/..). Some platform and internal engine errors occurred. |