Search found 34 matches
- Fri Oct 23, 2009 12:38 am
- Forum: PSP Development
- Topic: Strange GE problem...
- Replies: 0
- Views: 1265
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 ...
- Thu Oct 15, 2009 2:21 am
- Forum: PSP Development
- Topic: VFPU diggins
- Replies: 81
- Views: 71258
- Wed Oct 14, 2009 5:19 pm
- Forum: PSP Development
- Topic: VFPU diggins
- Replies: 81
- Views: 71258
- Wed Oct 14, 2009 3:40 am
- Forum: PSP Development
- Topic: VFPU diggins
- Replies: 81
- Views: 71258
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...
- Fri Oct 02, 2009 6:35 am
- Forum: PSP Development
- Topic: Why sceGuFrontFace(GU_CW)?
- Replies: 4
- Views: 3417
- Mon Sep 21, 2009 3:24 pm
- Forum: PSP Development
- Topic: Decrypt the Firmware 6.0
- Replies: 30
- Views: 20538
- Sun Sep 20, 2009 2:52 am
- Forum: PSP Development
- Topic: how can I get a pixel from a triImage?
- Replies: 3
- Views: 1974
- Sat Sep 19, 2009 6:47 pm
- Forum: PSP Development
- Topic: Decrypt the Firmware 6.0
- Replies: 30
- Views: 20538
- Sat Sep 19, 2009 8:28 am
- Forum: PSP Development
- Topic: Decrypt the Firmware 6.0
- Replies: 30
- Views: 20538
- Sat Sep 19, 2009 8:08 am
- Forum: PSP Development
- Topic: Decrypt the Firmware 6.0
- Replies: 30
- Views: 20538
- Sat Sep 19, 2009 7:55 am
- Forum: PSP Development
- Topic: Decrypt the Firmware 6.0
- Replies: 30
- Views: 20538
- Sat Sep 19, 2009 6:47 am
- Forum: PSP Development
- Topic: Decrypt the Firmware 6.0
- Replies: 30
- Views: 20538
- Sat Sep 19, 2009 2:36 am
- Forum: PSP Development
- Topic: Decrypt the Firmware 6.0
- Replies: 30
- Views: 20538
- Fri Sep 18, 2009 8:58 pm
- Forum: PSP Development
- Topic: MoHH 2 vulnerable to exploit?
- Replies: 8
- Views: 6499
- Fri Sep 18, 2009 8:56 pm
- Forum: PSP Development
- Topic: Load a PRX after an EBOOT
- Replies: 9
- Views: 3793
- Fri Sep 18, 2009 8:40 pm
- Forum: PSP Development
- Topic: MoHH 2 vulnerable to exploit?
- Replies: 8
- Views: 6499
- Fri Sep 18, 2009 8:33 pm
- Forum: PSP Development
- Topic: Decrypt the Firmware 6.0
- Replies: 30
- Views: 20538
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...
- Fri Sep 18, 2009 7:59 am
- Forum: PSP Development
- Topic: Decrypt the Firmware 6.0
- Replies: 30
- Views: 20538
- Fri Sep 18, 2009 3:52 am
- Forum: PSP Development
- Topic: Decrypt the Firmware 6.0
- Replies: 30
- Views: 20538
- Fri Sep 18, 2009 3:18 am
- Forum: PSP Development
- Topic: Decrypt the Firmware 6.0
- Replies: 30
- Views: 20538
- Fri Sep 18, 2009 2:55 am
- Forum: PSP Development
- Topic: Load a PRX after an EBOOT
- Replies: 9
- Views: 3793
- Fri Sep 18, 2009 12:55 am
- Forum: PSP Development
- Topic: Load a PRX after an EBOOT
- Replies: 9
- Views: 3793
- Thu Sep 17, 2009 7:56 pm
- Forum: PSP Development
- Topic: Load a PRX after an EBOOT
- Replies: 9
- Views: 3793
- Thu Sep 17, 2009 7:33 am
- Forum: PSP Development
- Topic: Load a PRX after an EBOOT
- Replies: 9
- Views: 3793
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...
- Thu Sep 17, 2009 2:28 am
- Forum: PSP Development
- Topic: Decrypt the Firmware 6.0
- Replies: 30
- Views: 20538
What you call the updater mode ? What is it ?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.
EDIT: I said nothing, i found.. ^^
- Thu Sep 17, 2009 12:31 am
- Forum: PSP Development
- Topic: Decrypt the Firmware 6.0
- Replies: 30
- Views: 20538
- Wed Sep 16, 2009 6:17 pm
- Forum: PSP Development
- Topic: Decrypt the Firmware 6.0
- Replies: 30
- Views: 20538
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...
- Wed Sep 16, 2009 10:05 am
- Forum: PSP Development
- Topic: Decrypt the Firmware 6.0
- Replies: 30
- Views: 20538
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 ...
- Wed Aug 26, 2009 10:40 pm
- Forum: PSP Development
- Topic: Get ltn0.pgf from XMB
- Replies: 1
- Views: 1817
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 ?
But how ? Anyone know the "real" PGFHeader structure used by XMB ?
- Wed Aug 26, 2009 7:16 am
- Forum: PSP Development
- Topic: Using PSPGE for graphic engine
- Replies: 5
- Views: 3397