mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-30 16:47:43 +08:00
help fix
This commit is contained in:
+16
-12
@@ -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>
|
<h3>By Method Options</h3>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p><i><b>Select All:
|
<p><i><b>Select All:
|
||||||
</b></i></p>
|
</b></i></p>
|
||||||
<p>Makes a selection that covers all of the bytes in a file.
|
<p>Makes a selection that covers all of the bytes in a file.
|
||||||
<i><b>
|
<i><b>
|
||||||
To Address:
|
</p>
|
||||||
|
|
||||||
|
<p><i><b>
|
||||||
|
To Address:
|
||||||
</b></i></p>
|
</b></i></p>
|
||||||
<p>Makes a selection from current cursor position to a selected address, if
|
<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
|
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
|
prompted to select another address. If the address is outside of the
|
||||||
current program's memory, the selection will contain bytes from the cursor
|
current program's memory, the selection will contain bytes from the cursor
|
||||||
position to the beginning or end of the program's memory.
|
position to the beginning or end of the program's memory.
|
||||||
|
<p>
|
||||||
<i><b>
|
<i><b>
|
||||||
Select Forward:
|
Select Forward:
|
||||||
</b></i></p>
|
</b></i></p>
|
||||||
<p>Default direction. Makes a selection of size <i>n </i>from
|
<p>Default direction. Makes a selection of size <i>n </i>from
|
||||||
the cursor position to <i>n-1</i> number of bytes.
|
the cursor position to <i>n-1</i> number of bytes.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
<i><b>
|
<i><b>
|
||||||
Select Backward:
|
Select Backward:
|
||||||
</b></i></p>
|
</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.
|
number of bytes.
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<h3>Byte Selection</h3>
|
<h3>Byte Selection</h3>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p><i><b>Ending Address:
|
<p><i><b>Ending Address:
|
||||||
@@ -57,6 +64,7 @@ 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
|
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 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:
|
<p><i><b>Length:
|
||||||
</b></i></p>
|
</b></i></p>
|
||||||
<p>Enter an appropriate length (number of bytes to be contained in the
|
<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
|
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 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>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<h3>Error Messages</h3>
|
<h3>Error Messages</h3>
|
||||||
<blockquote>
|
<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.
|
user is prompted to enter a valid address.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<p class="providedbyplugin">Provided By: <i>Select Bytes</i> Plugin</p>
|
<p class="providedbyplugin">Provided By: <i>Select Bytes</i> Plugin</p>
|
||||||
<p class="relatedtopic">Related Topics</p>
|
<p class="relatedtopic">Related Topics</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="help/topics/Selection/Selecting.htm">Selection</a></li>
|
<li><a href="help/topics/Selection/Selecting.htm">Selection</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user