#include <sys/stat.h>
#include <string.h>
#include "img_tools.h"
#include "raw.h"
#include "split.h"
Functions | |
TSK_IMG_INFO * | tsk_img_open (const TSK_TCHAR *type, const int num_img, const TSK_TCHAR **images) |
Open one or more files as a disk image. |
|
Open one or more files as a disk image. This serves as a wrapper around the specific types of disk image formats. You can specify the type or autodetection can be used.
|