Search found 11 matches

by arnie
Wed Mar 10, 2010 3:38 pm
Forum: PSP Development
Topic: PSP exploits: 3k 5.50 - 6.xx+...
Replies: 10
Views: 7255

Security Certificates? O_O Last time I checked, there was that netfront browser which needed that mega CERT file. :D :P -Arnold it was a file in the folder after i decrypted it lol... i also remember seeing that a vsh menu was saved to the fw while decrypting it (?) -_________________________-
by arnie
Wed Mar 10, 2010 3:30 pm
Forum: PSP Development
Topic: PSP exploits: 3k 5.50 - 6.xx+...
Replies: 10
Views: 7255

Security Certificates? O_O Last time I checked, there was that netfront browser which needed that mega CERT file. :D :P -Arnold it was a file in the folder after i decrypted it lol... i also remember seeing that a vsh menu was saved to the fw while decrypting it (?) -_________________________-
by arnie
Tue Mar 09, 2010 3:29 pm
Forum: PSP Development
Topic: PSP exploits: 3k 5.50 - 6.xx+...
Replies: 10
Views: 7255

since i have decrypted the 6.20 firmware and have its security certificate, do You think it would be possible to change the code within its files and maybe access the kernel when i run it on my psp? or even a spoofed "upgrade", like implying code from the GEN or M-33 updates? Security Cer...
by arnie
Tue Dec 29, 2009 11:48 pm
Forum: PSP Development
Topic: i dont understand my error log
Replies: 9
Views: 4312

SALVATION,

To be honest, I did not understand your reply.

-arnie
by arnie
Mon Dec 28, 2009 1:18 pm
Forum: PSP Development
Topic: i dont understand my error log
Replies: 9
Views: 4312

1. Read Slowly
2. Type Slowly
3. Think Slowly
4. #include slowly
5. Set PATH slowly
6. Read carefully
7. Type carefully
8. Think carefully
9. #include carefully
10. Set PATH carefully

-arnie
by arnie
Fri Jun 05, 2009 8:31 pm
Forum: PSP Development
Topic: Toolchain using macports on Lepoard 10.5.7 - Help
Replies: 3
Views: 1420

Hey there, Go here https://lan.st/showthread.php?t=1927 The link for the big package is on the page 2 or 3. Download that first and then follow up on the guide. Sorry if the guide is a little outdated but I'm sure it works because that's what I am using. I'll update the guide when I have lots of tim...
by arnie
Thu Apr 23, 2009 5:33 pm
Forum: PSP Development
Topic: prxtool problem on Mac OSX
Replies: 3
Views: 1349

What do you mean buffer overflow?

It's when loading the modules that the prxtool exits.

-Arnie
by arnie
Thu Apr 23, 2009 11:34 am
Forum: PSP Development
Topic: prxtool problem on Mac OSX
Replies: 3
Views: 1349

prxtool problem on Mac OSX

I am having problems using prxtool on OSX Leopard. I checked out the latest from the svn of prxtool and did the usual: ./bootstrap, ./configure, make, make install. Everything installed fine and when I go 'prxtool', it's fine. But when I load a module: prxtool -o module.xml -x module.prx It loads an...
by arnie
Tue Apr 14, 2009 11:53 pm
Forum: PSP Development
Topic: Flash2 Write Access
Replies: 3
Views: 1467

Don't worry, I just used iop.prx.

Thanks Torch.

-arnie
by arnie
Mon Apr 13, 2009 9:31 am
Forum: PSP Development
Topic: [Solved] Running a homebrew from a homebrew
Replies: 8
Views: 2617

int k1 = pspSdkSetK1&#40;0&#41;; SceUID mod = sceKernelLoadModule&#40;path, 0, NULL&#41;; if &#40;mod >= 0&#41; &#123; mod = sceKernelStartModule&#40;mod, 0, NULL, NULL, NULL&#41;; if &#40;mod < 0&#41; //Error &#125; pspSdkSetK1&#40;k1&#41;; R...
by arnie
Sat Apr 11, 2009 6:40 pm
Forum: PSP Development
Topic: Flash2 Write Access
Replies: 3
Views: 1467

Flash2 Write Access

I have been trying to write to flash2: but I have not succeeded. I am sure the write file function works because it writes to the memory stick properly. Module is in USER mode loading a KERNEL mode module for the flashing and reassigning of flash2. The IO functions for write file are also wrapped in...