Paul Hutelmyer
Paul Hutelmyer
@weslambert: Per @ryanohoro's commit #295, users can attempt to analyze files with no need to compile or connect to a Strelka instance. While this is not an executable, it does...
Good catch @ryanohoro. I wonder if we can `import pe` into the `taste.yara` file using the [pe module](https://yara.readthedocs.io/en/stable/modules/pe.html) and add in `and not pe` (`and not pe.is_pe`)? Not entirely sure...
@skalupa Do we feel as if we should keep this PR open? Seems like `magika` is still under some solid development, but there is always at least _some_ value in...