From a23e57cddd0e40a3cff781d1c3a06a8a034c1344 Mon Sep 17 00:00:00 2001 From: hippietrail Date: Tue, 5 Nov 2024 13:49:28 +0700 Subject: [PATCH] margin bars are on the right, not the left; other suggested changes --- .../src/main/help/help/topics/OverviewPlugin/Overview.htm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Ghidra/Features/Base/src/main/help/help/topics/OverviewPlugin/Overview.htm b/Ghidra/Features/Base/src/main/help/help/topics/OverviewPlugin/Overview.htm index 7e9cf8e898..72f6fb32b8 100644 --- a/Ghidra/Features/Base/src/main/help/help/topics/OverviewPlugin/Overview.htm +++ b/Ghidra/Features/Base/src/main/help/help/topics/OverviewPlugin/Overview.htm @@ -13,7 +13,7 @@

Overview Bars

-

Ghidra supports multiple margin bars on the left side of the Listing +

Ghidra supports multiple margin bars on the right side of the Listing that present various overviews for a program.

 

@@ -70,7 +70,7 @@

Note that the overview panel only provides an approximation of the contents of a program. Although the level of detail can be increased by - selected a more restricted view, there may still be imprecise summaries. For instance, if a region of memory + selecting a more restricted view, there may still be imprecise summaries. For instance, if a region of memory contains mostly defined data, but the particular address that is rendered in the overview panel falls on an undefined block, the color for that pixel is set to undefined. In practice, however, this gives a good general sense of the various regions.

@@ -176,7 +176,7 @@ waste of the high bit in each byte and other biases for English letter frequency, null terminators, etc. -
  • Unicode: The wide character format typically used to encode +
  • Unicode UTF16: The wide character format often used to encode Unicode characters is particularly wasteful, with every other byte encoded as 0 for typical English strings. This shows up as a characteristic range of low entropy values.