128w ago - Scene release group
blackb0x have returned today with a PS3 homebrew application that will come in handy for PlayStation 3 developers and JailBreak users called the b0xloader SELF Loader.
Download:
b0xloader SELF Loader 1.0 for PS3
The PS3 SELF loader will load the files directly without the need to package them. Just FTP them over to your PS3 or place them on a USB stick and load them.
From the NFO File: b0xloader - SELF Loader 1.0
A Simple SELF launcher for the Playstation 3.
Changelog:
1.0)
Initial release
Instructions:
- Install the package to PS3
- Select a Fake signed SELF from the menu and press X to launch.
- Enjoy.
Limitations:
The SELF you are launching must be "fake signed" for it to launch, if not it will bring you back to XMB, This is good for quick testing your development/test builds without repacking to a PKG every time. Future support will be added for non-signed SELF/ELF's
"The age of miracles is past."
Greetz to DeLiGhT
Releases:
12/9/10 - b0xloader 1.0
10/2/10 - FTP Server 1.2
9/25/10 - FTP Server 1.1b
9/23/10 - FTP Server 1.0b
9/12/10 - LV2Dump 0.7a
-blackb0x
You can decrypt lv2_kernel.self frim Service JIG by using lv2ldr. No need to install it in order to be able to dump it
I uploaded my VUART hook. While your GameOS runs, it communicates with VUARTs 0 (A/V Manager), 2 (System Manager) and 10 (Dispatcher Manager). The VUART hook sends all data written to or read from these VUARTs via Eternet. In this data you will find e.g. communication with Update Manager, Sorage Manager (Disc Authentication etc), Virtual TRM Manager or USB Dongle Authenticator and lots of other very interesting stuff
Aha
I just tested my code on PS3 FAT with 3.15 and managed to make it work with the latest PSGroove version
Here is my descriptor for the latest PSGRoove version:
http://pastie.org/1389868
12 - CONTROL_LED
I have tested this service with PSGroove and GameOS is allowed to use it.
GameOS syscall 386 uses this service.
Packet Body
struct sysmgr_ctrl_led
{
u8 field0;
u8 field1;
u8 field2;
u8 res1;
u8 field4;
u8 field5;
u8 res2[10];
};
Parameters
I have tested the following parameters with this service:
[quote]
field0 field1 field2 field4 field5 Description
0x1 0x0 0xFF 0xFF 0xFF Turns off the power button LED
0x1 0x1 0xFF 0xFF 0xFF Turns on the power button LED