-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (44 loc) · 1.51 KB
/
index.html
File metadata and controls
46 lines (44 loc) · 1.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Backdoor.RE</title>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&subset=latin-ext" />
<link rel="stylesheet" type="text/css" href="./css/skeleton.css" />
</head>
<body>
<main>
<section>
<div class="container">
<aside class="three columns">
<nav>
<ul>
<li><a href="./">Home</a></li>
<li><a href="./about/">About</a></li>
<hr />
<li><a href="./publications/">Publications</a></li>
<li><a href="./blog/">Blog</a></li>
</ul>
</nav>
</aside>
<div class="thirteen columns">
<header>
<h2>Backdoor.R(everse)E(ngineering)</h2>
</header>
<div class="row">
<p>Backdoor.RE is an on-going research project seeking to understand, detect and defend against backdoors.</p>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="container">
<div class="sixteen columns footer">
The content of this site is licensed under the Creative Commons <a href="https://creativecommons.org/share-your-work/public-domain/cc0">"public domain" (CC0) license</a>.
</div>
</div>
</footer>
</body>
</html>