Search found 357 matches

by coolkehon
Tue Feb 09, 2010 6:07 am
Forum: PSP Development
Topic: Openssl for psp?
Replies: 4
Views: 2580

you can compile it with minpspw
by coolkehon
Mon Feb 01, 2010 11:38 am
Forum: PSP Development
Topic: PSP Decryption
Replies: 13
Views: 9462

the what steps would be needed to crack the psp 3000
by coolkehon
Mon Feb 01, 2010 3:37 am
Forum: PSP Development
Topic: PSP Decryption
Replies: 13
Views: 9462

yes that would be correct. I guess you guys have it figured out when it comes to booting the psp.

But Why is the 3000 not cracked?
by coolkehon
Fri Jan 29, 2010 10:29 am
Forum: PSP Development
Topic: Error Code List of the PSP
Replies: 11
Views: 6177

lol bump. also can u guys unban gmail plz
by coolkehon
Fri Jan 29, 2010 10:27 am
Forum: PSP Development
Topic: PSP Decryption
Replies: 13
Views: 9462

there was something that we could not do because of aes encryption during boot of the psp so instead we had to hook it. I haven't check on it in quite some time so I don't even remember what it was. You guys may have even of fixed it by now
by coolkehon
Fri Jan 29, 2010 2:46 am
Forum: PSP Development
Topic: PSP Decryption
Replies: 13
Views: 9462

PSP Decryption

I heard that the main boot ipl ( I have no idea what I'm talking about ) modules uses encryption during the booting of the psp. I'd like to try to break that encryption. Any ideas where I should start. I know it uses aes but I'd like to run a bruteforce attack on it. And maybe i'll get lucky :P. Hel...
by coolkehon
Sun Jan 24, 2010 2:33 am
Forum: PSP Development
Topic: PRX's and C++ vs C
Replies: 3
Views: 2164

if you want to pass c++ classes you will need to do an objdump to get the mangled names and put those in the exports file. you need to include the class functions etc that will be used in the prx

note:
except strings because it will mess up with the memory allocation etc
by coolkehon
Fri Dec 11, 2009 8:59 am
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 12786

I tried the pre-built toolchain on 32bit linux-mint Helena and copied the crto.o and other files like you said in your post earlier and got it to compile a simple hello world. Tried it and the command line arguments work now. if I include <iostream> then it won't compile but <string> works and <cstd...
by coolkehon
Thu Dec 10, 2009 10:00 am
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 12786

i plan on doing so. I'm learning more about linux as I go. I'll update this when I make updates. just give me awhile ;) edit: fixed some missed grammer stuff :) also does anyone have any apps already built that runs on uclinux psp that i could use. just discovered vi was in busybox :P now i've got a...
by coolkehon
Tue Nov 24, 2009 4:54 am
Forum: PSP Development
Topic: why -fno-rtti default
Replies: 3
Views: 2093

so does the psp support rtti
by coolkehon
Thu Nov 19, 2009 1:43 am
Forum: PSP Development
Topic: Cryptopp 5.6.0 rev 477 ported to psp
Replies: 7
Views: 3821

hm sorry about the nick though i had it this time :P if you want i can email you a copy of your cryptopp 5.5.2. Also it's the cryptopp 5.6.0 that i ported that doesn't work with EasyConnect not the EasyConnect not working. I don't know why but it just doesn't work. It worked with 5.5.2 but not crypt...
by coolkehon
Wed Nov 18, 2009 9:48 am
Forum: PSP Development
Topic: Cryptopp 5.6.0 rev 477 ported to psp
Replies: 7
Views: 3821

I found a bug. I fixed it too. When I created a hash using SHA512 it didn't work correctly. The hash didn't match on my computer and there was no reason for it. It took a while to figure out but I looked in the config.h file for cryptopp 5.5.2 and realized that IS_LITTLE_ENDIAN was not defined. when...
by coolkehon
Mon Nov 16, 2009 12:34 pm
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 12786

nope not yet been really really busy with stuff
by coolkehon
Tue Nov 10, 2009 12:02 pm
Forum: PSP Development
Topic: A new port of uClinux on PSP (with accessibility to ms0)
Replies: 284
Views: 200686

http://psplinux.berlios.de/wiki/Downloads
i think that has most of them
by coolkehon
Tue Nov 10, 2009 12:02 pm
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 12786

