Hugal31 / yara-rust

Rust bindings for VirusTotal/Yara
Apache License 2.0
70 stars 30 forks source link

Missing yara libraries added #143

Closed HydraDragonAntivirus closed 6 months ago

HydraDragonAntivirus commented 6 months ago

I added missing yara libraries from the wrapper.h thing.

Hugal31 commented 6 months ago

Sorry, I don't understand what this is supposed to solve. Did you had troubles compiling?

I know the readme could be clearer, but yara-sys's README has some information about how to build.

If you only use the bindgen feature, the default, you have to install yara on your system. If you don't want to install yara, you can use the vendored feature to automatically download it.

If you use the library by cloning it instead of using cargo, don't forget to download the git submodules as well.

HydraDragonAntivirus commented 6 months ago

Ok thanks I find a way to without installing these things and fix that issue. If you want close with comment you can do it.