mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
Merge remote-tracking branch 'origin/patch'
Conflicts: Ghidra/application.properties
This commit is contained in:
commit
7bece24cae
@ -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>
|
||||
|
@ -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"> ../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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user