From 5b159a5ccdb4f3afd3596560959f34bf05529585 Mon Sep 17 00:00:00 2001 From: ghidra1 Date: Thu, 16 May 2019 14:31:59 -0400 Subject: [PATCH 1/2] 9.0.4 Change History update --- .../src/global/docs/ChangeHistory.html | 13 ++++++++++++- Ghidra/application.properties | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html b/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html index bf141e9b85..2c08e1a663 100644 --- a/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html +++ b/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html @@ -6,6 +6,17 @@ +

Ghidra 9.0.4 Change History (May 2019)

+ +

Bugs

+
+ +

Ghidra 9.0.3 Change History (April 2019)

@@ -13,7 +24,7 @@
diff --git a/Ghidra/application.properties b/Ghidra/application.properties index 25d4c367b0..839d8b17e4 100644 --- a/Ghidra/application.properties +++ b/Ghidra/application.properties @@ -1,5 +1,5 @@ application.name=Ghidra -application.version=9.0.3-DEV +application.version=9.0.x-DEV application.release.name=PUBLIC application.layout.version=1 application.gradle.version=5.0 From 6b4d64a2ac07f154bf1fca307ad99aaa522d41e4 Mon Sep 17 00:00:00 2001 From: ghidra007 Date: Thu, 16 May 2019 15:36:27 -0400 Subject: [PATCH 2/2] Corrected error in version tracking slide exercise --- .../GhidraClass/Intermediate/VersionTracking.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/GhidraDocs/GhidraClass/Intermediate/VersionTracking.html b/GhidraDocs/GhidraClass/Intermediate/VersionTracking.html index ed6a00501a..64e20da87f 100644 --- a/GhidraDocs/GhidraClass/Intermediate/VersionTracking.html +++ b/GhidraDocs/GhidraClass/Intermediate/VersionTracking.html @@ -175,8 +175,7 @@
Functions List
-
-
    +
    • Open with Window->Version Tracking functions
    • Shows list of all functions in each program by default
    • Can change to show only accepted or available matches
    • @@ -187,10 +186,11 @@
      Exercise 1

      -
        -
      • From
          ../ExerciseFiles/VersionTrackFiles, import and analyze WallaceSrc.exe and WallaceVersion2.exe
      • -
        -
      • Use the Version Tracking tool to determine what function(s) are different, new, or removed in WallaceVersion2.gzf.
      • +
          +
        • Import and analyze WallaceSrc.exe and WallaceVersion2.exe from ../ExerciseFiles/VersionTrackFiles.
        • +
        • Open WallaceSrc.exe in a CodeBrowser and run the MarkupWallaceSrcScript.
        • +
        • Use the Version Tracking tool to determine what function(s) are different, new, or removed in WallaceVersion2.exe.
        • +
        • Apply appropriate markup items from WallaceSrc.exe to WallaceVersion2.exe.