mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-09 20:18:01 +08:00
help fix
This commit is contained in:
+17
-13
@@ -26,22 +26,28 @@ This tool allows the user to select a range of bytes starting from the cursor po
|
||||
|
||||
<h3>By Method Options</h3>
|
||||
<blockquote>
|
||||
<p><i><b>Select All:
|
||||
<p><i><b>Select All:
|
||||
</b></i></p>
|
||||
<p>Makes a selection that covers all of the bytes in a file.
|
||||
<i><b>
|
||||
To Address:
|
||||
</p>
|
||||
|
||||
<p><i><b>
|
||||
To Address:
|
||||
</b></i></p>
|
||||
<p>Makes a selection from current cursor position to a selected address, if
|
||||
the address exists. If the address is an invalid address, the user is
|
||||
prompted to select another address. If the address is outside of the
|
||||
current program's memory, the selection will contain bytes from the cursor
|
||||
position to the beginning or end of the program's memory.
|
||||
<p>
|
||||
<i><b>
|
||||
Select Forward:
|
||||
</b></i></p>
|
||||
<p>Default direction. Makes a selection of size <i>n </i>from
|
||||
the cursor position to <i>n-1</i> number of bytes.
|
||||
</p>
|
||||
<p>
|
||||
<i><b>
|
||||
Select Backward:
|
||||
</b></i></p>
|
||||
@@ -49,6 +55,7 @@ This tool allows the user to select a range of bytes starting from the cursor po
|
||||
number of bytes.
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
<h3>Byte Selection</h3>
|
||||
<blockquote>
|
||||
<p><i><b>Ending Address:
|
||||
@@ -56,7 +63,8 @@ This tool allows the user to select a range of bytes starting from the cursor po
|
||||
<p>Enter an appropriate address that will be either the ending address of the bytes (if
|
||||
the selected address is greater than the current address) or the starting
|
||||
address of the bytes (if the selected address is lower than the current
|
||||
address). This value may be in either <b>hex</b> or <b>decimal</b>
|
||||
address). This value may be in either <b>hex</b> or <b>decimal</b>
|
||||
</p>
|
||||
<p><i><b>Length:
|
||||
</b></i></p>
|
||||
<p>Enter an appropriate length (number of bytes to be contained in the
|
||||
@@ -64,31 +72,27 @@ This tool allows the user to select a range of bytes starting from the cursor po
|
||||
the selected address is greater than the current address) or the starting
|
||||
address of the bytes (if the selected address is lower than the current
|
||||
address). This value may be in either <b>hex</b> or <b>decimal</b>
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
<h3>Error Messages</h3>
|
||||
<blockquote>
|
||||
<p><i><b>To Address Error Message:</b></i></p>
|
||||
|
||||
<img src="images/ToBadAddr.png">
|
||||
<img src="images/ToBadAddr.png" alt="Error Message">
|
||||
|
||||
<p></p>
|
||||
<p align="left">This occurs only when an invalid address is entered. The
|
||||
|
||||
<p align="left">This occurs only when an invalid address is entered. The
|
||||
user is prompted to enter a valid address.
|
||||
</p>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
</blockquote>
|
||||
<p class="providedbyplugin">Provided By: <i>Select Bytes</i> Plugin</p>
|
||||
<p class="relatedtopic">Related Topics</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="help/topics/Selection/Selecting.htm">Selection</a></li>
|
||||
|
||||
<li><a href="help/topics/Selection/Selecting.htm">Selection</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user