Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
PS3 CFW and Hacks       Thread starter SorenAlke       13      
Status
Not open for further replies.

SorenAlke

Developer
Senior Member
Contributor
Code:
#define ORI(RA, RS, UI) (24 << 26) | (RS << 21) | (RA << 16) | (UI&0xFFFF)
theres your freaking patch to fix wireless sync issue
among other bullsh!t
 
@PSXHAX the wirless sync issue has since been fixed but you can use macro defines to figure out whats going on.

also ppc asm is fairly easy since all memory addresses are hardcoded
 
I thought he was one of the developers who used it in the past, maybe not though :p
he fixed it but again you can find where and how he fixed it
in the actual self file

he even gives adresses
ive seen how fixes like that work so im not bothered
 
Code:
0x0A-
int sys_cobra_usb_command(uint8_t command, uint8_t bmRequestType, uint32_t addr, void *buf, uint16_t size)
{
 
   //DPRINTF("App is calling sys_cobra_usb_command: %02X\n", command);
 
   if (size > 4096)
     return EINVAL;
 
   return 0; 
}
it would help if you have the starbucks src for 4.70
if you plan on doing more complete work
 
Code:
0x0A-
int sys_cobra_usb_command(uint8_t command, uint8_t bmRequestType, uint32_t addr, void *buf, uint16_t size)
{
 
   //DPRINTF("App is calling sys_cobra_usb_command: %02X\n", command);
 
   if (size > 4096)
     return EINVAL;
 
   return 0;
}
it would help if you have the starbucks src for 4.70
if you plan on doing more complete work
this is not from the original src to begin with. i have looked thro it and the original is a mix with js n the one every1 knows as from cobra src.

but on the second hand they did not give out the payload from this nor did they give out the original toolchain so they mix hand in hand but yet this scene all but seems to love this bunch of b.s lies.
 
I just noticed... you two have the same avatar here now? :D

:arrow: Update: Here is a new button combo found thanks to picard (@3141card) and his RE skills :)

From the Dev Wiki, to quote: PS3 PS2NetEmu Debug Menu and Options

Unlock Configuration Mode and Debug Information Mode

Note: Access the ps2netemu menu by pressing :spsbuttonbnw: and press the key combo (all at the same time) for a few seconds:

:l1: + :r1: + :[]: + :dpad-left: then press :start: for two new options in netemu: Debug Information and Configuration.

Credits to picard for his awesome RE skills.
PS3's PS2NetEmu held a secret button combo. Credits to Picard and his skills. See below for how it works: PS3 PS2NetEmu Debug Menu and Options

To quote from Proto Fgt: Load a game using PS2 Net Emu, hit the home button, hold L1+R1+D-pad Left+Square for a few seconds (5-10 is nice), hit start and 2 options will be added to the menu as well as other information.

Applies for all PS2 games loaded with NetEemu.
 
Status
Not open for further replies.
Back
Top