Search found 357 matches
- Tue Feb 09, 2010 6:07 am
- Forum: PSP Development
- Topic: Openssl for psp?
- Replies: 4
- Views: 3530
- Mon Feb 01, 2010 11:38 am
- Forum: PSP Development
- Topic: PSP Decryption
- Replies: 13
- Views: 14039
- Mon Feb 01, 2010 3:37 am
- Forum: PSP Development
- Topic: PSP Decryption
- Replies: 13
- Views: 14039
- Fri Jan 29, 2010 10:29 am
- Forum: PSP Development
- Topic: Error Code List of the PSP
- Replies: 11
- Views: 7399
- Fri Jan 29, 2010 10:27 am
- Forum: PSP Development
- Topic: PSP Decryption
- Replies: 13
- Views: 14039
- Fri Jan 29, 2010 2:46 am
- Forum: PSP Development
- Topic: PSP Decryption
- Replies: 13
- Views: 14039
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...
- Sun Jan 24, 2010 2:33 am
- Forum: PSP Development
- Topic: PRX's and C++ vs C
- Replies: 3
- Views: 2983
- Fri Dec 11, 2009 8:59 am
- Forum: PSP Development
- Topic: Help re-porting uClinux to the psp
- Replies: 34
- Views: 44182
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...
- Thu Dec 10, 2009 10:00 am
- Forum: PSP Development
- Topic: Help re-porting uClinux to the psp
- Replies: 34
- Views: 44182
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...
- Tue Nov 24, 2009 4:54 am
- Forum: PSP Development
- Topic: why -fno-rtti default
- Replies: 3
- Views: 2687
- Thu Nov 19, 2009 1:43 am
- Forum: PSP Development
- Topic: Cryptopp 5.6.0 rev 477 ported to psp
- Replies: 7
- Views: 5009
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...
- Wed Nov 18, 2009 9:48 am
- Forum: PSP Development
- Topic: Cryptopp 5.6.0 rev 477 ported to psp
- Replies: 7
- Views: 5009
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...
- Mon Nov 16, 2009 12:34 pm
- Forum: PSP Development
- Topic: Help re-porting uClinux to the psp
- Replies: 34
- Views: 44182
- 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: 270852
http://psplinux.berlios.de/wiki/Downloads
i think that has most of them
i think that has most of them
- Tue Nov 10, 2009 12:02 pm
- Forum: PSP Development
- Topic: Help re-porting uClinux to the psp
- Replies: 34
- Views: 44182
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...
- Fri Nov 06, 2009 5:37 am
- Forum: PSP Development
- Topic: Help re-porting uClinux to the psp
- Replies: 34
- Views: 44182
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...
- Fri Nov 06, 2009 1:51 am
- Forum: PSP Development
- Topic: Help re-porting uClinux to the psp
- Replies: 34
- Views: 44182
- Fri Nov 06, 2009 1:40 am
- Forum: PSP Development
- Topic: Help re-porting uClinux to the psp
- Replies: 34
- Views: 44182
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 ...
- Thu Nov 05, 2009 3:30 pm
- Forum: PSP Development
- Topic: Help re-porting uClinux to the psp
- Replies: 34
- Views: 44182
- Wed Nov 04, 2009 2:48 pm
- Forum: PSP Development
- Topic: Help re-porting uClinux to the psp
- Replies: 34
- Views: 44182
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 -...
- Wed Nov 04, 2009 7:29 am
- Forum: PSP Development
- Topic: Help re-porting uClinux to the psp
- Replies: 34
- Views: 44182
- Wed Nov 04, 2009 6:48 am
- Forum: PSP Development
- Topic: Help re-porting uClinux to the psp
- Replies: 34
- Views: 44182
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...
- Wed Nov 04, 2009 3:15 am
- Forum: PSP Development
- Topic: Help re-porting uClinux to the psp
- Replies: 34
- Views: 44182
- Mon Nov 02, 2009 12:06 am
- Forum: PSP Development
- Topic: Help re-porting uClinux to the psp
- Replies: 34
- Views: 44182
- Thu Oct 22, 2009 11:02 am
- Forum: PSP Development
- Topic: Help re-porting uClinux to the psp
- Replies: 34
- Views: 44182
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...
- Thu Oct 22, 2009 10:35 am
- Forum: PSP Development
- Topic: Help re-porting uClinux to the psp
- Replies: 34
- Views: 44182
- Wed Oct 21, 2009 10:13 pm
- Forum: PSP Development
- Topic: Help re-porting uClinux to the psp
- Replies: 34
- Views: 44182
- Wed Oct 21, 2009 9:42 am
- Forum: PSP Development
- Topic: Help re-porting uClinux to the psp
- Replies: 34
- Views: 44182
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
- 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: 270852
- Mon Oct 12, 2009 10:10 pm
- Forum: PSP Development
- Topic: Text-To-Speech open sources also for Sony PSP?
- Replies: 45
- Views: 40521