mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Merge remote-tracking branch 'origin/GP-3000-dragonmacher-theme-fixes--SQUASHED'
This commit is contained in:
commit
ff93d4cfb1
38 changed files with 323 additions and 177 deletions
|
@ -4,7 +4,6 @@
|
|||
<title>The Byte Viewer</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
|
||||
<link rel="stylesheet" type="text/css" href="help/shared/DefaultStyle.css">
|
||||
<meta name="generator" content="Microsoft FrontPage 4.0">
|
||||
</head>
|
||||
<body lang="EN-US">
|
||||
|
||||
|
@ -34,7 +33,7 @@
|
|||
may be added to your view. To add or remove a data format view
|
||||
from the tool, press the <img alt="" src="images/wrench.png">
|
||||
icon to bring up the <span
|
||||
style="font-style: italic;">Byte Vieweer Options </span>dialog.
|
||||
style="font-style: italic;">Byte Viewer Options </span>dialog.
|
||||
Select the formats that you want and press the <span
|
||||
style="font-weight: bold;">OK </span>button.<br>
|
||||
</p>
|
||||
|
@ -65,15 +64,14 @@
|
|||
program. For those addresses that can be formed and are in memory, the
|
||||
view shows the symbol, <img src="images/addressMark.png" border="0">
|
||||
So if you go to that address in the <a
|
||||
href="help/topics/CodeBrowserPlugin/CodeBrowser.htm"> Code Browser</a>, and <font
|
||||
color="#000000"><a href="help/topics/DataPlugin/Data.htm#Pointer">make a
|
||||
Pointer data type</a>,</font> <font color="#0000ff"> </font><font
|
||||
color="#000000">the address pointed to is in memory. Conversely, if
|
||||
href="help/topics/CodeBrowserPlugin/CodeBrowser.htm"> Code Browser</a>, and
|
||||
<a href="help/topics/DataPlugin/Data.htm#Pointer">make a
|
||||
Pointer data type</a>, the address pointed to is in memory. Conversely, if
|
||||
you go to a "tic" address in the Code Browser and make a pointer, the
|
||||
address pointed to is not in memory (the operand is
|
||||
rendered in red).</font></p>
|
||||
|
||||
<p><font color="#000000">This view does not support <a href="#EditBytes">editing</a>.</font></p>
|
||||
<p>This view does not support <a href="#EditBytes">editing</a>.</p>
|
||||
</blockquote>
|
||||
|
||||
<h3><a name="Add_Byteviewer_Disassembled_Panel"></a><a name="Disassembled"></a>Disassembled</h3>
|
||||
|
@ -225,7 +223,7 @@
|
|||
<blockquote>
|
||||
<p>The alignment address specifies what address should appear in
|
||||
column 0. Any address can be specified, but the address will be
|
||||
normalized to be near the program's miminum address. This enables you to
|
||||
normalized to be near the program's minimum address. This enables you to
|
||||
view bytes in an offcut manner and to identify patterns in the bytes.
|
||||
Changing the alignment address affects the <a href="#OffsetField">offset</a>,
|
||||
which is the column that would display the bytes for address 0 if it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue