search for: yr_stream

Displaying 2 results from an estimated 2 matches for "yr_stream".

Did you mean: rstream
2017 Feb 20
2
Re: [PATCH v3 0/7] Feature: Yara file scanning
2017-02-20 12:26 GMT+02:00 Daniel P. Berrange <berrange@redhat.com>: > On Sun, Feb 19, 2017 at 07:09:51PM +0200, Matteo Cafasso wrote: > > Rebase patches on top of 1.35.25. > > > > No changes since last series. > > Can you explain the motivation behind adding the APis to libguestfs ? > > Since the libguestfs VM is separate from the real VM, it can't >
2017 Feb 21
0
Re: [PATCH v3 0/7] Feature: Yara file scanning
...t; locally mounted. IMHO the ideal way would be having yara access files inside disks using libguestfs. libyara already has APIs for scanning files from different input types, i.e. yr_rules_scan_* -- what is missing is a generic I/O implementation, which could be easy to wire up using the existing YR_STREAM stuff. This would mean that: a) disks are accessed only within libguestfs b) the yara API accesses files normally c) nothing is mounted on the host -- Pino Toscano