Corrected error in version tracking slide exercise

This commit is contained in:
ghidra007 2019-05-16 15:36:27 -04:00
parent 5b159a5ccd
commit 6b4d64a2ac

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>