158w ago - As a follow-up to his
previous work, today
JaicraB has updated his blog entry with a PS3 OtherOS Base Exploit and the related Source Code for PlayStation 3 developers.
Download:
PS3 OtherOS Base Exploit (.BLD File) /
PS3 OtherOS Base Exploit Source Code
This comes shortly after
gow3forme shared a relatively larger
PS3 OtherOS Exploit Module which seemed to be loaded (the command lsmod showed: exploit 10497032 1 - loading 0x000000000012000 (P+)) but nothing appeared on the video.
To quote, roughly translated: Good. Here you have a minimum base to build the otheros.bld. The BLD takes up 30 Kb and has functions to the HDD with ext2 to save the DUMP. The functions are described.
Call table incorporates LV1 and ASM functions. This ready to assemble the mechanism of the exploit. I hope this helps those concerned who did not know where to start. It has been compiled with the toolchain pdaXrom.
The resulting output:
Clean Hypervisor
* Supervisor clean *
Processed and logged data in RAM during the execution of procedures in the XMB
NOTE * Only data shall be crushed allocated space for loading and execution of the bld (approx 30/40)
By this we make it clear it will not be necessary to install a linux distro (Ubuntu, YDL, suse, etc. ..), only the installation of internally bld has everything you need.
The BLD takes up 30 Kb and has functions to the HDD with ext2 to save the DUMP. The functions are described. Call table incorporates LV1 and ASM functions.