ajnelson / 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.
http://www.sleuthkit.org/sleuthkit/
1 stars 0 forks source link

Unit test: Ensure _DETECT macros don't collide between FS types #20

Open ajnelson opened 11 years ago

ajnelson commented 11 years ago

Some strange behavior resulted from bad bit masking during development in tsk3/fs/tsk_fs.h. It might be worth a small test program run by make check.