The Sleuth Kit
4.12.1
|
Contains the general code to open a file system – this calls the file system -specific opening routines. More...
#include "tsk_fs_i.h"
#include "tsk/util/detect_encryption.h"
#include "tsk/img/unsupported_types.h"
#include "tsk/img/logical_img.h"
Functions | |
void | tsk_fs_close (TSK_FS_INFO *a_fs) |
Close an open file system. More... | |
void | tsk_fs_free (TSK_FS_INFO *a_fs_info) |
TSK_FS_INFO * | tsk_fs_malloc (size_t a_len) |
TSK_FS_INFO * | tsk_fs_open_img (TSK_IMG_INFO *a_img_info, TSK_OFF_T a_offset, TSK_FS_TYPE_ENUM a_ftype) |
Tries to process data in a disk image at a given offset as a file system. More... | |
TSK_FS_INFO * | tsk_fs_open_img_decrypt (TSK_IMG_INFO *a_img_info, TSK_OFF_T a_offset, TSK_FS_TYPE_ENUM a_ftype, const char *a_pass) |
Tries to process data in a disk image at a given offset as a file system. More... | |
TSK_FS_INFO * | tsk_fs_open_vol (const TSK_VS_PART_INFO *a_part_info, TSK_FS_TYPE_ENUM a_ftype) |
Tries to process data in a volume as a file system. More... | |
TSK_FS_INFO * | tsk_fs_open_vol_decrypt (const TSK_VS_PART_INFO *a_part_info, TSK_FS_TYPE_ENUM a_ftype, const char *a_pass) |
Tries to process data in a volume as a file system. More... | |
Contains the general code to open a file system – this calls the file system -specific opening routines.
Copyright © 2007-2020 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.