Search found 16 matches

by Sirwhizz
Wed Feb 15, 2006 7:29 am
Forum: PSP Development
Topic: receive udp packets?
Replies: 6
Views: 3491

Well I looked at your code. I have to mention that you need to open two sockets. One for sending and one for receiving. Here is my code. int init_UDP_send() { SOCKET sockOut; struct sockaddr_in addrOut; SceCtrlData pad; sceCtrlSetSamplingCycle(0); sceCtrlSetS...
by Sirwhizz
Fri Sep 02, 2005 6:24 am
Forum: PSP Development
Topic: IR Keyboard Configuration & Driver Program. v.02
Replies: 29
Views: 27001

Is the pvnc source public? I hadn't seen it. Or are you the pvnc author/porter? I would like to see p-sprint in pvnc, that should work quite well .... Actually I have it if anyone needs it. I downloaded PVNC and it came with the source files. You can also get it here http://psp-news.dcemu.co.uk/por...
by Sirwhizz
Wed Aug 24, 2005 7:10 am
Forum: PSP Development
Topic: Beginner PSP Programming Questions
Replies: 6
Views: 2559

1) I've noticed when using sceKernelExitGame() it's always in the exit_callback function but I've used it in the main function. Is there a reason for it being in the exit_callback and also is it bad coding for me to have it in the main function? Someone else will half to tell you the reason why the...
by Sirwhizz
Thu Aug 04, 2005 10:42 pm
Forum: PSP Development
Topic: Sony PSP Application appwizard (visual studio 6.0) (update)
Replies: 53
Views: 53911

Well I tested it out. Thanks. If I find any bugs I will be sure to tell you.
by Sirwhizz
Thu Aug 04, 2005 6:35 am
Forum: PSP Development
Topic: Sony PSP Application appwizard (visual studio 6.0) (update)
Replies: 53
Views: 53911

Now will it work if you have the SVN PSPSDK. Because the beta version is to old with all the new updates and my programs require a lot from the SVN PSPSDK. I think I will stick with using command prompts and cygwin. I think it is a great job and keep up the good work for all us Window Users. I will ...
by Sirwhizz
Fri Jul 08, 2005 5:53 am
Forum: PSP Development
Topic: finally got cygwin installed.how do i run the toolchain ??
Replies: 9
Views: 4248

Depending on what Version of Windows you are running their are different ways. Win98 and before just run the start.bat and change the pths inside to where you installed the pspsdk. For me it was c:\cygwin\usr\local\pspdev It might be the same for you. My start.bat looks like this set path=%path%;c:\...
by Sirwhizz
Fri Jul 08, 2005 5:38 am
Forum: PSP Development
Topic: Error using SVN
Replies: 1
Views: 1802

Error using SVN

I updated to the latest toolchain from opoo's site and I get this error when I want to download the PSPSDK svn: Can't connect to host 'svn.pspdev.org' : Connection timed out cd: can't cd to pspsdk ./bootstrap: not found ERROR RUNNING PSPSDK BOOSTRAP So, I went to the ...
by Sirwhizz
Tue Jul 05, 2005 11:30 pm
Forum: PSP Development
Topic: Compiling Problems using make
Replies: 0
Views: 1276

Compiling Problems using make

I installed everything and I got SDKTEST to compile using the make file. I converted my program called PSP Button Test. The progam compiles fine when using the psptoolchain before PSPSDK came out, but whats is weird is that SDKTEST compiles but I get this error, make: *** No rule to make target 'mai...
by Sirwhizz
Wed Jun 22, 2005 5:07 am
Forum: PSP Development
Topic: smspsp v0.4 can't find the roms?
Replies: 2
Views: 1656

Well are you using 1.0 firmware or 1.5 firmware. If you are using the 1.5 firmware, the game must be on the second stick. You are putting the games in the right location, because that location works fine for me. Try another game.
by Sirwhizz
Thu Jun 16, 2005 7:42 am
Forum: PSP Development
Topic: Better way to Exploit PSP 1.5, has work for me100% everytime
Replies: 1
Views: 3396

Better way to Exploit PSP 1.5, has work for me100% everytime

Guess what? If you use message B of PSP-DEV tutorial it works great, but you don't have to write your PARAM.SFO file. To show their icon and name. Just use PBP Unpacker to unpack your EBOOT.PBP file all the way. Then click New and put the PARAM.SFO and ICON0.PNG and Save which gives you EBOOT.PBP. A...
by Sirwhizz
Wed Jun 08, 2005 9:59 pm
Forum: PSP Development
Topic: PSP Encryption Key
Replies: 34
Views: 24370

What would be nice is to find the encryption key for the v1.00 firmware, that way it can be broken open and disassembled (if you're in a country where reverse-engineering is legal). The PSP uses two things: - digital signatures -> public/private key pair - encryption (128 bit AES) Since the digital...
by Sirwhizz
Wed Jun 08, 2005 5:24 am
Forum: PSP Development
Topic: PSP Encryption Key
Replies: 34
Views: 24370

Thanks for the insight. I kinda figured that out. I know Sony is smart, but they might have goofed up somewhere. We just have to find it. They did screw up on the 1.0 firmware by letting it run unsigned code and made updates fast. I wish I knew what minor change is between 1.5 and 1.51. I have a lot...
by Sirwhizz
Wed Jun 08, 2005 5:16 am
Forum: PSP Development
Topic: Kernel Memory Dumping Tool
Replies: 35
Views: 28684

thanks to bad I don't have a 1.0 to try it out. Patience I feel is the way to go. I think in the long run all this work on the 1.0 will help out for later firmware out there.
by Sirwhizz
Wed Jun 08, 2005 5:04 am
Forum: PSP Development
Topic: PSP Encryption Key
Replies: 34
Views: 24370

I know you cannot get a private key out of a public key. Sony has the private key and the only way to get that if it is leaked or some good hacking is done. Like I said I didn't know if anyone have seen them before. I just thought some people might of wanted to look at them. Just something that migh...
by Sirwhizz
Wed Jun 08, 2005 4:50 am
Forum: PSP Development
Topic: PSP Encryption Key
Replies: 34
Views: 24370

You really need to go read up on public key encryption...
I have been doing that. I just thought since no one has talked about it here especially since someone has found the keys that it might be useful information on this forum.
by Sirwhizz
Wed Jun 08, 2005 4:38 am
Forum: PSP Development
Topic: PSP Encryption Key
Replies: 34
Views: 24370

PSP Encryption Key

Long time reader first time poster. I haven't seen this on this forum yet, so, I found this at another forum. I thought a conversation here might be good. EdwardFMA at psp-linux.org found it While exploring the 1.0 Firmware Dump i came across these Public keys \flash0\data\cert\Class1_PCA_G3_v2.cer ...