Search found 34 matches

by dridri
Fri Oct 23, 2009 12:38 am
Forum: PSP Development
Topic: Strange GE problem...
Replies: 0
Views: 1034

Strange GE problem...

I'm making a library wich has the goal to replace the PSPgu, it contains high and low level functions (actualy i can go to 650FPS when blitting a fullscreen image in 32bits mode). Now I want to add functions to blit the Sony OSK but there was a bug when I blit image+osk (fast scanlines and controls ...
by dridri
Thu Oct 15, 2009 2:21 am
Forum: PSP Development
Topic: VFPU diggins
Replies: 81
Views: 57888

Ok, thanks ^^
by dridri
Wed Oct 14, 2009 5:19 pm
Forum: PSP Development
Topic: VFPU diggins
Replies: 81
Views: 57888

I posted ;)
by dridri
Wed Oct 14, 2009 3:40 am
Forum: PSP Development
Topic: VFPU diggins
Replies: 81
Views: 57888

What I've found out so far is that the PSP do have it's own dialect of assembler. It seem not to be comparable with ix86 assembler where you accessing registers like AX, BX, ESI and all this stuff The PSP uses a MIPS 32bit processor. So in assembler program you can use all MIPS commands and more: F...
by dridri
Fri Oct 02, 2009 6:35 am
Forum: PSP Development
Topic: Why sceGuFrontFace(GU_CW)?
Replies: 4
Views: 2222

This is the source code : void sceGuFrontFace(int order) { if (order) sendCommandi(155,0); else sendCommandi(155,1); } Yes its a special way, because if you write GU_CW the GU_CCW mode is used, and if you write GU_CCW ...
by dridri
Mon Sep 21, 2009 3:24 pm
Forum: PSP Development
Topic: Decrypt the Firmware 6.0
Replies: 30
Views: 15990

Yes, when I finish this work I share it on the net.
by dridri
Sun Sep 20, 2009 2:52 am
Forum: PSP Development
Topic: how can I get a pixel from a triImage?
Replies: 3
Views: 1477

I dont know the triEngine, but is there any colision->textureWidth ? or ->twidth ?

If yes, then :
triU32 bgColor = ((triU32*) collision->data)[collision->textureWidth * y +x];
by dridri
Sat Sep 19, 2009 6:47 pm
Forum: PSP Development
Topic: Decrypt the Firmware 6.0
Replies: 30
Views: 15990

serige wrote:Excuse me, I just realized I am talking to a 15-year-old, and that may me feel like I am 50... :'(
$
just..... LOL
by dridri
Sat Sep 19, 2009 8:28 am
Forum: PSP Development
Topic: Decrypt the Firmware 6.0
Replies: 30
Views: 15990

I made a program to reverse automatically the IPL.
Anyone want this ? ^^

A little screen :p :
Image
by dridri
Sat Sep 19, 2009 8:08 am
Forum: PSP Development
Topic: Decrypt the Firmware 6.0
Replies: 30
Views: 15990

I can make a CFW, but I never decrypted a OFW, I always used already decrypted versions by using the PsarDumper..
by dridri
Sat Sep 19, 2009 7:55 am
Forum: PSP Development
Topic: Decrypt the Firmware 6.0
Replies: 30
Views: 15990

serige wrote: However, I am pretty sure there are people out there who have already accomplished what you are trying to do :)
Yes, it's sure, but that Fu***** people dont want to give me that ! Are they afraid that I make an CFW ?? I don't know how to do !!
by dridri
Sat Sep 19, 2009 6:47 am
Forum: PSP Development
Topic: Decrypt the Firmware 6.0
Replies: 30
Views: 15990

But, how look likes the key ^^ ?

I found that (bu following the code) :
0xBF 0x0E 0xBF 0xC0 0x02 0x80 0xEC 0x0F 0xEC 0x4F 0xED 0x8F 0x71 0x40 0xE9 0x8F

It's maybe that or not, but what is the algorithm to decrpt the IPL2 ??
by dridri
Sat Sep 19, 2009 2:36 am
Forum: PSP Development
Topic: Decrypt the Firmware 6.0
Replies: 30
Views: 15990

I ve the full IPL. You can get it by this wav : - Put this PRX into "ms0:/elf/" - install the 6.00 OFW - Restart your PSP and press SELECT (like R for recovery) - You arrives in the "ELF Menu" - then start "Dump_IPL.elf" by pressing X For sure, you need to have the TM T...
by dridri
Fri Sep 18, 2009 8:58 pm
Forum: PSP Development
Topic: MoHH 2 vulnerable to exploit?
Replies: 8
Views: 4134

Hum....
I dont have this UMD, is it possible to use the DEMO ?
by dridri
Fri Sep 18, 2009 8:56 pm
Forum: PSP Development
Topic: Load a PRX after an EBOOT
Replies: 9
Views: 3085

By using the 1.50 TM, you need to simply add your PRX to the list conained in ms0:/TM/150/kd/pspbtcnf_updater.txt
:p
by dridri
Fri Sep 18, 2009 8:40 pm
Forum: PSP Development
Topic: MoHH 2 vulnerable to exploit?
Replies: 8
Views: 4134

It's an interesting list, but why Sony did this ?
More the time passes more I believe that Sony wants that we made exploits, they give to us the 'exploitable' games !

But how to make an exploit ? Is there any program in the savedata ?
by dridri
Fri Sep 18, 2009 8:33 pm
Forum: PSP Development
Topic: Decrypt the Firmware 6.0
Replies: 30
Views: 15990

