Search found 1145 matches

by jimparis
Thu Jun 23, 2005 8:20 am
Forum: PSP Development
Topic: psp-dev have released their exploit for ver. 1.5
Replies: 126
Views: 61768

LiquidIce wrote:It seems to order apps by the date they were transfered to the memory stick. Is there any way to modify this date so directories without the % get marked in the past to put them on the bottom of the list?

Code: Select all

touch *; touch -d yesterday *%
by jimparis
Thu Jun 23, 2005 7:50 am
Forum: PSP Development
Topic: psp-dev have released their exploit for ver. 1.5
Replies: 126
Views: 61768

I then tried %n which according to the man page I found should output the number of characters written so far. I changed the names of my folders to HELLOPS%n and HELLOPS7 respectively. This caused rather more spectacular results; the PSP froze in the menu screen and then after a couple of seconds t...
by jimparis
Tue Jun 21, 2005 7:00 pm
Forum: PSP Development
Topic: psp-gcc vs PSPE
Replies: 22
Views: 9490

There is no source ? Its Windows only ? Screw that. Yeah. Rinco mentioned "gxemul" in another thread and is using it on Mac. gxemul won't do any of the PSP syscalls out of the box, of course, but that could be added. Not sure if it handles seb/seh; source doesn't appear to reference those...
by jimparis
Tue Jun 21, 2005 6:35 pm
Forum: PSP Development
Topic: stating the obvious
Replies: 24
Views: 9856

The only way I see a "bug" or hole in the software for an exploit to never be able to be fixed, would be if it were found in a game... I don't see them re-releasing a game because a buffer underun was found or something... If you exploit a bug in a game via a corrupted save, they could al...
by jimparis
Tue Jun 21, 2005 9:41 am
Forum: PSP Development
Topic: psp-gcc vs PSPE
Replies: 22
Views: 9490

psp-gcc vs PSPE

Just a note: The pgp-gcc toolchain (20050619) generates seb/seh in the output, due to this portion of gcc-4.0.0.patch: @@ -987,6 +993,7 @@ /* ISA includes the MIPS32r2 seb and seh instructions. */ #define ISA_HAS_SEB_SEH (!TARGET_MIPS16 \ && (ISA_MIPS32R2 \ + || TARGET_ALLEGR...