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 dray...@sourcefire.comwrote: On Wed, Aug 15, 2012 at 6:58 AM, Chatsiri Ratana insider...@gmail.com wrote: Hello Dave R, 1) How to ClamAV categories virus signature in SHA1, SHA256, MD5 and Hexdump types? 2) What's estimate

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

2012-08-16 Thread Chatsiri Ratana
, updating 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, Chatsiri Ratana

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 dray...@sourcefire.com wrote: On Mon, Jul 2, 2012 at 5:07 PM, Alexandre Dias lexx...@gmail.com wrote: Hello, I'm studying multi-pattern matching and I was browsing the source code for ClamAV's implementation of a multi-pattern matcher

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

[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

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

2012-02-11 Thread Chatsiri Ratana
On Sat, Feb 11, 2012 at 11:16 PM, infant deepak deeeps@gmail.comwrote: 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

[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\Win32freshclam.exe ERROR: Can't

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 edwinto...@gmail.com 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 a function for checking

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

2011-09-29 Thread Chatsiri Ratana
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/chatsiri.ratana

[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 Best Regards, Chatsiri Ratana

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

2011-09-21 Thread Chatsiri Ratana
On Wed, Sep 21, 2011 at 11:33 PM, aCaB aca...@digitalfuture.it 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 data and virus