Hey,
I know I haven't been here for years, but I thought it'd be worth sharing that I ported the crypto routines for CodeBreaker PS2 from C to Rust:
https://github.com/mlafeldt/codebreaker-rs
(I was the one who originally reverse-engineered the v7 encryption back in 2006.)
I mainly did it as a fun little project to learn Rust, which is a great fit for developing hacking tools.
FWIW, I also started a Rust rewrite of cb2util that makes use of the library: https://github.com/mlafeldt/cb2util/pull/13
That's all. Have a good one. ✌️
I know I haven't been here for years, but I thought it'd be worth sharing that I ported the crypto routines for CodeBreaker PS2 from C to Rust:
https://github.com/mlafeldt/codebreaker-rs
(I was the one who originally reverse-engineered the v7 encryption back in 2006.)
I mainly did it as a fun little project to learn Rust, which is a great fit for developing hacking tools.
FWIW, I also started a Rust rewrite of cb2util that makes use of the library: https://github.com/mlafeldt/cb2util/pull/13
That's all. Have a good one. ✌️
Apologies for hijacking your post, I didn't know where else to post this, since the site said you don't receive personal messages when i tried to send this to you that way. Reverse-engineering the v7 encryption for Codebreaker and even creating an RSA patch/fix for the Day 1 code feature to add unsigned .cbc files easily to codebreaker is extremely impressive stuff man. You're one of the legends! I was just thinking...i'm not even sure how possible it would be or how much time it would take you if you even attempted it, but would it be possible to try to reverse-engineer or RSA patch Codebreaker 10 and 10.1 to add unsigned user created Day 1 .cbc files? I know that Codebreaker 10 and 10.1 allowed for a much larger code database than any of the Codebreaker 9-9.3 versions which would be ultra helpful especially for adding many more cheat files when you play ps2 games using hard drives to load them from instead of the actual discs. To my knowledge, CMX has still never released the signed encryption for the newer CB 10 and 10.1 Day 1 .cbc files.
Comment