ee7dedc859
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35067 a95241bf-73f2-0310-859d-f6bbb57e9c96
82 lines
5.0 KiB
HTML
82 lines
5.0 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "../../../html-dtd/xhtml1-strict.dtd">
|
||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
|
||
<head>
|
||
<!--
|
||
*
|
||
* Copyright 2009, Haiku. All rights reserved.
|
||
* Distributed under the terms of the MIT License.
|
||
*
|
||
* Authors:
|
||
* Humdinger <humdingerb@gmail.com>
|
||
* Translators:
|
||
* Loïc
|
||
*
|
||
-->
|
||
<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>DiskProbe</title>
|
||
<link rel="stylesheet" type="text/css" href="../../../Haiku-doc.css" />
|
||
</head>
|
||
<body>
|
||
|
||
<div id="banner">
|
||
<div><span>User guide</span></div>
|
||
</div>
|
||
|
||
<div class="nav">
|
||
<div class="inner">
|
||
<ul class="lang-menu">
|
||
<li class="now"><img src="../../../images/flags/fr.png" alt="" /> Français</li>
|
||
<li><a href="../../de/applications/diskprobe.html"><img src="../../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||
<li><a href="../../it/applications/diskprobe.html"><img src="../../../images/flags/it.png" alt="" />Italiano</a></li>
|
||
<li><a href="../../ru/applications/diskprobe.html"><img src="../../../images/flags/ru.png" alt="" />Русский</a></li>
|
||
<li><a href="../../es/applications/diskprobe.html"><img src="../../../images/flags/es.png" alt="" />Español</a></li>
|
||
<li><a href="../../sv_SE/applications/diskprobe.html"><img src="../../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
|
||
<li><a href="../../jp/applications/diskprobe.html"><img src="../../../images/flags/jp.png" alt="" />日本語</a></li>
|
||
<li><a href="../../en/applications/diskprobe.html"><img src="../../../images/flags/gb.png" alt="" />English</a></li>
|
||
</ul>
|
||
<span>
|
||
« <a href="deskcalc.html">DeskCalc</a>
|
||
:: <a href="../applications.html#list-of-apps" class="uplink">Applications</a>
|
||
:: <a href="diskusage.html">DriveUsage</a> »
|
||
</span></div>
|
||
</div>
|
||
|
||
<div id="content">
|
||
<div>
|
||
|
||
<h2><img src="../../images/apps-images/diskprobe-icon_64.png" alt="diskprobe-icon_64.png" width="64" height="64" />DiskProbe</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>Localisation :</td><td></td><td><span class="path">/boot/system/apps/DiskProbe</span></td></tr>
|
||
<tr><td>Réglages :</td><td></td><td><span class="path">~/config/settings/DiskProbe_data</span></td></tr>
|
||
</table>
|
||
<p><br /></p>
|
||
<p>DiskProbe est un éditeur hexadécimal pour afficher et modifier les données d'un fichier ou d'un périphérique octet par octet. C'est un outil très bas niveau, qui peut donc potentiellement faire vraiment n'importe quoi si vous ne faites pas attention !</p>
|
||
<div class="box-warning">Travaillez toujours avec une copie de votre fichier, et redoublez de prudence lorsque vous travaillez directement sur un périphérique.</div>
|
||
<p>Au démarrage de DiskProbe, vous devez d'abord spécifier le fichier ou le périphérique sur lequel vous desirez travailler. Après cela, vous vous retrouvez dans cette 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 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 />
|
||
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 copyright 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>Selon le type d'attribut, vous obtiendrez un onglet éditeur adapté en plus du <i>Raw Editor</i> (données butes) toujours disponible.
|
||
Par exemple, il existe des éditeurs de chaînes, de types MIME ou de visualisation d'icône vectorielle.</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="nav">
|
||
<div class="inner"><span>
|
||
« <a href="deskcalc.html">DeskCalc</a>
|
||
:: <a href="../applications.html#list-of-apps" class="uplink">Applications</a>
|
||
:: <a href="diskusage.html">DriveUsage</a> »
|
||
</span></div>
|
||
</div>
|
||
|
||
</body>
|
||
</html>
|