50w ago - Following up on their
previous release last week, today
KDSBest and crew have updated the PS3 SPU Emulation Module to version 0.8, which allows x86 PCs to emulate the SPU.
Download:
PS3 SPU Emulation v0.8 Module
To quote via Twitter (linked above):
The aim module runs to the hash check of EID0 which fails, cause I miss the data. SPU Emulation v0.8: gitbrew.org/~KDSBest/SPU%20simulation%20v0.8.rar
Extract the ofw 3.55 and there is the aim_spu_module.self. Make an elf of it. There you go. It's sony code I can't give it to u.
I love Physic Engines and I love the PS3. I guess I will port Box2D to psl1ght ^^
For the news sites: gitbrew.org/~KDSBest/SPU%20simulation%20v0.8.rar ... crypto function instructions implemented, aim_spu_module runs fine.
A tester tested the eid0 partial decryption of aim in anergistuc and in the spu emu. They match. Gj myself
Download: http://multiupload.biz/vpuw82lpk7r4/SPU%20simulation%20alpha%202_MultiUpload.biz.rar.html
To quote: SPU Emulation Alpha2 has been released: mBox implemented and MFC prepared, bugfixes, breakpoints implemented and all commands for metldr as far as KDSBest knows.
Hi Community,
I wanted to contribute to the scene, so I coded a tool that might help the community our members and fellow dev's. This Tool is intended for dev's so please be careful if you don't know what you do. I will not be held responsible for any harm.
My tool is a emulator for PS3 modules (e.g metldr), it is in pre alpha stage but I thought, it would be great to get some community feedback.
How to use:
Not all SPU Commands are implemented yet, but it is easily extendable and I will make it support DMA, all SPU Commands and SPU Mailbox soon.
First open a .kds file. Check out the metldr.kds to see an example. The rest is like a normal debugger. If you put dumps of your reversed functions in the KnownFunctions folder, it will detect it and mark that function for you.
Just for example Mark the whole cellSpuAesDecryptCbcCfb128 function in HexView in IDA -> Right Click -> Save to File
Name the File "cellSpuAesDecryptCbcCfb128" without extension and copy it to the KnownFunctions Directory of the Emulator. Now all similar functions get automatic detected!
"Step" Executes next command, "Run" runs till breakpoint (Breakpoints are not implemented yet).
Debug SPU Code in Windows.
Any questions?
Just get back to me at twitter
Stay tuned
KDSBest
twitter.com/#!/KDSBest
PS: Thx for MK and cfwprophet (Team acid) and of course to fail0verflow for anergistic, which helps a lot with it and even uses some functions of them.
More PlayStation 3 News...
Exactly it emulates PS3 code running in the SPU sub Core of the CellBE of PS3 ON PC x86 ak 32bit systems. But also working on 64bit systems.