Advertising (This ad goes away for registered users. You can Login or Register)

Finally... some Christmas cheer!

Open discussions on programming specifically for the PS Vita.
Forum rules
Forum rule Nº 15 is strictly enforced in this subforum.
Locked
qwikrazor87
Guru
Posts: 2874
Joined: Sat Apr 21, 2012 1:23 pm
Location: The North Pole

Re: Finally... some Christmas cheer!

Post by qwikrazor87 »

Hykem wrote:Yeah that's normal, I've seen them too. I'm pretty sure the key is the same though.
Ok, thanks, that's good to know, I thought the key would be different.

Edit:
Yup, confirmed that the keys are the same with the Talkman Travel games.
Advertising
PSP 2001 - TA-085 - 6.61 PRO-C2
PS Vita 3G - PCH-1101 - 3.65 HENkaku Ensō
Alcatel phone - Android 8.1.0
Laptop - Toshiba Satellite L305D-S5974 - Ubuntu 16.04 LTS
iCEQB
Posts: 57
Joined: Thu Jan 16, 2014 3:54 pm

Re: Finally... some Christmas cheer!

Post by iCEQB »

Where there tools created that use that key ?
Advertising
Hykem
Guru
Posts: 75
Joined: Sat Jan 15, 2011 8:11 pm

Re: Finally... some Christmas cheer!

Post by Hykem »

Here it is, sign_np:
https://github.com/Hykem/sign_np

You can find the binary under "releases":
https://github.com/Hykem/sign_np/releases

This tool combines tpunix's original code with Proxima's findings and documentation. It makes use of the kirk-engine to generate real signed PSN PBP images.
You can use the "-elf" flag to sign and encrypt BOOT.BIN files (just like you would with seboot.exe) or the "-pbp" flag to sign and encrypt PSP ISO images.
Please read it's usage carefully since you need to specify PRX tags (for ELF mode), Content ID and keys (for PBP mode).

Enjoy! :)
mummysboy
Posts: 135
Joined: Thu Jan 16, 2014 10:35 pm

Re: Finally... some Christmas cheer!

Post by mummysboy »

Nice one!

Thanks for the release
Dessel
Posts: 10
Joined: Sun Jan 12, 2014 6:11 pm
Contact:

Re: Finally... some Christmas cheer!

Post by Dessel »

Thanks. :)
Nysek
Posts: 95
Joined: Thu Dec 25, 2014 5:59 pm
Location: Somewhere ;3
Contact:

Re: Finally... some Christmas cheer!

Post by Nysek »

Thank you! :3
Ps Vita
Ps Vita TV
PS4
PS2 FMCB
Xbox UnleaseX
dark69
Posts: 103
Joined: Wed Dec 17, 2014 4:18 pm

Re: Finally... some Christmas cheer!

Post by dark69 »

Hykem wrote:Here it is, sign_np:
https://github.com/Hykem/sign_np

You can find the binary under "releases":
https://github.com/Hykem/sign_np/releases

This tool combines tpunix's original code with Proxima's findings and documentation. It makes use of the kirk-engine to generate real signed PSN PBP images.
You can use the "-elf" flag to sign and encrypt BOOT.BIN files (just like you would with seboot.exe) or the "-pbp" flag to sign and encrypt PSP ISO images.
Please read it's usage carefully since you need to specify PRX tags (for ELF mode), Content ID and keys (for PBP mode).

Enjoy! :)
im a noob
how can i get the key i see qwk say that its the same as talkman travel games but how can i get the key?
"seek no happiness, she will find you"
dark69
qwikrazor87
Guru
Posts: 2874
Joined: Sat Apr 21, 2012 1:23 pm
Location: The North Pole

Re: Finally... some Christmas cheer!

Post by qwikrazor87 »

not sure if it's just me, but it just gets kicked back out to the live area on the Vita, works fine on OFW PSP though.
PSP 2001 - TA-085 - 6.61 PRO-C2
PS Vita 3G - PCH-1101 - 3.65 HENkaku Ensō
Alcatel phone - Android 8.1.0
Laptop - Toshiba Satellite L305D-S5974 - Ubuntu 16.04 LTS
Nysek
Posts: 95
Joined: Thu Dec 25, 2014 5:59 pm
Location: Somewhere ;3
Contact:

Re: Finally... some Christmas cheer!

Post by Nysek »

qwikrazor87 wrote:not sure if it's just me, but it just gets kicked back out to the live area on the Vita, works fine on OFW PSP though.
It kicks me out to :|
Ps Vita
Ps Vita TV
PS4
PS2 FMCB
Xbox UnleaseX
Hykem
Guru
Posts: 75
Joined: Sat Jan 15, 2011 8:11 pm

Re: Finally... some Christmas cheer!

Post by Hykem »

qwikrazor87 wrote:not sure if it's just me, but it just gets kicked back out to the live area on the Vita, works fine on OFW PSP though.
Oh right, sorry, I forgot to mention one important detail. The Vita's pspemu doesn't allow loading fixed key signed EBOOTs (which use the flag 0x10000003).
You need to grab the RIF key from an already installed PSN game and sign your ISO with it. Using npdpc you can get the key in the "version_key.bin" file, then you just need to do:

Code: Select all

sign_np -pbp -c NP.ISO EBOOT.PBP [installed game's Content ID] [installed game's version key]
That will set the 0x00000002 flag used for paid content and sign the ISO with the other game's key.
Locked

Return to “Programming and Security”