Merge remote-tracking branch 'origin/patch'

Conflicts:
	Ghidra/application.properties
This commit is contained in:
ghidra1 2019-05-16 15:54:47 -04:00
commit 7bece24cae
2 changed files with 18 additions and 7 deletions

View File

@ -6,6 +6,17 @@
</HEAD>
<BODY>
<H1 align="center">Ghidra 9.0.4 Change History (May 2019)</H1>
<blockquote><p><u>Bugs</u></p></blockquote>
<blockquote>
<ul>
<li><I>Multi-User:Ghidra Server.</I> Corrected severe script error in svrAdmin.bat introduced with 9.0.3 build.</li>
<li><I>GUI.</I> Restored the default 'p' key binding for creating pointers within the listing display.</li>
</ul>
</blockquote>
<H1 align="center">Ghidra 9.0.3 Change History (April 2019)</H1>
@ -13,7 +24,7 @@
<blockquote>
<ul>
<li><I>GUI.</I> Function tags are now viewable by function.</li>
<li><I>GUI.</I> Function tags are now viewable from Functions Window table using new column.</li>
</ul>
</blockquote>

View File

@ -175,8 +175,7 @@
<section>
<header>Functions List</header>
<br>
<ul class="medium">
<ul class="small">
<li>Open with Window->Version Tracking functions</li>
<li>Shows list of all functions in each program by default</li>
<li>Can change to show only accepted or available matches</li>
@ -187,10 +186,11 @@
<section>
<header>Exercise 1</header>
<br>
<ul>
<li>From <div style="word-wrap:break-word"><span style="font-family:'Courier New';font-size:35px">&nbsp;&nbsp;../ExerciseFiles/VersionTrackFiles</span>, import and analyze <span style="font-family:'Courier New';font-size:35px">WallaceSrc.exe</span> and <span style="font-family:'Courier New';font-size:35px">WallaceVersion2.exe</span></div></li>
<br>
<li>Use the Version Tracking tool to determine what function(s) are different, new, or removed in <span style="font-family:'Courier New';font-size:35px">WallaceVersion2.gzf</span>.</li>
<ul class="medium">
<li>Import and analyze WallaceSrc.exe and WallaceVersion2.exe from ../ExerciseFiles/VersionTrackFiles. </li>
<li>Open WallaceSrc.exe in a CodeBrowser and run the MarkupWallaceSrcScript.</li>
<li>Use the Version Tracking tool to determine what function(s) are different, new, or removed in WallaceVersion2.exe.</li>
<li>Apply appropriate markup items from WallaceSrc.exe to WallaceVersion2.exe.</li>
</ul>
</section>