23/01/2011, 12:51 AM
Although many people are probably downloading pre-signed homebrews now, if you want to sign something yourself, this may be handy.
Haven't tried it myself.
Note, this is a CLI app. Modification by c0mmiec0mma
[attachment=4646]
For Mac/Linux users, here's the source code which can be compiled for the application:
[attachment=4647]
Source: http://forums.psp-hacks.com/f118/pscrypt...c-t271518/
Haven't tried it myself.
Note, this is a CLI app. Modification by c0mmiec0mma
c0mmiec0mma Wrote:Same signing rules for EBOOTs applies as with 2.0. I did not make any changes to that part of it:
- User-mode homebrews only
- HB must have max. 4 MB
- HB must be compiled in PRX mode
[attachment=4646]
For Mac/Linux users, here's the source code which can be compiled for the application:
[attachment=4647]
c0mmiec0mma Wrote:To compile, you'll need a full-blown GCC along with the PSPSDK, since it uses headers from both and compiles to native Intel/AMD/etc. executables.
You can adjust the maximum EBOOT size by changing one number in main.c and recompiling it.
Linux compilers: check the Makefile before using it to make sure the program name settings work.
Source: http://forums.psp-hacks.com/f118/pscrypt...c-t271518/