yaraprocessor icon indicating copy to clipboard operation
yaraprocessor copied to clipboard

Read from stdin, buffer the input, and run it through yara while using constant memory

Open dicato opened this issue 11 years ago • 2 comments

It would be useful to be able to buffer chunks of data from standard input, analyze them, and print matches to standard output.

Currently, all of this type of functionality is in chopshop/yarashop, not yaraprocessor.

Essentially, I'd like to be able to cat big_ol_disk.img | yaraprocessor ... and have it print results without consuming all my computer's resources :smile:

dicato avatar Mar 22 '13 16:03 dicato