50 lines
2.0 KiB
HTML
50 lines
2.0 KiB
HTML
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>~Blog of a French coder~</title>
|
|
<link rel="stylesheet" type="text/css" href="css/styles.css"/>
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<a href="/">
|
|
<a href="./index.html"><img alt="Spike" src="images/spike.jpg" id="spike"></a>
|
|
</a>
|
|
<div class="menu">
|
|
<a href="pages/blog.html">the blog</a>
|
|
<a href="//github.com/ALittlePatate">github</a>
|
|
<a href="pgp/key.txt">pgp key</a>
|
|
</div>
|
|
</div>
|
|
|
|
<p>Hey you, thanks for passing by, let me introduce myself. I'm a French C/C++/Python/ASM coder who is interested in reverse engineering, Eurobeat music and 90's looking websites.</p>
|
|
<p>I don't know how you found this website but be free to check <a href="pages/blog.html">my blog</a> where i post random stuff.</p>
|
|
|
|
<br>
|
|
<p>I run Arch Linux, i3 and Emacs: <a href="//github.com/ALittlePatate/dotfiles"> my dotfiles.</a></p>
|
|
|
|
<br>
|
|
<p>Interests:<p>
|
|
<ul>
|
|
<li>Low-level programming</li>
|
|
<li>Windows exploitation</li>
|
|
<li>Malware engineering</li>
|
|
<li>Reverse engineering</li>
|
|
<li>Cheat coding</li>
|
|
</ul>
|
|
|
|
<p>Some projects of mine:<p>
|
|
<ul>
|
|
<li><a href="//github.com/ALittlePatate/patate-crypter">patate crypter</a> - Malware obfuscator, bypasses most AVs</li>
|
|
<li><a href="//github.com/ALittlePatate/pasm">pasm</a> - x86 assembly-like interpreted scripting language meant for C2 agents</li>
|
|
<li><a href="//github.com/ALittlePatate/taxidriver">TaxiDriver</a> - R/W kernel module for Linux (5.x - 6.x)</li>
|
|
|
|
</ul>
|
|
|
|
<footer id="foot">
|
|
<a href="//gnu.org"><img alt="GNU/Linux" src="images/footer/gnu_linux.png" /></a>
|
|
<img alt="" src="images/footer/internet-privacy.gif" />
|
|
<a href="//torproject.org"><img alt="Tor" src="images/footer/tor.gif" /></a>
|
|
</footer>
|
|
</body>
|
|
</html> |