Search found 3 matches

by abu
Tue Oct 04, 2005 9:23 am
Forum: PSP Development
Topic: loader2 for firmware 2.0
Replies: 2
Views: 2827

loader2 for firmware 2.0

I made a new loader to replace Toc2rta's h.bin loader. Why? The main advantage of this loader is that the TIFF thread can return cleanly to libtiff and the system continues running as if nothing happened. This allows some more reverse-engineering, for instance dumping memory after entering web brows...
by abu
Thu Sep 29, 2005 1:46 am
Forum: PSP Development
Topic: MPHDowngrader source
Replies: 22
Views: 20081

Re: MPHDowngrader source

Hello, this is my downgrader source Nice program, congratulations. It's a good practise to mention the original source if your code is largely based on someone else's work. At least string functions, copy_file(), PrintLines(), syscall method and num2hex() seem to be copy-paste from my flash-backup ...
by abu
Sat Aug 20, 2005 6:08 am
Forum: PSP Development
Topic: SDK error with Gentoo Linux
Replies: 5
Views: 2046

I had this same problem on Gentoo Linux. For some reason the assembler ignores CCASFLAGS and uses CFLAGS instead. The include search path is set in CCASFLAGS, so the assembler doesn't get it. This fix worked for me: --- Makefile.orig 2005-08-19 23:08:46.000000000 +0300 +++ Makefile 2...