#include "fs_tools_i.h"
Functions | |
| TSK_FS_INFO * | tsk_fs_open (TSK_IMG_INFO *img_info, SSIZE_T offset, const TSK_TCHAR *type) |
| Tries to open data (at a given offset) as a file system. | |
| TSK_FS_INFO* tsk_fs_open | ( | TSK_IMG_INFO * | img_info, | |
| SSIZE_T | offset, | |||
| const TSK_TCHAR * | type | |||
| ) |
Tries to open data (at a given offset) as a file system.
Returns a structure that can be used for analysis and reporting.
| img_info | Disk image to analyze | |
| offset | Byte offset to start analyzing from | |
| type | String type of file system type (autodetects if set to NULL) |
1.5.1