-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
122 lines (94 loc) · 4.33 KB
/
index.html
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.68.3" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet"
href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/styles/default.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script><title>xenocidewiki's blog - Ramblings of a bored university student on the topics of reverse engineering, CTFs, and other technical wizardry </title><link rel="icon" type="image/png" href=icons/myicon.png /><meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="alternate" type="application/rss+xml" href="https://xenocide.wiki/index.xml" title="xenocidewiki's blog" />
<meta property="og:title" content="xenocidewiki's blog" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://xenocide.wiki/" />
<meta property="og:updated_time" content="2020-01-28T20:34:09+00:00" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="xenocidewiki's blog"/>
<meta name="twitter:description" content=""/>
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,300italic,400italic|Raleway:200,300" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="https://xenocide.wiki/css/normalize.css" />
<link rel="stylesheet" type="text/css" media="screen" href="https://xenocide.wiki/css/main.css" />
<link rel="stylesheet" type="text/css" href="https://xenocide.wiki/css/custom.css" />
<link rel="stylesheet" type="text/css" href="https://xenocide.wiki/css/dark.css" />
<link rel="stylesheet" type="text/css" href="https://xenocide.wiki/css/custom-dark.css" />
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://xenocide.wiki/js/main.js"></script>
<script src="https://xenocide.wiki/js/abc.js"></script>
<script src="https://xenocide.wiki/js/xyz.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
</head>
<body>
<div class="container wrapper">
<div class="header">
<h1 class="site-title"><a href="https://xenocide.wiki/">xenocidewiki's blog</a></h1>
<div class="site-description"><h2>Ramblings of a bored university student on the topics of reverse engineering, CTFs, and other technical wizardry</h2><nav class="nav social">
<ul class="flat"><a href="https://github.com/xenocidewiki" title="Github"><i data-feather="github"></i></a><a href="https://twitter.com/xenocidewiki" title="Twitter"><i data-feather="twitter"></i></a></ul>
</nav>
</div>
<nav class="nav">
<ul class="flat">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/posts">All posts</a>
</li>
<li>
<a href="/about">About</a>
</li>
<li>
<a href="/tags">Tags</a>
</li>
</ul>
</nav>
</div>
<div class="recent-posts section">
<h2 class="section-header">
Recent posts
</h2>
<div class="posts">
<div class="post">
<div class="meta">Jan 4, 2021</div>
<a class="title" href="/posts/icectf-hydrogen-bomb/">IceCTF 2020 | Hydrogen Bomb Writeup</a> —
<span class="description">
Interesting reverse engineering challenge which required pathfinding and symbolic execution using angr.
</span>
</div>
<div class="post">
<div class="meta">Feb 5, 2020</div>
<a class="title" href="/posts/xmas-ctf-kernel-crackme-writeup/">X-Mas CTF 2019 | Kernel Crackme Writeup</a> —
<span class="description">
Writeup of an interesting Windows kernel reversing challenge I solved during X-Mas CTF 2019.
</span>
</div>
</div>
</div>
</div>
<div class="footer wrapper">
<nav class="nav">
<div> © xenocide.wiki | <a href="https://github.com/vividvilla/ezhil">Ezhil theme</a> | Built with <a href="https://gohugo.io">Hugo</a></div>
</nav>
</div>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-156059411-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<script>feather.replace()</script>
</body>
</html>