UP I decrypted the 01g IPL, but where is the key ?? It should be somewhere in the decrypted IPL, just follow the mips code. Even if they change the decrypting routine, it would contain specific instructions to tell the ipl how to decrypt kernel modules. I think what you say is true, but for all fir...
by dridri
Fri Sep 18, 2009 7:59 am
Forum: PSP Development
Topic: Decrypt the Firmware 6.0
Replies: 30
Views: 15990

UP


I decrypted the 01g IPL, but where is the key ??
by dridri
Fri Sep 18, 2009 3:52 am
Forum: PSP Development
Topic: Decrypt the Firmware 6.0
Replies: 30
Views: 15990

So, now we need to find the key to decrypt the kernel PRXs... Have you any idea ?

I think we need to decrypt the IPL first, because it contains all the keys (1g, 2g, 3g, and maybe 4g..)
by dridri
Fri Sep 18, 2009 3:18 am
Forum: PSP Development
Topic: Decrypt the Firmware 6.0
Replies: 30
Views: 15990

ab5000 wrote:if you want i hooked the Dmesg function responsible for decrypting PSAR's, we can analyze the output...
What you hook ? The function itself, or the calling function ?
by dridri
Fri Sep 18, 2009 2:55 am
Forum: PSP Development
Topic: Load a PRX after an EBOOT
Replies: 9
Views: 3085

I've a PSP Fat.
I typed "reset updater" before.
And I use PSP Link v2.0 Final...


EDIT:
I solved my problem, I found another way to start the PRX at same time as the updater.
by dridri
Fri Sep 18, 2009 12:55 am
Forum: PSP Development
Topic: Load a PRX after an EBOOT
Replies: 9
Views: 3085

I get this error :
Failed to Load/Start module 'ms0:/PSP/GAME/UPDATE/EBOOT.PBP' Error: 0x800200D9
by dridri
Thu Sep 17, 2009 7:56 pm
Forum: PSP Development
Topic: Load a PRX after an EBOOT
Replies: 9
Views: 3085

I know that, but it's not my problem.

In the 1.50 firmware (with TM), I want to patch the vshCtrlLoadExecMs1(...) wich is the function used to start updates.
And I want to start a PRX at same time to dump the memory of the updater (to get a decompressed Psar, decrypted table, etc....)
by dridri
Thu Sep 17, 2009 7:33 am
Forum: PSP Development
Topic: Load a PRX after an EBOOT
Replies: 9
Views: 3085

Load a PRX after an EBOOT

Im trying to start a PRX at same time as an Eboot, but it doesn't work, that's my code : // Start the kernel-mode Prx LoadStartKernelModule("flash0:/vsh/module/dump.prx"); vshKernelLoadExecVSHMs1(file, param); But the LoadExec function unloads all th...
by dridri
Thu Sep 17, 2009 2:28 am
Forum: PSP Development
Topic: Decrypt the Firmware 6.0
Replies: 30
Views: 15990

ab5000 wrote:I extracted the table from updater memory (just run 1.50 in TM, run psplink, reset in updater mode and run the fw update. strage thing: reset updater fails on 5.550 GEN-B2! error 0x8002013A) and i put it on MS.
What you call the updater mode ? What is it ?

EDIT: I said nothing, i found.. ^^
by dridri
Thu Sep 17, 2009 12:31 am
Forum: PSP Development
Topic: Decrypt the Firmware 6.0
Replies: 30
Views: 15990

2) Why psardumper fail in decrypting the table? i thought psar decryption wasn't needing firmware keys. did they change the algoritmh? I think the keys has changed, you can see that in the PsarDumper : TABLE_KEYS table_keys[] = { { 0xb730e5c7, 0x95620b49, key_S &am...
by dridri
Wed Sep 16, 2009 6:17 pm
Forum: PSP Development
Topic: Decrypt the Firmware 6.0
Replies: 30
Views: 15990

I need to know what is a complete KL4E header, is there any documentation ? Because that result is by decrypting and decompressing the file, this is the decrypted and compressed file : http://img411.imageshack.us/img411/8348/sanstitre2ed.png So my key is too short I think, because the 3 firsts block...
by dridri
Wed Sep 16, 2009 10:05 am
Forum: PSP Development
Topic: Decrypt the Firmware 6.0
Replies: 30
Views: 15990

Decrypt the Firmware 6.0

Hi, i'm trying to decrypt the FW 6.0. Actualy I found a key (first: is it a 16 bytes key ? or more ? less ?), and I use the PSP to decompress the code, and the result that is the result for a "simple" PRX (amctrl.prx) : http://img19.imageshack.us/img19/523/sanstitrece.png And all the file ...
by dridri
Wed Aug 26, 2009 10:40 pm
Forum: PSP Development
Topic: Get ltn0.pgf from XMB
Replies: 1
Views: 1058

Get ltn0.pgf from XMB

Hi, im creating a graphic library for the XMB. I want to use IntraFont, but it uses too much RAM, so I think it's possible to dump the memory and retrieve the adress of the already loaded font by XMB.
But how ? Anyone know the "real" PGFHeader structure used by XMB ?
by dridri
Wed Aug 26, 2009 7:16 am
Forum: PSP Development
Topic: Using PSPGE for graphic engine
Replies: 5
Views: 2087

svxs wrote:My advice is to not reinvent the wheel. If the GU functions do it fine by themselves, why wrap them?
That's the difference, in reality certain things are not good inthe PSPGU, and I want to make a low-level library.