Re: [Clamav-devel] Question about matcher-bm.c

2012-08-16 Thread Chatsiri Ratana
pdating becomes easy this way. > Hope you got your answer. Hello Vishrut Sharma, If not PE type in system, Such as javascript(malicious code) and another file types. Should we use SHA1, SHA256 and Hexdump? Best Regards, Chatsiri Rattana. > > On Thu, Aug 16, 2012 at 5:51 PM,

Re: [Clamav-devel] Question about matcher-bm.c

2012-08-16 Thread Chatsiri Ratana
On Wed, Aug 15, 2012 at 11:35 PM, David Raynor wrote: > On Wed, Aug 15, 2012 at 6:58 AM, Chatsiri Ratana >wrote: > > > Hello Dave R, > > > >1) How to ClamAV categories virus signature in SHA1, SHA256, MD5 and > > Hexdump types? > >2) What's

Re: [Clamav-devel] Question about matcher-bm.c

2012-08-15 Thread Chatsiri Ratana
On Wed, Jul 4, 2012 at 4:25 AM, David Raynor wrote: > On Mon, Jul 2, 2012 at 5:07 PM, Alexandre Dias wrote: > > > Hello, > > > > I'm studying multi-pattern matching and I was browsing the source code > for > > ClamAV's implementation of a multi-pattern matcher (Wu-Maber based) > > algorithm. > >

Re: [Clamav-devel] I finding GSoC 2011 mentor of the clamav project. Who have a time for mentor role of project?

2012-02-27 Thread Chatsiri Ratana
posal to > clamav-devel > > in 30/02/2011 [1] or as soon as possible. > > Clamav GSoC 2011 be probable concept that can be applied in years > 2012. > > It would be start point of great idea in clamav GSoC 2012. Do you have > any > > idea? > > > &

[Clamav-devel] I finding GSoC 2011 mentor of the clamav project. Who have a time for mentor role of project?

2012-02-13 Thread Chatsiri Ratana
Hello All, Could student send proposal of GSoC to Clama-dev? Clamav receiving proposal from student for years 2012 as link [ http://wiki.clamav.net/bin/view/Main/GoogleSummerOfCode2011],right? http://www.google-melange.com/gsoc/homepage/google/gsoc2012 Best Regards, Chatsiri Rattana. -- :--

Re: [Clamav-devel] NEF-file with Dos.Flip.Gen

2012-02-13 Thread Chatsiri Ratana
- Original message - > I found a .NEF-file with vulnerability "Dos.Flip.Gen". What does that > malware do? What is usually the best way to investigate virus names, > which are used in ClamAV? > > DSC_4113.NEF: TIFF image data, big-endian > main.cld: > Dos.Flip.Gen (Clam)=0ebbb2

Re: [Clamav-devel] Plz help me!!

2012-02-11 Thread Chatsiri Ratana
On Sat, Feb 11, 2012 at 11:16 PM, infant deepak wrote: > Hi, > > I am doing project on clamAV . I have chosen from > > http://wiki.clamav.net/bin/view/Main/GoogleSummerOfCode2011 > 4. DOCX > > Add support for parsing docx based MS Office files. > > Main purpose is extracting embedded files. You wi

Re: [Clamav-devel] How to compile source code of Clamav when improved some source code?

2012-02-11 Thread Chatsiri Ratana
2012/2/11 Török Edwin > On 02/11/2012 10:52 AM, Chatsiri Ratana wrote: > > Hello All, > > > > I recompiled source code when improved source code of Clamav. I using > step > > as built source code. > > $./configure > > $make > > $make install &

[Clamav-devel] How to compile source code of Clamav when improved some source code?

2012-02-11 Thread Chatsiri Ratana
Hello All, I recompiled source code when improved source code of Clamav. I using step as built source code. $./configure $make $make install Compile-time very long time for compiling all source code. How to compile source code with little time? My view, It should be using little time for compilin

Re: [Clamav-devel] Why the function ac_maketrans defined size of array is 256?

2012-02-02 Thread Chatsiri Ratana
- Original message - > On 02/02/2012 05:53 AM, chatsiri wrote: > > Hello All, > > > > I  debug code of clamav.  Aho-Corasick( AC) Algorithms concepts for > > matching between virus and signature files. Step for AC is build trie > > ( keyword tree)  for inserting signature from virus dat

[Clamav-devel] Debug or Execute program show an error Run-Time Check Failure #3 - The variable 'm' is being used without being initialized.

2012-01-21 Thread Chatsiri Ratana
Hello All, After i built code of clamscan success, Visual Studio v.2010 debug by pass "-dC:\clamav-dev\win32\Win32\Debug\database\ C:\clamav-dev\win32\Win32\Debug\clamav_unittest\test\clam-upack.exe" command line message in order to scan file clam-upack.exe. Program show error as below

[Clamav-devel] How can find the filename freshclam.conf?

2012-01-08 Thread Chatsiri Ratana
Hello All, Error present cannot found file name freshclam.conf when type command line update a signature of database. It's not like freshclam on Linux base because provided freshclam.conf for updated signature of database. C:\clamav-win32\contrib\msvc\Debug\Win32>freshclam.exe ERROR: Can't open/p

Re: [Clamav-devel] What's function for check between virus and signature on database ( AC)?

2011-10-01 Thread Chatsiri Ratana
2011/10/1 Török Edwin > On 09/29/2011 09:24 PM, Chatsiri Ratana wrote: > > Hello All, > > > > I debug clamscan programs by insert a input test to it. I have question > on > > function for check match string between virus and signature on database. > > What

[Clamav-devel] What's function for check between virus and signature on database ( AC)?

2011-09-29 Thread Chatsiri Ratana
algorithms in order to check start string with signature base( stage 1 check with prefix of string but not stage 2 for checking all string match with signature base),right? Best Regards, Chatsiri Ratana -- : http://about.me/chats

Re: [Clamav-devel] Debug code in Clam Antivirus.

2011-09-21 Thread Chatsiri Ratana
On Wed, Sep 21, 2011 at 11:33 PM, aCaB wrote: > 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 > d

[Clamav-devel] Debug code in Clam Antivirus.

2011-09-21 Thread Chatsiri Ratana
represent as below. This GDB was configured as "x86_64-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... "/home/chatsiri/clamav/clamav-devel/clamscan/clamscan": not in executable format: File format not recognised Bes