#include "mm_tools.h"
Functions | |
| TSK_MM_INFO * | tsk_mm_open (TSK_IMG_INFO *img_info, DADDR_T offset, const TSK_TCHAR *type) |
| Open a disk image and process the media management system data. | |
| TSK_MM_INFO* tsk_mm_open | ( | TSK_IMG_INFO * | img_info, | |
| DADDR_T | offset, | |||
| const TSK_TCHAR * | type | |||
| ) |
Open a disk image and process the media management system data.
This calls MM specific code to determine the type and collect data.
| img_info | The opened disk image. | |
| offset | Byte offset in the disk image to start analyzing from. | |
| type | String name of type specified by user (autodetect is used if this is NULL). |
1.5.1