Search found 8 matches

by _00_
Mon Jul 17, 2006 10:49 pm
Forum: PSP Development
Topic: Need some help with Visual Studio
Replies: 9
Views: 2553

pacman2323 wrote:How exactly would I do that?
OK. Let me download Visual C++ 2005 Express Edition and check if I can help you.
by _00_
Mon Jul 17, 2006 9:24 pm
Forum: PSP Development
Topic: Need some help with Visual Studio
Replies: 9
Views: 2553

One other problem: It says I need to copy 'Sony PSP Application.awx' and 'Sony PSP Application.hlp' to (Microsoft Visual Studio directory)\Common\MSDev98\Template directory (mine would be C:\Program Files\Microsoft Visual Studio 8) but in that folder there is no 'Common' folder. Theres one that's c...
by _00_
Mon Jul 17, 2006 8:36 pm
Forum: PSP Development
Topic: Need some help with Visual Studio
Replies: 9
Views: 2553

Ok, it says there are a few things that are required in cygwin, but I've already installed cygwin. Do I need to completely reinstall it to get those? If you can already compile from command line (in cygwin) then you don't have to re-install it. Just one step: Copy elf2pbpm.exe in c:\cygwin\bin folder
by _00_
Mon Jul 17, 2006 2:04 am
Forum: PSP Development
Topic: any good r4000 disassemblers?
Replies: 6
Views: 3116

cygwin version

Mak0 wrote:I was just browsing the subverison server and I noticed a program called pspdis. would anyone happen to have a pre-compiled binary?
http://www.megaupload.com/?d=TTCDBKR7
by _00_
Fri Jun 30, 2006 2:05 am
Forum: PSP Development
Topic: PSP Multi Firmware Project
Replies: 60
Views: 55704

2.50 new "protection" : if you replace the flash0/vsh/etc/index.dat w/ old ver index.dat you will can not lunch update EBOOT.PBP 2.60 new "protection" : if you replace the flash0/vsh/etc/index.dat w/ old ver index.dat when you power-on you will get a error screen What happened i...
by _00_
Wed Jun 28, 2006 6:18 am
Forum: PSP Development
Topic: Kernel mode under firmware 2.6 * The proof of concept *
Replies: 48
Views: 61414

Re: bug in sceKernelLoadExec?

hitchhikr wrote:
_00_ wrote:hitchhikr:
is this ':' at the end of filename crucial for this to work? Something like 48 bytes buffer for device(drive) name?
Yes it is, we need to break the loop at the right time.
Congratulations! You are making history...
by _00_
Wed Jun 28, 2006 6:10 am
Forum: PSP Development
Topic: Kernel mode under firmware 2.6 * The proof of concept *
Replies: 48
Views: 61414

bug in sceKernelLoadExec?

hitchhikr:
is this ':' at the end of filename crucial for this to work? Something like 48 bytes buffer for device(drive) name?