21 Sep 2011 18:33
Re: Debug code in Clam Antivirus.
aCaB <acabng <at> digitalfuture.it>
2011-09-21 16:33:13 GMT
2011-09-21 16:33:13 GMT
On 09/21/11 18:11, Chatsiri Ratana wrote: > Hello All, > > I try to build ClamAV by ./configure include with --enable-debug > flag. Because I would to found step AC algorithms for matching between data > and virus signature on database. How can i debug code in order to seen on AC > algorithms for scanning virus? Hi, In an ideal world, you'd run "make install" and then start gdb --args /path/to/installed/clamscan ... However, if you want really want to run it from within the build dir, then you need to use ./libtool --mode=execute gdb --args clamscan/clamscan ... HtH, -aCaB _______________________________________________ http://lurker.clamav.net/list/clamav-devel.html Please submit your patches to our Bugzilla: http://bugs.clamav.net
RSS Feed