Results 90 comments of Ivan Kwiatkowski

Hi! Not all ClamAV rules can be automatically and properly converted to Yara rules. The script does its best to generate as many as it can though. Do you still...

Hi! Thanks for your report. I've been looking into the ClamAV rules you provided, and I'm a bit stumped. The parser is based on the following (official?) [specification](https://raw.githubusercontent.com/vrtadmin/clamav-devel/master/docs/signatures.pdf). Let's break...

YARA supports regular expressions so there might actually a way to convert those signatures. I would need to find this ClamAV-0.99+ specification/documentation however. I'll look around for it, but if...

Thanks a lot! That looks new, I'll fix this ASAP.

Ah, yes, this really is a part of the program that keeps breaking as ClamAV adds more rules. Thanks, I'll look into it!

This is a good idea, but it feels a bit narrow at the moment. Are there other common exports that would be interesting to look at?

@agrueneberg Thanks a lot for the patch! It helped me out a lot. I wish this would be merged!

The plugin is already using the most expensive model (Davinci), and there is a hard limit in the API for the size of queries. First, I will do a sanity...

As far as I can tell, other models provided by OpenAI do not work as well when it comes to explaining code unfortunately. I'll close this issue for now, until...

I've been trying out the davinci-002 and code-davinci-002 models and I have to say that I'm not really convinced by the results. I may add the ability to pick one...