hide corrupt data in kxploit target? [SOLVED]

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
pspblizz
Posts: 15
Joined: Tue Sep 13, 2005 8:35 pm

hide corrupt data in kxploit target? [SOLVED]

Post by pspblizz »

How would one proceede with $PSPSDK/lib/build.mak's kxploit target to make it hide corrupt data?

it now generates $target/EBOOT.PBP and $target%/EBOOT.PBP, but I'd like it to create those ______1 and what not targets. What are the rules for this fix, and is it a straight forward thing to put into build.mak?
Last edited by pspblizz on Mon Sep 19, 2005 9:43 pm, edited 1 time in total.
User avatar
groepaz
Posts: 305
Joined: Thu Sep 01, 2005 7:44 am
Contact:

Post by groepaz »

its relativly easy... the first dir (containing the real pbp) should be named

foobar~1% (8 characters including ~1, excluding %)

and the directory containing the elf should be named

foobar_________________________1 (32 characters total, not sure if it even matters which chars are used to fill up the filename, it always worked for me like this)
pspblizz
Posts: 15
Joined: Tue Sep 13, 2005 8:35 pm

Post by pspblizz »

Can I do this "post build", or do I need to calculate this before I call pack PBP in build.mk?
71M
Posts: 122
Joined: Tue Jun 21, 2005 5:28 am
Location: London

Post by 71M »

You might be interested in this post http://forums.ps2dev.org/viewtopic.php?t=2474
It's a modification to build.mak that will generate the hidden folders for you.

Cheers,
71M
holger
Posts: 204
Joined: Thu Aug 18, 2005 10:57 am

Post by holger »

pspblizz wrote:Can I do this "post build", or do I need to calculate this before I call pack PBP in build.mk?
you can use the psp-install script in pspgl/tools/. See the pspgl tests for some examples how to use it.
Post Reply