mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-11 23:46:15 +00:00
Update docs, add embedded software section
This commit is contained in:
parent
4d93f49cea
commit
3d8e51abe3
@ -12,3 +12,6 @@ Keyword search module:
|
|||||||
There is no limit on size of unknown file types indexed using string extraction.
|
There is no limit on size of unknown file types indexed using string extraction.
|
||||||
- Currently we extract only English strings from files of unknown types.
|
- Currently we extract only English strings from files of unknown types.
|
||||||
|
|
||||||
|
Installation:
|
||||||
|
- Installer version currently supports only Windows OS (XP or newer),
|
||||||
|
- Currently only 32 bit version of Autopsy is provided with the installer (works on 64 bit Windows OS)
|
67
README.txt
67
README.txt
@ -1,7 +1,7 @@
|
|||||||
Autopsy 3.0 (Beta)
|
Autopsy 4.0 (Beta)
|
||||||
http://www.sleuthkit.org/
|
http://www.sleuthkit.org/
|
||||||
|
|
||||||
July 18, 2011
|
June 4, 2012
|
||||||
|
|
||||||
|
|
||||||
OVERVIEW
|
OVERVIEW
|
||||||
@ -10,21 +10,68 @@ Autopsy is a graphical interface to The Sleuth Kit and other open source digital
|
|||||||
|
|
||||||
The current beta version works only on Windows. We have run it on XP, Vista, and Windows 7 with no problems.
|
The current beta version works only on Windows. We have run it on XP, Vista, and Windows 7 with no problems.
|
||||||
|
|
||||||
Autopsy 3.0 is relased under the Apache 2.0 license.
|
Autopsy 4.0 is released under the Apache 2.0 license.
|
||||||
|
|
||||||
|
|
||||||
INSTALLATION
|
INSTALLATION
|
||||||
|
|
||||||
Autopsy requires the Java Runtime Environment (JRE) to be installed. A 32-bit version of release 1.6+ is required. If you have a 64-bit version of the JRE, then it will fail. We are working on a 64-bit version for a later release.
|
All Autopsy dependencies are bundled with the installer provided.
|
||||||
|
There is no need for manual installation of additional dependencies if the installer is used.
|
||||||
|
|
||||||
You can download Java from here:
|
Refer to the next section for additional info on third-party software requirements to run Autopsy without installer.
|
||||||
http://java.com/en/download/index.jsp
|
|
||||||
|
|
||||||
Before running Autopsy, you will have to install GStreamer and add the GStreamer 'lib' folder to the PATH environment variable
|
|
||||||
GStreamer builds for Windows are available at http://code.google.com/p/ossbuild/downloads/list
|
|
||||||
|
|
||||||
|
|
||||||
You should be able to simply open the Autopsy ZIP file and run the autopsy.exe program located in the 'bin' folder.
|
EMBEDDED SOFTWARE
|
||||||
|
|
||||||
|
Autopsy (core) utilizes the following third-party software tools.
|
||||||
|
The tools are bundled with the installer, unless specified otherwise.
|
||||||
|
|
||||||
|
* JRE (Java Runtime Environment) 1.6, 32 bit
|
||||||
|
|
||||||
|
Web page: http://www.oracle.com/technetwork/java/index.html
|
||||||
|
Oracle license: http://www.oracle.com/technetwork/java/javase/terms/license/index.html
|
||||||
|
|
||||||
|
JRE needs to be manually installed on the system if Autopsy installer is not used.
|
||||||
|
|
||||||
|
* Netbeans 7.0.1 RCP platform and .jar files bundled with the platform
|
||||||
|
|
||||||
|
Web page: http://netbeans.org/features/platform/
|
||||||
|
License:
|
||||||
|
http://services.netbeans.org/downloads/licence/nb-7.0-final-2011-04-20-license.txt
|
||||||
|
|
||||||
|
* Solr (including Lucene and TIKA)
|
||||||
|
Web page: http://projects.apache.org/projects/solr.html
|
||||||
|
Apache license: http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
* GStreamer
|
||||||
|
Web page: http://gstreamer.freedesktop.org/
|
||||||
|
License: http://www.gnu.org/licenses/lgpl.html
|
||||||
|
|
||||||
|
If Autopsy installer is not used, add the following entries to Windows PATH environment variable
|
||||||
|
(replace GSTREAMER_INSTALL_DIR with the location of gstreamer install root directory):
|
||||||
|
|
||||||
|
GSTREAMER_INSTALL_DIR\bin\;
|
||||||
|
GSTREAMER_INSTALL_DIR\lib\gstreamer-0.10\;
|
||||||
|
|
||||||
|
|
||||||
|
* GStreamer-java
|
||||||
|
Web page: http://code.google.com/p/gstreamer-java/
|
||||||
|
License: http://www.gnu.org/licenses/lgpl.html
|
||||||
|
|
||||||
|
|
||||||
|
* Regripper
|
||||||
|
(regripper and custom plugins found in autopsy/thirdparty)
|
||||||
|
Web page: http://regripper.wordpress.com/
|
||||||
|
License: http://www.gnu.org/licenses/gpl.html
|
||||||
|
|
||||||
|
* Pasco
|
||||||
|
Web page: http://sourceforge.net/projects/odessa/files/Pasco/
|
||||||
|
|
||||||
|
* Advanced installer 9.0 (Freeware)
|
||||||
|
(not embedded in Autopsy, but used to generate Autopsy installer.
|
||||||
|
If you want to generate Autopsy installer, you will need to install the freeware version of Advanced Installer software)
|
||||||
|
|
||||||
|
Web page: http://www.advancedinstaller.com/
|
||||||
|
|
||||||
|
|
||||||
CONTRIBUTORS
|
CONTRIBUTORS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user