From ac74f4ce38d995f9cf277a41f790de8befe9e0ea Mon Sep 17 00:00:00 2001 From: dragonmacher <48328597+dragonmacher@users.noreply.github.com> Date: Thu, 7 May 2026 11:52:38 -0400 Subject: [PATCH] help fix --- .../SelectBytesPlugin/Select_Bytes_Help.html | 30 +++++++++++-------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/Ghidra/Features/Base/src/main/help/help/topics/SelectBytesPlugin/Select_Bytes_Help.html b/Ghidra/Features/Base/src/main/help/help/topics/SelectBytesPlugin/Select_Bytes_Help.html index 67dca2517d..730a12e348 100644 --- a/Ghidra/Features/Base/src/main/help/help/topics/SelectBytesPlugin/Select_Bytes_Help.html +++ b/Ghidra/Features/Base/src/main/help/help/topics/SelectBytesPlugin/Select_Bytes_Help.html @@ -26,22 +26,28 @@ This tool allows the user to select a range of bytes starting from the cursor po
-+Select All: +
Select All:
Makes a selection that covers all of the bytes in a file. - To Address: +
+ ++ To Address:
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. +
Select Forward:
Default direction. Makes a selection of size n from the cursor position to n-1 number of bytes. +
+Select Backward:
@@ -49,6 +55,7 @@ This tool allows the user to select a range of bytes starting from the cursor po number of bytes.
+Ending Address: @@ -56,7 +63,8 @@ This tool allows the user to select a range of bytes starting from the cursor po
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 hex or decimal + address). This value may be in either hex or decimal +
Length:
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 hex or decimal +
-To Address Error Message:
-+
- -
This occurs only when an invalid address is entered. The + +
This occurs only when an invalid address is entered. The user is prompted to enter a valid address.
-
-
Provided By: Select Bytes Plugin
- -