sleuthkit / sleuthkit

The Sleuth Kit® (TSK) is a library and collection of command line digital forensics tools that allow you to investigate volume and file system data. The library can be incorporated into larger digital forensics tools and the command line tools can be directly used to find evidence.

Home Page:http://www.sleuthkit.org/sleuthkit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File missing from version 4.12.0 tarball (tsk/pool/img_bfio_handle.h)

gregfreemyer opened this issue · comments

Github has the file tsk/pool/img_bfio_handle.h, but it isn't in the 4.12.0 release tarball.

======
I don't know how I could be the first to notice, but

wget https://github.com/sleuthkit/sleuthkit/releases/download/sleuthkit-4.12.0/sleuthkit-4.12.0.tar.gz
tar -xzf sleuthkit-4.12.0.tar.gz
cd sleuthkit-4.12.0/tsk/pool
ls img_bfio_handle.h
ls: cannot access 'img_bfio_handle.h': No such file or directory

But the rest of that directory is present in the tarball:

ls -1
apfs_pool_compat.cpp
apfs_pool_compat.hpp
apfs_pool.cpp
img_bfio_handle.c
lvm_pool_compat.cpp
lvm_pool_compat.hpp
lvm_pool.cpp
Makefile.am
Makefile.in
pool_compat.hpp
pool_open.cpp
pool_read.cpp
pool_types.cpp
tsk_apfs.h
tsk_apfs.hpp
tsk_pool.h
tsk_pool.hpp

This likely fixes the issue of the file not being included #2816