BayshoreNetworks / yextend

Yara integrated software to handle archive file data.
BSD 3-Clause "New" or "Revised" License
299 stars 59 forks source link

Feature request: in-memory analysis #18

Open austinbyers opened 6 years ago

austinbyers commented 6 years ago

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.

JoseGodinez commented 5 years ago

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?