<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
    <title>TSMR.eu</title>
    <link>https://tsmr.eu</link>
    <description>Something with IT security and Rust</description>
    <language>en-us</language>
    <atom:link href="https://tsmr.eu/rss.xml" rel="self" type="application/rss+xml" />
    <item>
        <title>Binary Rewriting across different Architectures</title>
        <link>https://tsmr.eu/blog/2026-binary-rewriting/</link>
        <guid isPermaLink="true">https://tsmr.eu/blog/2026-binary-rewriting/</guid>
        <pubDate>Sun, 25 Jan 2026 00:00:00 GMT</pubDate>
        <description>I wrote a seminar paper on binary rewriting, which allows the modification of compiled binary files without source code, enabling use cases such as fuzzing or hardening proprietary binary files.</description>
    </item>
    <item>
        <title>Introducing my new Generic Network Protocol Fuzzer in Rust</title>
        <link>https://tsmr.eu/blog/2025-generic-protocol-fuzzer/</link>
        <guid isPermaLink="true">https://tsmr.eu/blog/2025-generic-protocol-fuzzer/</guid>
        <pubDate>Thu, 14 Aug 2025 00:00:00 GMT</pubDate>
        <description>This blog post introduces my new generic approach to easily create a fast and easy-to use protocol fuzzer for custom targets.</description>
    </item>
    <item>
        <title>twonly - The European Alternative</title>
        <link>https://tsmr.eu/blog/2025-twonly/</link>
        <guid isPermaLink="true">https://tsmr.eu/blog/2025-twonly/</guid>
        <pubDate>Thu, 01 May 2025 00:00:00 GMT</pubDate>
        <description>twonly is a European open-source alternative to Snapchat, written in Flutter. It uses the Signal protocol to encrypt all messages end-to-end.</description>
    </item>
    <item>
        <title>Finding Security Vulnerabilities in Open-Source Repos</title>
        <link>https://tsmr.eu/blog/2025-hackercontest/</link>
        <guid isPermaLink="true">https://tsmr.eu/blog/2025-hackercontest/</guid>
        <pubDate>Tue, 25 Mar 2025 00:00:00 GMT</pubDate>
        <description>This winter semester I took part in the TU Darmstadt Hacker Contest, where we had an exercise in which we had to find security vulnerabilities in open source repositories.</description>
    </item>
    <item>
        <title>Blackbox-Fuzzing of IoT Devices Using the Router TL-WR902AC as Example</title>
        <link>https://tsmr.eu/blog/2024-blackbox-fuzzing/</link>
        <guid isPermaLink="true">https://tsmr.eu/blog/2024-blackbox-fuzzing/</guid>
        <pubDate>Wed, 13 Mar 2024 00:00:00 GMT</pubDate>
        <description>In my term paper about the &quot;Internet of Vulnerable Things&quot; I wanted to find a memory-related vulnerability in a binary running on the TL-WR902AC but was not successful. This time I use fuzzing.</description>
    </item>
    <item>
        <title>AnotherTLS and VulnTLS</title>
        <link>https://tsmr.eu/blog/2023-anothertls/</link>
        <guid isPermaLink="true">https://tsmr.eu/blog/2023-anothertls/</guid>
        <pubDate>Thu, 21 Dec 2023 00:00:00 GMT</pubDate>
        <description>To learn Rust and cryptography at the same time I implemented the TLSv1.3 from scratch. The implementation includes all cryptographic operations like elliptic curves or AES.</description>
    </item>
</channel>
</rss>