i havent figured it out yet and i don't know assembly language yet either. Just some c/c++ and no kernel programming experience. But while thinking it over i think it may be a problem with busybox. because grep, etc accept commands from the terminal. @wankel. do you think you could try to get busybo...
by coolkehon
Fri Nov 06, 2009 5:37 am
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 12786

it seems helloworld can't accept command line args though Is that something that maybe needs to be added to kernel? What command line arguments are you referring to so I can test it out it won't accept any command line args. in fact when I try to printf argv[0] which should be the location of hello...
by coolkehon
Fri Nov 06, 2009 1:51 am
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 12786

it seems helloworld can't accept command line args though
by coolkehon
Fri Nov 06, 2009 1:40 am
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 12786

great work wankel. Thanks mine too compiles. I have mine in /usr/local/psplinux and I created a workspace folder in there for eclipse and other projects. I'm not very good at makefiles but I made this one and it works. Also I added /usr/local/psplinux/usr/bin to my path so I don't think it actually ...
by coolkehon
Thu Nov 05, 2009 3:30 pm
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 12786

well I got it to compile an executable some how but on uclinux (psp) it says something similar to BIN not FLAT. So i'm guessing it wasn't a flat executable like uclinux on the psp needs
by coolkehon
Wed Nov 04, 2009 2:48 pm
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 12786

i was able to download the prebuilt toolchain of buildroot for the psp and it works as far as gcc giving an output (basically it will run on x64). But when I try to compile a helloworld.cpp it gives me the error /helloworld$ make clean allrm -f helloworld.o helloworld mipsel-linux-g++ -O2 -g -Wall -...
by coolkehon
Wed Nov 04, 2009 7:29 am
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 12786

what make command did you issue. The Blog says "make source make" but http://jacksonm88.googlepages.com/linuxonpsp.htm says "make" and also doesn't add the part about editing the config in the make menuconfig I'm trying just make which is downloading the linux kernel. I'll see wh...
by coolkehon
Wed Nov 04, 2009 6:48 am
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 12786

still doesn't work and I had build-essential installed already. I'm going to look through the make files but if you have any suggestions i'm open for them. Also since your on x64 would you mind sending me your buildroot distro already compiled. So that I can see if maybe that will work. I've got a u...
by coolkehon
Wed Nov 04, 2009 3:15 am
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 12786

this is the error i get I'm on x64 ubuntu linux 9.10 although I had this problem in 9.04 also rm -rf /elf2flt rm -rf /ufiles/psplinux/buildroot/build_mipsel/staging_dir /ufiles/psplinux/buildroot/project_build_mipsel/linuxonpsp/root /ufiles/psplinux/buildroot/binaries/linuxonpsp/"rootfs".m...
by coolkehon
Mon Nov 02, 2009 12:06 am
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 12786

would you mind posting the steps you did to get it installed correctly
by coolkehon
Thu Oct 22, 2009 11:02 am
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 12786

Well for now I'll have to come back to this project (about 2weeks) because I'm working on other projects and I spend a week on each and rotate them around (this being one) but as to where you should start. I suggest you try to get buildroot installed first which I am having trouble with atm and make...
by coolkehon
Thu Oct 22, 2009 10:35 am
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 12786

yeah I'm still going thru them. rebuilding each time takes time ;)
by coolkehon
Wed Oct 21, 2009 10:13 pm
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 12786

I'm having trouble getting the buildroot installed with the correct options at the moment. So in general just about everything.
by coolkehon
Wed Oct 21, 2009 9:42 am
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 12786

Help re-porting uClinux to the psp

I want to re port uClinux to the psp so that it can be updated and then hopefully (when I get to it and have time) add block devices, network interface, and other things. Plus if i'm not able to do all that stuff I can still run scripts that will tar.gz and other stuff for me on my psp
by coolkehon
Tue Oct 20, 2009 11:04 am
Forum: PSP Development
Topic: A new port of uClinux on PSP (with accessibility to ms0)
Replies: 284
Views: 200686

could someone reupload the files
by coolkehon
Mon Oct 12, 2009 10:10 pm
Forum: PSP Development
Topic: Text-To-Speech open sources also for Sony PSP?
Replies: 45
Views: 25983

so are you going to do it?