It would be great to be able to scan sensitive files entirely in-memory so that they never have to be saved to disk. This would likely be a feature added to a Python API or similar (see #15 ). For example, yara-python supports passing data in as an argument rather than a filename.
It would be great to be able to scan sensitive files entirely in-memory so that they never have to be saved to disk. This would likely be a feature added to a Python API or similar (see #15 ). For example,
yara-python
supports passing data in as an argument rather than a filename.