yextend
yextend copied to clipboard
Feature request: in-memory analysis
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.
Could you give more information about "scan sensitive files entirely in-memory"? Do you mean to pass the file content to the yextend as argument?