Skip to content

Commit 4be126d

Browse files
committed
Deployed ab58289 with MkDocs version: 0.17.4
1 parent c8f9b7a commit 4be126d

28 files changed

+1329
-6773
lines changed

404.html

Lines changed: 51 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616

17-
<meta name="author" content="40huo">
17+
<meta name="author" content="CTF Wiki Team">
1818

1919

2020
<meta name="lang:clipboard.copy" content="复制">
@@ -36,18 +36,23 @@
3636
<meta name="lang:search.tokenizer" content="[\uff0c\u3002]+">
3737

3838
<link rel="shortcut icon" href="/ctf-tools/_static/img/favicon.png">
39-
<meta name="generator" content="mkdocs-0.17.2, mkdocs-material-2.6.6">
39+
<meta name="generator" content="mkdocs-0.17.4, mkdocs-material-2.9.2">
4040

4141

4242

4343
<title>CTF Tools</title>
4444

4545

4646

47-
<link rel="stylesheet" href="/ctf-tools/assets/stylesheets/application.78aab2dc.css">
47+
<link rel="stylesheet" href="/ctf-tools/assets/stylesheets/application.ba0fd1a6.css">
4848

4949
<link rel="stylesheet" href="/ctf-tools/assets/stylesheets/application-palette.6079476c.css">
5050

51+
52+
53+
54+
<meta name="theme-color" content="">
55+
5156

5257

5358
<script src="/ctf-tools/assets/javascripts/modernizr.1aa3b519.js"></script>
@@ -58,8 +63,8 @@
5863
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Sans:300,400,400i,700|Fira+Mono">
5964
<style>body,input{font-family:"Fira Sans","Helvetica Neue",Helvetica,Arial,sans-serif}code,kbd,pre{font-family:"Fira Mono","Courier New",Courier,monospace}</style>
6065

61-
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
6266

67+
<link rel="stylesheet" href="/ctf-tools/assets/fonts/material-icons.css">
6368

6469

6570
</head>
@@ -73,7 +78,7 @@
7378

7479

7580
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448"
76-
viewBox="0 0 416 448" id="github">
81+
viewBox="0 0 416 448" id="__github">
7782
<path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19-18.125
7883
8.5-18.125-8.5-10.75-19-3.125-20.5 3.125-20.5 10.75-19 18.125-8.5
7984
18.125 8.5 10.75 19 3.125 20.5zM320 304q0 10-3.125 20.5t-10.75
@@ -93,9 +98,9 @@
9398

9499
</defs>
95100
</svg>
96-
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="drawer">
97-
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="search">
98-
<label class="md-overlay" data-md-component="overlay" for="drawer"></label>
101+
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
102+
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
103+
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
99104

100105

101106
<header class="md-header" data-md-component="header">
@@ -109,7 +114,7 @@
109114
</a>
110115
</div>
111116
<div class="md-flex__cell md-flex__cell--shrink">
112-
<label class="md-icon md-icon--menu md-header-nav__button" for="drawer"></label>
117+
<label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
113118
</div>
114119
<div class="md-flex__cell md-flex__cell--stretch">
115120
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
@@ -128,14 +133,14 @@
128133
<div class="md-flex__cell md-flex__cell--shrink">
129134

130135

131-
<label class="md-icon md-icon--search md-header-nav__button" for="search"></label>
136+
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
132137

133138
<div class="md-search" data-md-component="search" role="dialog">
134-
<label class="md-search__overlay" for="search"></label>
139+
<label class="md-search__overlay" for="__search"></label>
135140
<div class="md-search__inner" role="search">
136141
<form class="md-search__form" name="search">
137142
<input type="text" class="md-search__input" name="query" placeholder="搜索" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="query" data-md-state="active">
138-
<label class="md-icon md-search__icon" for="search"></label>
143+
<label class="md-icon md-search__icon" for="__search"></label>
139144
<button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1">
140145
&#xE5CD;
141146
</button>
@@ -168,7 +173,7 @@
168173

