<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="sv-SE" xml:lang="sv-SE"> <head> <!-- * * Copyright 2009, Haiku. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: * Humdinger <humdingerb@gmail.com> * Translators: * deejam * --> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="robots" content="all" /> <title>DiskInspekterare</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" /> </head> <body> <div id="banner"> <div><span>Användarhandbok</span></div> </div> <div class="nav"> <div class="inner"> <ul class="lang-menu"> <li class="now">Svenska <span class="dropdown-caret">▼</span></li> <li><a href="../../id/applications/diskprobe.html">Bahasa Indonesia</a></li> <li><a href="../../ca/applications/diskprobe.html">Català</a></li> <li><a href="../../de/applications/diskprobe.html">Deutsch</a></li> <li><a href="../../en/applications/diskprobe.html">English</a></li> <li><a href="../../es/applications/diskprobe.html">Español</a></li> <li><a href="../../eo/applications/diskprobe.html">Esperanto</a></li> <li><a href="../../fr/applications/diskprobe.html">Français</a></li> <li><a href="../../fur/applications/diskprobe.html">Furlan</a></li> <li><a href="../../it/applications/diskprobe.html">Italiano</a></li> <li><a href="../../hu/applications/diskprobe.html">Magyar</a></li> <li><a href="../../pl/applications/diskprobe.html">Polski</a></li> <li><a href="../../pt_PT/applications/diskprobe.html">Português</a></li> <li><a href="../../pt_BR/applications/diskprobe.html">Português (Brazil)</a></li> <li><a href="../../ro/applications/diskprobe.html">Română</a></li> <li><a href="../../sk/applications/diskprobe.html">Slovenčina</a></li> <li><a href="../../fi/applications/diskprobe.html">Suomi</a></li> <li><a href="../../tr/applications/diskprobe.html">Türkçe</a></li> <li><a href="../../zh_CN/applications/diskprobe.html"> 中文 [中文]</a></li> <li><a href="../../ru/applications/diskprobe.html">Русский</a></li> <li><a href="../../uk/applications/diskprobe.html">Українська</a></li> <li><a href="../../jp/applications/diskprobe.html">日本語</a></li> </ul> <span> « <a href="deskcalc.html">Kalkylator</a> :: <a href="../applications.html#list-of-apps" class="uplink">Program</a> :: <a href="diskusage.html">DiskAnvändning</a> » </span></div> </div> <div id="content"> <div> <div class="box-info">Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.</div> <h2><img src="../../images/apps-images/diskprobe-icon_64.png" alt="diskprobe-icon_64.png" width="64" height="64" />DiskInspekterare</h2> <table summary="layout" border="0" cellspacing="0" cellpadding="2"> <tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr> <tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/DiskProbe</span></td></tr> <tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/DiskProbe_data</span></td></tr> </table> <p><br /></p> <p>DiskProbe is a HEX editor to view and alter data of a file or on a device on a byte-level. It's a very low-level tool and has therefore the potential to really mess things up if you're not careful!</p> <div class="box-warning">Always work with the backup of a file and be extra careful when working directly on a device.</div> <p>When starting DiskProbe you'll first be asked for the file or the device to work on. After that you are presented with this interface:</p> <p><img id="diskprobe" src="../images/apps-images/diskprobe.png" alt="diskprobe.png" /></p> <p>The main view shows always one block of data, the size of which can be adjusted with <span class="menu">View | BlockSize</span>. To the left is the offset to the start of the block, in the middle the data as HEX values and to the right the same as ASCII symbols.<br /> You can move from block to block with the slider above or with <span class="key">ALT</span> <span class="key">←</span> and <span class="key">ALT</span> <span class="key">→</span> and switch between the HEX and ASCII columns with <span class="key">TAB</span>.</p> <p><span class="menu">Block | Selection</span> will not only show the selection with different endianess (and in HEX or decimal, set by <span class="menu">View | Base</span>), it will also interpret the selection as a block offset that you can jump to. It will be grayed out if the position is outside of the file/device.<br /> This is a handy feature mostly when looking at file systems, as they often contain pointers to other blocks.</p> <p>If the file you're probing includes attributes, the <span class="menu">Attributes</span> menu can be used to open any of them in a new DiskProbe window. Here's the SYS:PACKAGE attribute of the <span class="app">AboutSystem</span> application: </p><p><img id="diskprobe-attribute" src="../images/apps-images/diskprobe-about-attr.png" alt="diskprobe-about-attr.png" /></p> <p>Depending on the kind of attribute, you'll get a different editor tab besides the always present <i>Raw Editor</i>. For example, there are editors for strings and MIME types or an icon viewer for the vectoricon attribute.</p> </div> </div> <div class="nav"> <div class="inner"><span> « <a href="deskcalc.html">Kalkylator</a> :: <a href="../applications.html#list-of-apps" class="uplink">Program</a> :: <a href="diskusage.html">DiskAnvändning</a> » </span></div> </div> </body> </html>