Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

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

Description

@dicato

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 😄

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions