jvoisin/php-malware-finder

php.yar warning

GlenBleidd opened this issue · 3 comments

When I try to run : ./phpmalwarefinder -f /home/gwynn/Test/test

I get the following error:

./php.yar(95): warning: $pr contains .* or .+, consider using .{,N} or .{1,N} with a reasonable value for N

I was following your instructions and also I don't know PHP yet so any help would be nice.
Also, I get

bash: ./configure: No such file or directory

when I run YACC=bison ./configure from the other way to install yara.

The warning isn't an error, it's fine™

If you have already yara installed, no need to compile it.

Thanks! So it doesn't return anything when it doesn't find any problems?

Exactly.