1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns=
"http://www.w3.org/1999/xhtml" lang=
"en-US" xml:
lang=
"en-US">
7 * Copyright 2009, Haiku. All rights reserved.
8 * Distributed under the terms of the MIT License.
11 * Humdinger <humdingerb@gmail.com>
14 <meta http-equiv=
"content-type" content=
"text/html; charset=utf-8" />
15 <meta http-equiv=
"Content-Style-Type" content=
"text/css" />
16 <meta name=
"robots" content=
"all" />
17 <title>DiskProbe
</title>
18 <meta name=
"viewport" content=
"width=device-width, initial-scale=1.0" />
19 <link rel=
"stylesheet" type=
"text/css" href=
"../../Haiku-doc.css" />
24 <div><span>User guide
</span></div>
29 <ul class=
"lang-menu">
30 <li class=
"now"><img src=
"../../images/flags/gb.png" alt=
"" /> English
</li>
31 <li><a href=
"../../ca/applications/diskprobe.html"><img src=
"../../images/flags/ca.png" alt=
"" />Català
</a></li>
32 <li><a href=
"../../de/applications/diskprobe.html"><img src=
"../../images/flags/de.png" alt=
"" />Deutsch
</a></li>
33 <li><a href=
"../../es/applications/diskprobe.html"><img src=
"../../images/flags/es.png" alt=
"" />Español
</a></li>
34 <li><a href=
"../../fr/applications/diskprobe.html"><img src=
"../../images/flags/fr.png" alt=
"" />Français
</a></li>
35 <li><a href=
"../../it/applications/diskprobe.html"><img src=
"../../images/flags/it.png" alt=
"" />Italiano
</a></li>
36 <li><a href=
"../../hu/applications/diskprobe.html"><img src=
"../../images/flags/hu.png" alt=
"" />Magyar
</a></li>
37 <li><a href=
"../../pl/applications/diskprobe.html"><img src=
"../../images/flags/pl.png" alt=
"" />Polski
</a></li>
38 <li><a href=
"../../pt_PT/applications/diskprobe.html"><img src=
"../../images/flags/pt_PT.png" alt=
"" />Português
</a></li>
39 <li><a href=
"../../pt_BR/applications/diskprobe.html"><img src=
"../../images/flags/pt_BR.png" alt=
"" />Português (Brazil)
</a></li>
40 <li><a href=
"../../ro/applications/diskprobe.html"><img src=
"../../images/flags/ro.png" alt=
"" />Română
</a></li>
41 <li><a href=
"../../sk/applications/diskprobe.html"><img src=
"../../images/flags/sk.png" alt=
"" />Slovenčina
</a></li>
42 <li><a href=
"../../fi/applications/diskprobe.html"><img src=
"../../images/flags/fi.png" alt=
"" />Suomi
</a></li>
43 <li><a href=
"../../sv_SE/applications/diskprobe.html"><img src=
"../../images/flags/sv_SE.png" alt=
"" />Svenska
</a></li>
44 <li><a href=
"../../zh_CN/applications/diskprobe.html"><img src=
"../../images/flags/zh_CN.png" alt=
"" /> 中文 [中文]
</a></li>
45 <li><a href=
"../../ru/applications/diskprobe.html"><img src=
"../../images/flags/ru.png" alt=
"" />Русский
</a></li>
46 <li><a href=
"../../uk/applications/diskprobe.html"><img src=
"../../images/flags/uk.png" alt=
"" />Українська
</a></li>
47 <li><a href=
"../../jp/applications/diskprobe.html"><img src=
"../../images/flags/jp.png" alt=
"" />日本語
</a></li>
50 «
<a href=
"deskcalc.html">DeskCalc
</a>
51 ::
<a href=
"../applications.html#list-of-apps" class=
"uplink">Applications
</a>
52 ::
<a href=
"diskusage.html">DriveUsage
</a> »
59 <h2><img src=
"../../images/apps-images/diskprobe-icon_64.png" alt=
"diskprobe-icon_64.png" width=
"64" height=
"64" />DiskProbe
</h2>
60 <table summary=
"layout" border=
"0" cellspacing=
"0" cellpadding=
"2">
61 <tr><td>Deskbar:
</td><td style=
"width:15px;"></td><td><span class=
"menu">Applications
</span></td></tr>
62 <tr><td>Location:
</td><td></td><td><span class=
"path">/boot/system/apps/DiskProbe
</span></td></tr>
63 <tr><td>Settings:
</td><td></td><td><span class=
"path">~/config/settings/DiskProbe_data
</span></td></tr>
66 <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>
67 <div class=
"box-warning">Always work with the backup of a file and be extra careful when working directly on a device.
</div>
68 <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>
69 <p><img id=
"diskprobe" src=
"../images/apps-images/diskprobe.png" alt=
"diskprobe.png" /></p>
70 <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 />
71 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>
72 <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 interprete 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 />
73 This is a handy feature mostly when looking at file systems, as they often contain pointers to other blocks.
</p>
74 <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:
75 </p><p><img id=
"diskprobe-attribute" src=
"../images/apps-images/diskprobe-about-attr.png" alt=
"diskprobe-about-attr.png" /></p>
76 <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>
81 <div class=
"inner"><span>
82 «
<a href=
"deskcalc.html">DeskCalc
</a>
83 ::
<a href=
"../applications.html#list-of-apps" class=
"uplink">Applications
</a>
84 ::
<a href=
"diskusage.html">DriveUsage
</a> »