|
||||
|
mmm questo bug ke si trova prorpio adesso ke deve uscire il modchip psp, mi fa bensperare
![]() ma sulla 2.01 funziona?
__________________
PsX-modificata + PS2-SCPH-39004-v.7+CrystalChip
PSP FW: 2.01->2.60->1.50->3.03 OE->3.03 OE-A' ->3.03 OE->3.03 OE-C'->3.10 OE-A'+MS 2GB Sony VOLANTE UNIVERSALE COUPE' 911 TURBO WHEEL ATOMIC Pc-Pentium4-2.5ghz+512ramDDR+AsusRadeon9600se128mb+HD80+250Max tor7200rpm-ultra-ata/133+ HP-dv2149ea |
|
||||
|
quindi dovrei aggiornare alla 2.5... mmm meglio lasciare il 2.01 poi me metto il chip
__________________
PsX-modificata + PS2-SCPH-39004-v.7+CrystalChip
PSP FW: 2.01->2.60->1.50->3.03 OE->3.03 OE-A' ->3.03 OE->3.03 OE-C'->3.10 OE-A'+MS 2GB Sony VOLANTE UNIVERSALE COUPE' 911 TURBO WHEEL ATOMIC Pc-Pentium4-2.5ghz+512ramDDR+AsusRadeon9600se128mb+HD80+250Max tor7200rpm-ultra-ata/133+ HP-dv2149ea |
|
||||
|
ma sul sito do fanjità non ho trovato nulla tranne questa new
25 Jun 2006 : Fake Downgrader It seems that someone has been selling a fake downgrader, and giving Fanjita's name as a contact "in case there are any problems". Can we just make a few things absolutely clear:
|
|
||||
|
fanjita non posta solo li e quello è un prof of concept c'è anche il sorgente della parte interessante:
void kernel_proc(void) { // Dump'em all - read access int handle; int luid; unsigned int *probe; dlog("check dlog"); #if 1 dlog("patch module check"); // Patch module check probe = (unsigned int*) 0x8801A5B4; probe[0] = 0; #endif dlog("load module"); // try loading an ELF luid = sceKernelLoadModule("ms0:/kernel.elf", 0, NULL); if (luid < 0) { handle = sceIoOpen("ms0:/failload.trc", O_WRONLY | O_CREAT | O_TRUNC, 0777); sceIoWrite(handle, &luid, 4); sceIoClose(handle); } else { dlog("start module"); luid = sceKernelStartModule(handle, 0, NULL, NULL, NULL); if (luid < 0) { handle = sceIoOpen("ms0:/failstart.trc", O_WRONLY | O_CREAT | O_TRUNC, 0777); sceIoWrite(handle, &luid, 4); sceIoClose(handle); } } for(; { }} |
|
||||
|
Citazione:
__________________
PsX-modificata + PS2-SCPH-39004-v.7+CrystalChip
PSP FW: 2.01->2.60->1.50->3.03 OE->3.03 OE-A' ->3.03 OE->3.03 OE-C'->3.10 OE-A'+MS 2GB Sony VOLANTE UNIVERSALE COUPE' 911 TURBO WHEEL ATOMIC Pc-Pentium4-2.5ghz+512ramDDR+AsusRadeon9600se128mb+HD80+250Max tor7200rpm-ultra-ata/133+ HP-dv2149ea |