-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (65 loc) · 2.72 KB
/
Copy pathindex.html
File metadata and controls
65 lines (65 loc) · 2.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<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>Defense Against the Dark Arts: Slides</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
/* The extra [class] is a hack that increases specificity enough to
override a similar rule in reveal.js */
ul.task-list[class]{list-style: none;}
ul.task-list li input[type="checkbox"] {
font-size: inherit;
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<link rel="stylesheet" href="../markdown.css" />
</head>
<body>
<main>
<h1 id="defense-against-the-dark-arts-slides">Defense Against the Dark
Arts: Slides</h1>
<p><a href="../readme.html">Go up to the main readme file</a> (<a
href="../readme.md">md</a>)</p>
<p>Note that a <a
href="https://bugzilla.mozilla.org/show_bug.cgi?id=760436">bug</a> in
current versions of Firefox will prevent the font used in the slides
from displaying correctly; Google Chrome does not have this bug, and
displays the slides correctly.</p>
<p>Please note that the slides are generally not finalized until the day
of lecture, and some of the links may not work until the lecture is
ready to be presented.</p>
<p><a href="../uva/daily-announcements.html#/">Daily announcements</a>
(UVa specific)</p>
<ol type="1">
<li><a href="01-intro.html#/">Course introduction</a> (UVa
specific)</li>
<li><a href="02-terminology.html#/">Terminology</a></li>
<li><a href="03-vms.html#/">Virtual Machines</a></li>
<li><a href="04-assembly.html#/">Assembly</a></li>
<li><a href="05-re-and-lex.html#/">Regular expressions and lex</a></li>
<li><a href="06-file-viruses.html#/">File viruses</a></li>
<li><a href="07-obfuscations.html#/">Assembly obfuscations</a></li>
<li><a href="08-advanced-viruses.html#/">Advanced viruses</a></li>
<li><a href="09-adv-code-tech.html#/">Advanced virus coding
techniques</a></li>
<li><a href="10-sql-and-xss.html#/">SQL & XSS</a></li>
<li><a href="11-encryption.html#/">Encryption</a></li>
<li><a href="12-rootkits.html#/">Rootkits</a></li>
<li><a href="13-stuxnet.html#/">Stuxnet</a></li>
<li><a href="14-buffer-overflows.html#/">Buffer overflows</a></li>
<li><a href="15-exploits.html#/">Exploits</a></li>
<li><a href="course-reflection.html#/">Course reflection</a></li>
</ol>
</main>
</body>
</html>