169174
<div class="md-source__icon">
170175
<svg viewBox="0 0 24 24" width="24" height="24">
171-
<use xlink:href="#github" width="24" height="24"></use>
176+
<use xlink:href="#__github" width="24" height="24"></use>
172177
</svg>
173178
</div>
174179

@@ -198,15 +203,21 @@
198203

199204

200205

206+
207+
208+
209+
201210
<li class="md-tabs__item">
202211

203-
<a href="/ctf-tools/" title="CTF Tools" class="md-tabs__link">
204-
CTF Tools
212+
<a href="/ctf-tools/binary_core_tools/instrumentation/intel_pin/" title="Binary Core Tools" class="md-tabs__link">
213+
Binary Core Tools
205214
</a>
206215

207216
</li>
208217

209218

219+
220+
210221

211222
</ul>
212223
</div>
@@ -220,7 +231,7 @@
220231
<div class="md-sidebar__scrollwrap">
221232
<div class="md-sidebar__inner">
222233
<nav class="md-nav md-nav--primary" data-md-level="0">
223-
<label class="md-nav__title md-nav__title--site" for="drawer">
234+
<label class="md-nav__title md-nav__title--site" for="__drawer">
224235
<span class="md-nav__button md-logo">
225236

226237
<i class="md-icon">gavel</i>
@@ -240,7 +251,7 @@
240251

241252
<div class="md-source__icon">
242253
<svg viewBox="0 0 24 24" width="24" height="24">
243-
<use xlink:href="#github" width="24" height="24"></use>
254+
<use xlink:href="#__github" width="24" height="24"></use>
244255
</svg>
245256
</div>
246257

@@ -263,11 +274,11 @@
263274
<input class="md-toggle md-nav__toggle" data-md-toggle="nav-1" type="checkbox" id="nav-1">
264275

265276
<label class="md-nav__link" for="nav-1">
266-
CTF Tools
277+
Binary Core Tools
267278
</label>
268279
<nav class="md-nav" data-md-component="collapsible" data-md-level="1">
269280
<label class="md-nav__title" for="nav-1">
270-
CTF Tools
281+
Binary Core Tools
271282
</label>
272283
<ul class="md-nav__list" data-md-scrollfix>
273284

@@ -277,106 +288,34 @@
277288

278289

279290

280-
<li class="md-nav__item">
281-
<a href="/ctf-tools/" title="Getting started 开始使用" class="md-nav__link">
282-
Getting started 开始使用
283-
</a>
284-
</li>
285-
286-
287-
288-
289-
290-
291-
292-
<li class="md-nav__item">
293-
<a href="/ctf-tools/collections/" title="Collections 工具合集" class="md-nav__link">
294-
Collections 工具合集
295-
</a>
296-
</li>
297-
298-
299-
300-
301-
302-
303-
304-
<li class="md-nav__item">
305-
<a href="/ctf-tools/environment/" title="Environment 环境配置" class="md-nav__link">
306-
Environment 环境配置
307-
</a>
308-
</li>
309-
310-
311-
312-
313-
314-
315-
316-
<li class="md-nav__item">
317-
<a href="/ctf-tools/misc/" title="Misc 杂项" class="md-nav__link">
318-
Misc 杂项
319-
</a>
320-
</li>
321-
322-
323-
324-
325-
326-
327-
328-
<li class="md-nav__item">
329-
<a href="/ctf-tools/crypto/" title="Crypto 密码学" class="md-nav__link">
330-
Crypto 密码学
331-
</a>
332-
</li>
333-
334-
335-
336-
337-
338-
339-
340-
<li class="md-nav__item">
341-
<a href="/ctf-tools/reverse/" title="Reverse 逆向工程" class="md-nav__link">
342-
Reverse 逆向工程
343-
</a>
344-
</li>
345-
291+
<li class="md-nav__item md-nav__item--nested">
292+
293+
<input class="md-toggle md-nav__toggle" data-md-toggle="nav-1-1" type="checkbox" id="nav-1-1">
294+
295+
<label class="md-nav__link" for="nav-1-1">
296+
Instrumentation
297+
</label>
298+
<nav class="md-nav" data-md-component="collapsible" data-md-level="2">
299+
<label class="md-nav__title" for="nav-1-1">
300+
Instrumentation
301+
</label>
302+
<ul class="md-nav__list" data-md-scrollfix>
346303

