yextend icon indicating copy to clipboard operation
yextend copied to clipboard

Feature request: in-memory analysis

Open austinbyers opened this issue 7 years ago • 1 comments

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.

austinbyers avatar Dec 13 '17 20:12 austinbyers

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?

JoseGodinez avatar Nov 15 '19 13:11 JoseGodinez