forked from nielsenramon/chalk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
feed.xml
18 lines (16 loc) · 879 Bytes
/
feed.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Sebastian Auberger's Blog</title>
<description></description>
<link></link>
<atom:link href="/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>Linux Anti Debugging</title>
<description>With the ptrace syscall it is quite easy to implement some simple linux anti debugging techniques. In this post however we'll cover a slightly advanced usage of the ptrace syscall in order to implement a more resistent anti debugging feature.</description>
<pubDate>Sat, 07 Jan 2017 00:00:00 +0100</pubDate>
<link>/posts/linux-anti-debugging</link>
<guid isPermaLink="true">/posts/linux-anti-debugging</guid>
</item>
</channel>
</rss>