
edwintorok at gmail
Jun 27, 2010, 11:37 PM
Post #2 of 2
(481 views)
Permalink
|
On Mon, 28 Jun 2010 10:43:22 +0800 candy <outstandingcandy [at] gmail> wrote: > Hi all~ > > When the ClamAV scanning a PE file, does it use the LLVM and why use > it? Yes, it can execute a bytecode program when scanning PE files. Bytecode can be executed either by the builtin interpreter (which doesn't need LLVM at all), or JITed using LLVM. Best regards, --Edwin _______________________________________________ http://lurker.clamav.net/list/clamav-devel.html Please submit your patches to our Bugzilla: http://bugs.clamav.net
|