~ubuntu-branches/ubuntu/raring/clamav/raring-updates

« back to all changes in this revision

Viewing changes to docs/html/node51.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2011-06-18 11:56:34 UTC
  • mfrom: (0.35.21 sid)
  • Revision ID: james.westby@ubuntu.com-20110618115634-u2lovivet0qx34d0
Tags: 0.97.1+dfsg-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Drop build-dep on electric-fence (in Universe)
  - Add apparmor profiles for clamd and freshclam along with maintainer
    script changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
              will be reported only at the end of a scan. If an archive
167
167
              contains both a heuristically detected virus/phishing, and a real
168
168
              malware, the real malware will be reported.
 
169
</LI>
 
170
<LI><SPAN  CLASS="textbf">CL_SCAN_BLOCKMACROS</SPAN>
 
171
<BR>
 
172
OLE2 containers, which contain VBA macros will be marked infected
 
173
              (Heuristics.OLE2.ContainsMacros).
169
174
    
170
175
</LI>
171
176
</UL>
176
181
            const char *virname;
177
182
 
178
183
        if((ret = cl_scanfile("/tmp/test.exe", &amp;virname, NULL, engine,
179
 
        CL_STDOPT)) == CL_VIRUS) {
 
184
        CL_SCAN_STDOPT)) == CL_VIRUS) {
180
185
            printf("Virus detected: %s\n", virname);
181
186
        } else {
182
187
            printf("No virus detected.\n");
213
218
<!--End of Navigation Panel-->
214
219
<ADDRESS>
215
220
Tomasz Kojm
216
 
2010-08-12
 
221
2011-03-21
217
222
</ADDRESS>
218
223
</BODY>
219
224
</HTML>