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:
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 😄