Files
volatility3/volatility/framework/interfaces
Mike Auty 9150cd971b Core: Change base class for FileHandlerInterface
Python 3.6 doesn't appear to support IO[bytes] (and this is also from
the typing library), so we instead now inherit from RawIOBase.  This
provides read, but does not come with a constructor (like FileIO) so
is suitable for our needs.

Fixes issue #376.
2020-11-17 22:04:55 +00:00
..
2020-11-04 21:02:36 +00:00
2020-11-04 22:41:39 +00:00
2020-11-04 22:41:39 +00:00