Eve

Results 140 comments of Eve

Would you mind doing this again with `-vvvvv` in the command line to see some errors.

That's really interesting. Looks like an error when trying to connect to Microsoft and download the packages. Is your connection normally behind a proxy or similar? Something that would inspect...

It would be pretty easy to make our own version of "strings". You could import from the various yarascan plugins using a very basic regex yara signature of X number...

Actually if you wanted to go the "own version of the strings tool" type plugin, rather than "reading the results of the actual strings utility" type plugin then you could...

It's a really good question @ikelos, right now the strings plugin doesn't really working at all - it would be great to sort that - the changes here sort a...

Hello @ikelos and @kevthehermit, TL;DR - if we use an interval tree we might be able to speed up the strings plugin when there are manageable number of strings to...

Thanks for the quick reply! The interval tree is a fast data structure for this kind of problem rather than a grep type thing. I think it was originally made...

Yes, I keep thinking there is something that can be done too. I have a few more ideas I'll play with, if you hear nothing from me it's because they...

Hello again @ikelos and @kevthehermit, sorry for spamming this PR. I have had some luck with a very basic implementation of a interval tree style way of doing the reverse...

Thanks for taking a look @ikelos. I'll have a go at working this into a separate PR and we can go from there.