mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-08 06:09:32 +00:00
51 lines
2.5 KiB
HTML
51 lines
2.5 KiB
HTML
<!--
|
|
To change this template, choose Tools | Templates
|
|
and open the template in the editor.
|
|
-->
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>About Image</title>
|
|
<link rel="stylesheet" href="nbdocs:/org/netbeans/modules/usersguide/ide.css" type="text/css">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
</head>
|
|
<body>
|
|
<h2>About Images</h2>
|
|
<p>
|
|
In Autopsy, an "Image" refers to the "Disk Image". Before an image can be analyzed, it must be added to a <a href="nbdocs:/org/sleuthkit/autopsy/casemodule/docs/casemodule-about.html">case</a>.
|
|
</p>
|
|
<p>Autopsy creates a database for each image that it imports. This database is a SQLite database and it contains all of the file system metadata from the image. When adding an image, it will take a little bit of time to populate the database. The database is stored in the case directory, but the image will stay in its original location.</p>
|
|
|
|
<h2>Supported Formats</h2>
|
|
<p>
|
|
Currently, Autopsy only supports these formats of image:
|
|
<ul type="circle">
|
|
<li>Raw Single (For example: *.img, *.dd, etc)</li>
|
|
<li>Raw Split (For example: *.001, *.002, *.aa, *.ab, etc)</li>
|
|
<li>EnCase (For example: *.e01, *e02, etc)</li>
|
|
</ul>
|
|
|
|
<h2>Adding an Image</h2>
|
|
<p>
|
|
To see how to add image to the current opened case, click <a href="nbdocs:/org/sleuthkit/autopsy/casemodule/docs/addImage.html">here</a>.
|
|
</p>
|
|
|
|
<h2>Removing an Image</h2>
|
|
<p>
|
|
You can remove an image in the <a href="nbdocs:/org/sleuthkit/autopsy/casemodule/docs/caseProperties.html">Case Properties</a> window.
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|
|
<!--
|
|
Tip: to create a link which will open in an external web browser, try:
|
|
<object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
|
|
<param name="content" value="http://www.netbeans.org/">
|
|
<param name="text" value="<html><u>http://www.netbeans.org/</u></html>">
|
|
<param name="textFontSize" value="medium">
|
|
<param name="textColor" value="blue">
|
|
</object>
|
|
To create a link to a help set from another module, you need to know the code name base and path, e.g.:
|
|
<a href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/configure/configure_options.html">Using the Options Window</a>
|
|
(This link will behave sanely if that module is disabled or missing.)
|
|
--> |