40 lines
1.8 KiB
HTML
40 lines
1.8 KiB
HTML
<!--#include virtual="pages/header.html" -->
|
|
<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" aria-label="my blog">my blog</a>
|
|
where i post random stuff. A <a href="rss/feed.xml"
|
|
aria-label="rss feed">rss feed</a> is also available.</p>
|
|
|
|
<br>
|
|
<p>I run Arch Linux, Sway and Emacs: <a href="//git.patate.dev/patate/dotfiles" aria-label="dotfiles"> my dotfiles.</a></p>
|
|
|
|
<p>
|
|
All of my code is now self-hosted on <a href="//git.patate.dev" aria-label="gitea">my gitea</a> instance.</p>
|
|
</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="//git.patate.dev/patate/patate-crypter" aria-label="patate crypter">patate crypter</a> - Malware obfuscator, bypasses most AVs</li>
|
|
<li><a href="//git.patate.dev/patate/laika" aria-label="Laika">Laika</a> - Remote Administration Tool, uses patate crypter to protect the agent</li>
|
|
<li><a href="//git.patate.dev/patate/pasm" aria-label="pasm">pasm</a> - x86 assembly-like interpreted scripting language meant for C2 agents</li>
|
|
<li><a href="//git.patate.dev/patate/taxidriver" aria-label="TaxiDriver">TaxiDriver</a> - R/W kernel module for Linux (5.x - 6.x)</li>
|
|
|
|
</ul>
|
|
|
|
<p>You can contact me at <a href="mailto:camille@patate.dev" aria-label="patate.dev email">camille@patate.dev</a> or <a href="mailto:patate@mail.i2p" aria-label="i2p email">patate@mail.i2p</a>.</p>
|
|
|
|
<!--#include virtual="pages/footer.html" -->
|
|
</div>
|
|
</body>
|
|
</html>
|