John-K / pspdecrypt

Simple tool to decrypt PSP binaries
GNU General Public License v3.0
103 stars 22 forks source link

Merge pspdecrypt and psardecrypt, with additional arguments #22

Closed artart78 closed 3 years ago

artart78 commented 3 years ago

Here's my proposal:

Then, independently (using only --outdir/-O), --ipl-decrypt and a facultative --preipl argument.

Also, possibly, --verbose (at least for enabling the IPL decryption output).

It should cover #5 and #6

John-K commented 3 years ago

This sounds good to me. It would be nice to have it do something sane if you just passed it a file without any arguments too.

WorldGenesis commented 3 years ago

This sounds good to me. It would be nice to have it do something sane if you just passed it a file without any arguments too.

It might be nice to have it show the PSAR/table version, and if its a FW update, show the update version too when run without arguments :P

John-K commented 3 years ago

That's a cool idea, maybe a --info as well?