Coder Social home page Coder Social logo

Comments (10)

jvoisin avatar jvoisin commented on May 14, 2024

I can't reproduce here with the latest commit.
Maybe your version of yara is too old?

from php-malware-finder.

lippoliv avatar lippoliv commented on May 14, 2024

It is yara-3.4.0, I don't find any Requirements-File to read what version of yara you need!?

from php-malware-finder.

mdeous avatar mdeous commented on May 14, 2024

There's no requirements file, the Yara version needed is in the README, but 3.4.0 is fine and should work. I'll investigate this.

from php-malware-finder.

jvoisin avatar jvoisin commented on May 14, 2024

Maybe you don't have the support for hashes in your version. Did you compile it yourself?

from php-malware-finder.

lippoliv avatar lippoliv commented on May 14, 2024

Just have a look in the Dockerfile, wich actually is nearly similar to an BASH script: https://lw-scm.de/lipperts-web/docker-pmf/blob/master/Dockerfile

wget https://github.com/plusvic/yara/archive/v3.4.0.zip
unzip v3.4.0.zip
cd /yara-3.4.0
./bootstrap.sh
./configure --with-crypto
make
make install

That is how I install yara. Is there an other way?

from php-malware-finder.

jvoisin avatar jvoisin commented on May 14, 2024

@mattoufoutu Any news about this?

from php-malware-finder.

jvoisin avatar jvoisin commented on May 14, 2024

@mattoufoutu ping :3

from php-malware-finder.

mdeous avatar mdeous commented on May 14, 2024

from php-malware-finder.

jvoisin avatar jvoisin commented on May 14, 2024

It's ok, the problem will likely go away with newer versions of yara anyway ;)

from php-malware-finder.

mdeous avatar mdeous commented on May 14, 2024

I just had a look, and indeed 6cf5148 has the reported behavior, but it no longer occurs in latest revisions.
@lippoliv can you confirm this is also fixed for you?

from php-malware-finder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.