viper-framework / viper

Binary analysis and management framework
Other
1.54k stars 353 forks source link

Web UI and Yara module disagree on path for Yara rules #715

Closed toomanybananas closed 5 years ago

toomanybananas commented 5 years ago

The web UI stores the Yara rules you create in ~/.viper/yara, but the yarascan module expects rules to be in ~/.viper/data/yara. Since ~/.viper/data doesn't exist on my system, I'm assuming ~/.viper/yara is the correct location but didn't want to submit a PR until I confirmed it.

botherder commented 5 years ago

@Rafiot Is this closed/fixed or affected by your recent PR merge?

Rafiot commented 5 years ago

Yep, good point, that should be fixed by this one: https://github.com/viper-framework/viper/pull/737/commits/1c1717873ed764ad001f31c114b95ccfbe7090a4