mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-10 06:02:09 +00:00
GP-0 added README.html to debugger class
This commit is contained in:
parent
ce5c48eba9
commit
57fe47872d
@ -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
|
||||
|
73
GhidraDocs/GhidraClass/Debugger/README.html
Normal file
73
GhidraDocs/GhidraClass/Debugger/README.html
Normal file
@ -0,0 +1,73 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="pandoc" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||
<title>Ghidra Debugger</title>
|
||||
<style type="text/css">
|
||||
code{white-space: pre-wrap;}
|
||||
span.smallcaps{font-variant: small-caps;}
|
||||
span.underline{text-decoration: underline;}
|
||||
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
||||
</style>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<header id="nav"><a
|
||||
class="beginner" href="A1-GettingStarted.html">Getting Started</a><a
|
||||
class="beginner" href="A2-UITour.html">UI Tour</a><a
|
||||
class="beginner" href="A3-Breakpoints.html">Breakpoints</a><a
|
||||
class="beginner" href="A4-MachineState.html">Machine State</a><a
|
||||
class="beginner" href="A5-Navigation.html">Navigation</a><a
|
||||
class="beginner" href="A6-MemoryMap.html">Memory Map</a><a
|
||||
class="advanced" href="B1-RemoteTargets.html">Remote Targets</a><a
|
||||
class="advanced" href="B2-Emulation.html">Emulation</a><a
|
||||
class="advanced" href="B3-Scripting.html">Scripting</a><a
|
||||
class="advanced" href="B4-Modeling.html">Modeling</a>
|
||||
</header>
|
||||
<header>
|
||||
<h1 class="title">Ghidra Debugger</h1>
|
||||
</header>
|
||||
<nav id="TOC">
|
||||
<ul>
|
||||
<li><a href="#debugger-ghidra-class">Debugger Ghidra Class</a><ul>
|
||||
<li><a href="#table-of-contents">Table of Contents</a><ul>
|
||||
<li><a href="#beginner-material">Beginner Material</a></li>
|
||||
<li><a href="#advanced-material">Advanced Material</a></li>
|
||||
</ul></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<section id="debugger-ghidra-class" class="level1">
|
||||
<h1>Debugger Ghidra Class</h1>
|
||||
<p>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.</p>
|
||||
<section id="table-of-contents" class="level2">
|
||||
<h2>Table of Contents</h2>
|
||||
<section id="beginner-material" class="level3">
|
||||
<h3>Beginner Material</h3>
|
||||
<ol type="1">
|
||||
<li><a href="A1-GettingStarted.html">Getting Started</a></li>
|
||||
<li><a href="A2-UITour.html">A Tour of the UI</a></li>
|
||||
<li><a href="A3-Breakpoints.html">Breakpoints</a></li>
|
||||
<li><a href="A4-MachineState.html">Machine State: Memory, Registers, and Variables</a></li>
|
||||
<li><a href="A5-Navigation.html">Navigation</a></li>
|
||||
<li><a href="A6-MemoryMap.html">Memory Map</a></li>
|
||||
</ol>
|
||||
</section>
|
||||
<section id="advanced-material" class="level3">
|
||||
<h3>Advanced Material</h3>
|
||||
<ol type="1">
|
||||
<li><a href="B1-RemoteTargets.html">Remote Targets</a></li>
|
||||
<li><a href="B2-Emulation.html">Emulation</a></li>
|
||||
<li><a href="B3-Scripting.html">Scripting</a></li>
|
||||
<li><a href="B4-Modeling.html">Modeling</a></li>
|
||||
</ol>
|
||||
</section>
|
||||
</section>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
@ -74,6 +74,7 @@ GhidraClass/Debugger/B3-Scripting.md||GHIDRA||||END|
|
||||
GhidraClass/Debugger/B4-Modeling.html||GHIDRA||||END|
|
||||
GhidraClass/Debugger/B4-Modeling.md||GHIDRA||||END|
|
||||
GhidraClass/Debugger/Makefile||GHIDRA||||END|
|
||||
GhidraClass/Debugger/README.html||GHIDRA||||END|
|
||||
GhidraClass/Debugger/README.md||GHIDRA||||END|
|
||||
GhidraClass/Debugger/gdb_syntax.xml||GHIDRA||||END|
|
||||
GhidraClass/Debugger/images/Breakpoints_EmptyAfterLaunch.png||GHIDRA||||END|
|
||||
|
Loading…
Reference in New Issue
Block a user