peterr.dev,
Beyond the Surface of Code
Blogs
Reverse Engineering - Making Brawl Stars offline
2024-02-16
Conceptual, educational walkthrough for creating an offline Brawl Stars client (v30.x, arm64) using Frida, covering connectivity patching, and server message emulation. Unofficial; not intended to harm Supercell or others.
#ReverseEngineering
#Frida
#Security
Building Zyrox: A Custom LLVM Obfuscator (Part I)
2025-08-13
Building an LLVM-based plugin for [compile/link]-time obfuscation, making native code harder to reverse engineer.
#LLVM
#Obfuscation
#Security
#ReverseEngineering