From c41cda4a7e68a37b9e4557a55a51fac6516cdef8 Mon Sep 17 00:00:00 2001 From: Dan <46821332+nsadeveloper789@users.noreply.github.com> Date: Tue, 2 Apr 2019 15:55:10 -0400 Subject: [PATCH] Fixing typos in DevGuide.md. --- DevGuide.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DevGuide.md b/DevGuide.md index e63552f319..b6adbc9de2 100644 --- a/DevGuide.md +++ b/DevGuide.md @@ -259,7 +259,6 @@ To test it, unzip it where you like, and execute `./ghidraRun`. Some features of Ghidra require the curation of rather extensive data bases. These include the Data Type Archives and Function ID Databases, both of which require collecting header files and libraries for the relevant SDKs and platforms. Much of this work is done by hand. -Until this process is documented, those artifacts can be extracted from an official distribution and combined with your build output. The archives included in our official builds can be found in the [ghidra-data] repository. ## Building Data Type Archives @@ -278,7 +277,7 @@ This is often a set of libraries from an SDK. We include a variety of Visual Studio platforms in the official build. From a CodeBrowser window, select File -> Configure. -Enabled the "Function ID" plugins, and close the dialog. +Enable the "Function ID" plugins, and close the dialog. Now, from the CodeBrowser window, select Tools -> Function ID -> Create new empty FidDb. Choose a destination file. Now, select Tools -> Function ID -> Populate FidDb from programs.