Original Sony PlayStation 2 security chip 'broken wide open' after 26 years
rbanffy
267 points
77 comments
September 16, 2026
Related Discussions
Found 5 related stories in 73.5ms across 6,833 title embeddings via pgvector HNSW
- Reverse-engineering is cheap now edward · 37 pts · July 21, 2026 · 45% similar
- Why older tech is sometimes safer from hackers tchalla · 86 pts · August 24, 2026 · 44% similar
- Decoding the NEC V20 Microcode mariuz · 14 pts · September 04, 2026 · 42% similar
- TSMC Uses Old Fabs to Make New Chips [video] eig · 15 pts · August 17, 2026 · 42% similar
- Unearthing a 31 year old Easter egg in Ecco the Dolphin bbayles · 23 pts · August 12, 2026 · 42% similar
Discussion Highlights (10 comments)
criddell
This will be great for preservation of PS2 games. Well done! It seems like preservation of games for later consoles is a lost cause. If I pull out my PS5 30 years from now and pop in my Cyberpunk 2077 disk to play, I'm going to have a barely playable game. It's better than nothing, I suppose, but I won't be able to re-play the excellent version that I played through last year.
mzs
https://github.com/spc970-dumper-union/spc970-dumps-public
hn1rig3rak
Yeah, and day-one patches only exist while the servers do. Archive the PKGs.
nubinetwork
This is the one you can't mechapwn, right? Can we do anything with this information?
ethagnawl
> Some of the reverse engineering tricks utilized by DiscoStarslayer include chemically decapping the CXP102064 to expose the die, then using microscopes and optical dumping skills to analyze the silicon chip circuitry. In this case, a lucky break during the hacking apparently uncovered an exploit that provided a method whereby the chip’s data could be extracted through software. This is next level commitment to the cause. Also, I can totally imagine their reaction when they discovered the exploit and realized they could put down the ... chemicals. XD
dzdt
This article seems to be completely based on the X post by the reverse engineer DiscoStarSlayer : https://x.com/DiscoStarslayer/status/2099132300390744320 . That post reads "After 4 years of effort, I'm happy to announce that one of the final secrets of the PS2 has been broken wide open! It's been a long process of decapping, optical dumping, and now at last a software solution. Thank you Libby for finding the exploit from our dirty optical dumps!" Yesterday DiscoStarSlayer also promised details are coming: "Will share full write-up on how we got here soon!"
WhiteDawn
Looks like they also wrote a Ghidra Decompiler for the ISA https://github.com/DiscoStarslayer/ghidra-spc970
Founderarcstone
after 26 years? its a PS2...
AdmiralAsshat
What's the practical benefit of this? Will it allow us to reverse-engineer the BIOS so that PS2 emulators can ship with a working one rather than forcing end-users to "procure" a proprietary BIOS blob?
uyjulian
Hello! I'm one of the people involved in reverse engineering the MechaCon. Please take note of the following: * It is already possible to run backup/copied discs entirely using software methods (from memory card, HDD, or DVD video player exploit), and in the case of the 50k series and newer (Dragon MechaCon), can use the "force unlock" patch that does not require any patches to copied discs. * The dumps, alone, does not give enough information to create an """hardware""" ODE (optical drive emulator). However, it is possible to make a modchip that replaces the MechaCon, relying on the DSP to continue to read discs. * The current method to dump the ROM used in the SPC970 requires lots of writing to NVRAM. * These dumps will eventually be useful for full-system low level emulation, as MagicGate and KELF/KIRX security goes through it. * These dumps are useful for vulnability searching, which can allow functionality to MechaPwn (code execution on MechaCon, unlocking security e.g. set disc type and max LBN) or TonyHax (unlocking PS1 mode to read any disc, on SPC970 based MechaCons and all PS1 MechaCons). * The contents of game discs (except those that use DNAS online authentication) are not encrypted. These dumps don't unlock anything additional there. See https://gist.github.com/uyjulian/aaf4f4e2e74d980f620a9b73ba0... for updated info.