[Libguestfs] [PATCH 0/2] Added download_blocks API

Matteo Cafasso noxdafox at gmail.com
Wed Jun 29 18:30:19 UTC 2016


With this API we complete the set of functions required to extract
deleted files/data from most of the available filesystems.

The function allows to extract data units (blocks) within a given range
from a partition.

The tests show an example on how the function can be used to retrieve
deleted data.

Matteo Cafasso (2):
  New API: download_blocks
  Added download_blocks API test

 daemon/sleuthkit.c                | 41 ++++++++++++++++++++++++++-
 generator/actions.ml              | 24 ++++++++++++++++
 gobject/Makefile.inc              |  2 ++
 src/MAX_PROC_NR                   |  2 +-
 tests/tsk/Makefile.am             |  1 +
 tests/tsk/test-download-blocks.sh | 58 +++++++++++++++++++++++++++++++++++++++
 6 files changed, 126 insertions(+), 2 deletions(-)
 create mode 100755 tests/tsk/test-download-blocks.sh

--
2.8.1




More information about the Libguestfs mailing list