diff --git a/GhidraDocs/GhidraClass/Debugger/Makefile b/GhidraDocs/GhidraClass/Debugger/Makefile index 7f9213e501..1946d49ece 100644 --- a/GhidraDocs/GhidraClass/Debugger/Makefile +++ b/GhidraDocs/GhidraClass/Debugger/Makefile @@ -16,7 +16,8 @@ all: \ B1-RemoteTargets.html \ B2-Emulation.html \ B3-Scripting.html \ - B4-Modeling.html + B4-Modeling.html \ + README.html clean: -rm *.html diff --git a/GhidraDocs/GhidraClass/Debugger/README.html b/GhidraDocs/GhidraClass/Debugger/README.html new file mode 100644 index 0000000000..5825b18959 --- /dev/null +++ b/GhidraDocs/GhidraClass/Debugger/README.html @@ -0,0 +1,73 @@ + + +
+ + + +This is the courseware for the Debugger training class. It is meant to be viewed directly in GitHub or GitLab but can also be rendered for offline viewing in a classroom. The courseware was developed with Linux user-space targets in mind, but many of the concepts and information apply to the other platforms. There are differences in getting started, some subtleties in target behavior, and of course different instruction set architectures, but for the most part, the user interface is the same across the platforms.
+