⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 install.txt

📁 linux下开发的针对所有磁盘的数据恢复的源码
💻 TXT
字号:
                        The Sleuth Kit                http://www.sleuthkit.org/sleuthkit                    Installation Instructions                     Last Modified: Sept 2008REQUIREMENTS=============================================================================Tested Platform:- FreeBSD 2-6.*- Linux 2.*- OpenBSD 2-3.*- Mac OS X- SunOS 4-5.*- WindowsSystem:- C compiler- GNU MakeOptional Programs:- Autopsy: Provides a graphical HTML-based interface to TheSleuth Kit (which makes it much easier to use).  Install this AFTERinstalling The Sleuth Kit.    Available at: http://www.sleuthkit.org/autopsyOptional Libraries:There are optional features that TSK can use if you have installedthem before you build and install TSK. - AFFLIB: Allows you to process disk images that are stored in theAFF format. Version 3.3.4 has been tested to compile and work with thisrelease.     Available at: http://www.afflib.org- LibEWF: Allows you to process disk images that are stored in theExpert Witness format (EnCase Format).  Version 20080501 has beentested to compile and work with this release.    Available at: https://www.uitwisselplatform.nl/projects/libewf/INSTALLATION=============================================================================Refer to the README_win32.txt file for details on Windows.The Sleuth Kit uses the GNU autotools for building and installation. There are a few steps to this process.  First, run the 'configure'script in the root TSK directory.    $ ./configureIf there were no errors, then run 'make'.    $ makeThe 'make' process will take a while and will build the TSK tools.When this process is complete, the libraries and executables willbe located in the TSK sub-directories.  To install them, type'make install'.    $ make installBy default, this will copy everything in to the /usr/local/ structure.So, the executables will be in '/usr/local/bin'.  This directory willneed to be in your PATH if you want to run the TSK commands without specifying '/usr/local/bin' everytime.CONFIGURE OPTIONS-----------------------------------------------------------------------------There are some arguments to 'configure' that you can supply tocustomize the setup. Currently, they focus on the optional diskimage format libraries.--disable-afflib: Supply this if you want TSK to ignore AFFLIB evenif it is installed.--disable-ewf: Supply this if you want TSK to ignore libewf evenif it is installed.-----------------------------------------------------------------------------Brian Carriercarrier <at> sleuthkit <dot> org

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -