The Sleuth Kit  4.12.1
Macros | Functions
raw.c File Reference

Internal code to open and read single or split raw disk images. More...

#include "tsk_img_i.h"
#include "raw.h"
#include "tsk/util/file_system_utils.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>

Macros

#define S_IFDIR   __S_IFDIR
 
#define S_IFMT   __S_IFMT
 

Functions

TSK_IMG_INFOraw_open (int a_num_img, const TSK_TCHAR *const a_images[], unsigned int a_ssize)
 
void tsk_img_free (void *a_ptr)
 
void * tsk_img_malloc (size_t a_len)
 

Detailed Description

Internal code to open and read single or split raw disk images.


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.