Created
January 16, 2019 10:51
-
-
Save ryantm/1ce30cf44a7945283da05d3c8a3a00ba to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/nix/store/dndqha99ykk3msjp2rb4pl14z8mi19yv-sleuthkit-4.6.5 | |
├── bin | |
│ ├── blkcalc | |
│ ├── blkcat | |
│ ├── blkls | |
│ ├── blkstat | |
│ ├── fcat | |
│ ├── ffind | |
│ ├── fiwalk | |
│ ├── fls | |
│ ├── fsstat | |
│ ├── hfind | |
│ ├── icat | |
│ ├── ifind | |
│ ├── ils | |
│ ├── img_cat | |
│ ├── img_stat | |
│ ├── istat | |
│ ├── jcat | |
│ ├── jls | |
│ ├── jpeg_extract | |
│ ├── mactime | |
│ ├── mmcat | |
│ ├── mmls | |
│ ├── mmstat | |
│ ├── sigfind | |
│ ├── sorter | |
│ ├── srch_strings | |
│ ├── tsk_comparedir | |
│ ├── tsk_gettimes | |
│ ├── tsk_loaddb | |
│ ├── tsk_recover | |
│ └── usnjls | |
├── include | |
│ └── tsk | |
│ ├── auto | |
│ │ ├── tsk_auto.h | |
│ │ └── tsk_is_image_supported.h | |
│ ├── base | |
│ │ ├── tsk_base.h | |
│ │ └── tsk_os.h | |
│ ├── fs | |
│ │ ├── tsk_exfatfs.h | |
│ │ ├── tsk_ext2fs.h | |
│ │ ├── tsk_fatfs.h | |
│ │ ├── tsk_fatxxfs.h | |
│ │ ├── tsk_ffs.h | |
│ │ ├── tsk_fs.h | |
│ │ ├── tsk_hfs.h | |
│ │ ├── tsk_iso9660.h | |
│ │ ├── tsk_ntfs.h | |
│ │ └── tsk_yaffs.h | |
│ ├── hashdb | |
│ │ └── tsk_hashdb.h | |
│ ├── img | |
│ │ └── tsk_img.h | |
│ ├── libtsk.h | |
│ ├── tsk_incs.h | |
│ └── vs | |
│ ├── tsk_bsd.h | |
│ ├── tsk_dos.h | |
│ ├── tsk_gpt.h | |
│ ├── tsk_mac.h | |
│ ├── tsk_sun.h | |
│ └── tsk_vs.h | |
├── lib | |
│ ├── libtsk.la | |
│ ├── libtsk.so -> libtsk.so.13.4.6 | |
│ ├── libtsk.so.13 -> libtsk.so.13.4.6 | |
│ └── libtsk.so.13.4.6 | |
└── share | |
├── man | |
│ └── man1 | |
│ ├── blkcalc.1.gz | |
│ ├── blkcat.1.gz | |
│ ├── blkls.1.gz | |
│ ├── blkstat.1.gz | |
│ ├── fcat.1.gz | |
│ ├── ffind.1.gz | |
│ ├── fls.1.gz | |
│ ├── fsstat.1.gz | |
│ ├── hfind.1.gz | |
│ ├── icat.1.gz | |
│ ├── ifind.1.gz | |
│ ├── ils.1.gz | |
│ ├── img_cat.1.gz | |
│ ├── img_stat.1.gz | |
│ ├── istat.1.gz | |
│ ├── jcat.1.gz | |
│ ├── jls.1.gz | |
│ ├── mactime.1.gz | |
│ ├── mmcat.1.gz | |
│ ├── mmls.1.gz | |
│ ├── mmstat.1.gz | |
│ ├── sigfind.1.gz | |
│ ├── sorter.1.gz | |
│ ├── tsk_comparedir.1.gz | |
│ ├── tsk_gettimes.1.gz | |
│ ├── tsk_loaddb.1.gz | |
│ ├── tsk_recover.1.gz | |
│ └── usnjls.1.gz | |
└── tsk | |
└── sorter | |
├── default.sort | |
├── freebsd.sort | |
├── images.sort | |
├── linux.sort | |
├── openbsd.sort | |
├── solaris.sort | |
└── windows.sort | |
15 directories, 94 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment