The Sleuth Kit
4.2
|
Contains the basic img_open function call, that interfaces with the format specific _open calls. More...
#include "tsk_img_i.h"
#include "raw.h"
Functions | |
void | tsk_img_close (TSK_IMG_INFO *a_img_info) |
Closes an open disk image. More... | |
const TSK_TCHAR ** | tsk_img_get_names (TSK_IMG_INFO *a_img_info, int *a_num_imgs) |
TSK_IMG_INFO * | tsk_img_open (int num_img, const TSK_TCHAR *const images[], TSK_IMG_TYPE_ENUM type, unsigned int a_ssize) |
Opens one or more disk image files so that they can be read. More... | |
TSK_IMG_INFO * | tsk_img_open_sing (const TSK_TCHAR *a_image, TSK_IMG_TYPE_ENUM type, unsigned int a_ssize) |
Opens a single (non-split) disk image file so that it can be read. More... | |
TSK_IMG_INFO * | tsk_img_open_utf8 (int num_img, const char *const images[], TSK_IMG_TYPE_ENUM type, unsigned int a_ssize) |
Opens one or more disk image files so that they can be read. More... | |
TSK_IMG_INFO * | tsk_img_open_utf8_sing (const char *a_image, TSK_IMG_TYPE_ENUM type, unsigned int a_ssize) |
Opens a single (non-split) disk image file so that it can be read. More... | |
Contains the basic img_open function call, that interfaces with the format specific _open calls.
Copyright © 2007-2015 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.