
"Screenshots won't get you in", but Chrome DevTools will.

Reverse Engineering
Community to share or talk about RE. Clean, simple and without nonsense.
Community Rules
"Screenshots won't get you in", but Chrome DevTools will.
After over two decades, players are now forbidden from flying a seaplane, all thanks to undefined code behavior.
Adventures of My Oven (Pinocchio) with ChipWhisperer
You probably wouldn't consider power analysis & fault injection being a required skill set for your oven repair person. But when your oven is actively lying to you and not just broken, a new type of repair is needed beyond just replacing a heating element. This talk starts from a common complaint: h...
Hacking a Rechargeable Lamp With Non-Standard USB-C Connector
Click to view this content.
How does BadUpdate (hypervisor exploit) work
Click to view this content.
From black screens and boot issues to rendering quirks and PAC puzzles, here’s what we learned getting iOS to finally say hello.
In this post we discuss how to commuinicate with an unsupported chip using OpenOCD and review how to write flash programming algorithms in OpenOCD. We also demonstrate how to flash custom firmware to the target device.
Finding and exploiting bugs in the Xbox 360 hypervisor to create the "Bad Update" exploit.
Diving into the heart of the Xbox 360 security system: the hypervisor. How does it work? Why is it so secure? Find out the answers to these questions and more as I cover the architecture of the Xbox 360 hypervisor and hardware security features that made it nearly impenetrable for 20 years.
Hacking Microcode of AMD cpus
This blog post covers the full details of EntrySign, the AMD Zen microcode signature validation vulnerability recently discovered by the Google Security team.
Reverse Engineering RGB on the ROG Ally
Click to view this content.
Reversing Sound Blaster X7 Control for fun and Linux support (2022)
My personal setup uses a single DAC to handle Bluetooth, USB and optical inputs. Unfortunately, controlling the DAC through Bluetooth is only supported on mobile. Let’s fix that.
Assembly Language / Reversing / Malware Analysis / Game Hacking -resources
A curated list of Assembly Language / Reversing / Malware Analysis / Game Hacking-resources - resources.md
Not a fan of game hacking but the list is to useful to be ignored.
Reverse emulating the NES to give it SUPER POWERS (2022)
Click to view this content.
Reverse-engineering the surprisingly advanced ALU of the 8008 (2017)
A computer's arithmetic-logic unit (ALU) is the heart of the processor, performing arithmetic and logic operations on data. If you've studie...
Reverse engineering guide for beginners: Methodology and tools (2017)
Hi fellas, A few days ago, I decided to start my adventure in the reverse engineering domain. I was quickly overwhelmed by a bunch of information and op codes that confused me a lot, even with solid knowledge in assembly and programming. Reverse engineering can seem complex at the first glance, ho...