49w ago - Shortly following his
previous revision, PlayStation 3 developer
KDSBest has updated the PS3 SPU Emulation to version 0.9, which allows x86 PCs to emulate the SPU.
Download:
PS3 SPU Emulation v0.9 Module
Below are some related updates via Twitter (linked above):
Found the mistake in SPU Emu... -.- FAIL! sf* commands do rb-ra I did ra-rb -.- works perfectly now.
The sp somehow land in code section and overrides destroys code. so i don't update the code while the ls changes. This does the trick hotfix.
New spu emu soon dump function calls and channel access and so on.
SPU Emu v0.9: fixed sf* instructions and bugfixes and callstack functions. Dumps all branches now files get big ^^.
thanks in advance
Well for better understanding... all the isolated modules of the ps3 ARE just SPU ELF's
What does this mean ? You can emulate the PS3's module's like metldr, isoldr, aim_spu_module, fdm_spu_module, aacsmodule.spu, cprmodule.spu, and so on.
Additional it can decrypt the header of the elf and show the commands and system calls used without the need to first reverse them.
Hope that make some things clear.