【☆ ゆう ☆ 】

Results 5 comments of 【☆ ゆう ☆ 】

Did you try this step? `sudo sh -c 'echo "/usr/local/lib" >> /etc/ld.so.conf'` `sudo ldconfig` There can sometimes be issues with loading the yara shared object. Please post the full output...

This is a good idea, I will work on adding some more examples and some test pcaps as well. Thanks!

The workaround I've used for this is to just use absolute paths in your include files, the yara-python parser doesn't like relative paths. So switch from `./malware/MALW_AZORULT.yar` to `/path/to/rules/malware/MALW_AZORULT.yar` until...

Hello, I just ran into this issue and fixed it with the following steps on Ubuntu 22.04: - Go through normal build instructions - Open `examples/ieee802_15_4_CSS_PHY.grc` in gnuradio-companion - Click...

Thank you! I will testing this, there are some scenarios where this may cause an issue but I am going to work it out.