347-
348-
349-
350-
351-
352-
<li class="md-nav__item">
353-
<a href="/ctf-tools/pwn/" title="Pwn 二进制漏洞挖掘" class="md-nav__link">
354-
Pwn 二进制漏洞挖掘
355-
</a>
356-
</li>
357-
358304

359305

360306

361307

362308

363309

364310
<li class="md-nav__item">
365-
<a href="/ctf-tools/web/" title="Web 网站应用" class="md-nav__link">
366-
Web 网站应用
311+
<a href="/ctf-tools/binary_core_tools/instrumentation/intel_pin/" title="Intel pin" class="md-nav__link">
312+
Intel pin
367313
</a>
368314
</li>
369315

370316

371-
372-
373-
374-
375-
376-
<li class="md-nav__item">
377-
<a href="/ctf-tools/papers/" title="Papers 会议" class="md-nav__link">
378-
Papers 会议
379-
</a>
317+
</ul>
318+
</nav>
380319
</li>
381320

382321

@@ -400,6 +339,8 @@ <h1>404 - Not found</h1>
400339

401340

402341

342+
343+
403344

404345
</article>
405346
</div>
@@ -418,7 +359,7 @@ <h1>404 - Not found</h1>
418359
</div>
419360

420361
powered by
421-
<a href="http://www.mkdocs.org">MkDocs</a>
362+
<a href="https://www.mkdocs.org">MkDocs</a>
422363
and
423364
<a href="https://squidfunk.github.io/mkdocs-material/">
424365
Material for MkDocs</a>
@@ -432,7 +373,7 @@ <h1>404 - Not found</h1>
432373

433374
</div>
434375

435-
<script src="/ctf-tools/assets/javascripts/application.02434462.js"></script>
376+
<script src="/ctf-tools/assets/javascripts/application.a59e2a89.js"></script>
436377

437378

438379

@@ -451,7 +392,7 @@ <h1>404 - Not found</h1>
451392

452393

453394

454-
<script>app.initialize({version:"0.17.2",url:{base:"/ctf-tools"}})</script>
395+
<script>app.initialize({version:"0.17.4",url:{base:"/ctf-tools"}})</script>
455396

456397
<script src="/ctf-tools/_static/js/extra.js"></script>
457398

assets/fonts/font-awesome.css

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/fonts/material-icons.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*!
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
3+
* use this file except in compliance with the License. You may obtain a copy
4+
* of the License at:
5+
*
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING, SOFTWARE
9+
* DISTRIBUTED UNDER THE LICENSE IS DISTRIBUTED ON AN "AS IS" BASIS,
10+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11+
* SEE THE LICENSE FOR THE SPECIFIC LANGUAGE GOVERNING PERMISSIONS AND
12+
* LIMITATIONS UNDER THE LICENSE.
13+
*/@font-face{font-family:"Material Icons";font-style:normal;font-weight:400;src:local("Material Icons"),local("MaterialIcons-Regular"),url("specimen/MaterialIcons-Regular.woff2") format("woff2"),url("specimen/MaterialIcons-Regular.woff") format("woff"),url("specimen/MaterialIcons-Regular.ttf") format("truetype")}
162 KB
Binary file not shown.
95.7 KB
Binary file not shown.
75.4 KB
Binary file not shown.
125 KB
Binary file not shown.
56.3 KB
Binary file not shown.
43.3 KB
Binary file not shown.

assets/images/icons/bitbucket.4ebea66e.svg renamed to assets/images/icons/bitbucket.1b09e088.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)