php.yar warning
GlenBleidd opened this issue · 3 comments
GlenBleidd commented
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.
jvoisin commented
The warning isn't an error, it's fine™
If you have already yara installed, no need to compile it.
GlenBleidd commented
Thanks! So it doesn't return anything when it doesn't find any problems?
jvoisin commented
Exactly.