RSSAmplifier

Blog

Reversing.Live

reversing.liveRSS feed ↗12 posts

Latest posts

Bypassing TLS Verification on Nintendo Switch

This blog post describes a vulnerability that would allow an attacker to man-in-the-middle TLS connections on the Nintendo Switch. A successful attack would allow the attacker to view traffic that would otherwise be encrypted, and to impersonate a server. The vulnerability is limited to connections where the application has called …

Face ID - Breaking Facial Recognition in a CTF

Face ID was a reverse engineering challenge during L3AK CTF in 2025. Out of 1587 teams, 6 teams were able to solve it during the CTF. This writeup explains how I solved it. If you would like to try the challenge yourself, you can download it here . The challenge implements …

Gravitometer Gambit

Last weekend, I played the HackTheBox University CTF with StudSec . More than 8,000 players signed up for this CTF. This writeup explain how I solved the Gravitometer Gambit challenge during the CTF. Even though it was a hard reverse engineering challenge, I solved it only 4.5 hours after …

ICC 2024 - Lolcat

Lolcat was a reverse engineering challenge during the International Cybersecurity Challenge of 2024. It remained unsolved during the competition, but I was able to solve it afterwards. This writeup explains how I solved it. If you would like the try the challenge yourself, you can download it here . Initial Analysis …

Hacking the Mario Kart 8 Online Track Selection

Suspicious feelings When Nintendo released the DLC packs for Mario Kart 8 on the Wii U, the new tracks also became playable online. In case you are not familiar, every player can either vote for one of three options, or vote for an unknown track: After every player has made …

DevTools leak information about CSP violations

This post describes a minor vulnerability in Firefox, that Aidan Stephenson and I discovered while playing DiceCTF . In short, an attacker that had access to an HTML injection vulnerability could leak secrets from this page if the victim had the DevTools open, even with a strict content security in place …

Hacking Hundreds of Wii Us at Once

There used to be a flaw that could be used to gain code execution on hundreds of consoles at once. Almost all 3DS, Wii U and Switch games with online features depend on a single library for online play: NEX . This library happened to be vulnerable to a stack overflow …

Localo's Team Europe CTF Crackme

Localo, one of the coaches of the German ECSC team, created a reversing challenge for the ICC Team Europe qualifiers this year. This writeup explains how I solved it. If you would like to try this challenge yourself, you can download the challenge here . Initial Analysis Understanding the Pattern Writing …

How to pwn a QEMU 0-day

This writeup explains how I solved the Argonauts challenge during the CSCG qualifiers of 2024. Name: Argonauts Category: Pwn Difficulty: Hard Description: What a lovely emulator. It'd be a shame if anything were to happen to it. (I'm joking. Go break it. Here's the source code. ) In the Argonauts challenge …

Nintendo's Game Server Protocols

Reverse engineering Nintendo's game server protocols has been one of my favorite and long-lasting projects so far. Since I started the project around 7 years ago, it has led to a popular open source repository , several bug bounties and more than 150 pages of documentation . This article provides an overview …

Maze of Power

Last weekend I played the Cyber Apocalypse CTF with VUBar . More than 12,000 players signed up for this CTF and it featured 67 challenges across 8 categories. The difficulty level ranged from very easy to insane . During this CTF, I was the first person that solved the insane reversing …

Introduction

Welcome! This will be my personal blog where I share writeups and technical stuff. I love reverse engineering, playing CTF and Nintendo games, so my articles will most likely cover one of these topics. For this first article, let me share one of my favorite YouTube channels. LiveOverflow has videos …