KuromeSan / chovy-gen

Generate __sce_ebootpbp for the vita

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chovy-gen by @dots_tb and Motoharu

(.dll version mod by SilicaAndPina)
Generate __sce_ebootpbp for the vita

This file is used to verify EBOOT.pbp files on the Vita to prevent tampering and is also used for version checking.

To generate a __sce_ebootpbp, you must have obtained your AID. One method of obtaining your AID is to copy it from an existing __sce_ebootpbp at offset 0x40 to 0x48 from a hex editor.

CMD LINE (*): ./chovy-gen <your aid ex: 0x123456789ABCDEF0> <EBOOT.pbp> 
*You use a thing command prompt, to find that, you use a thing called Google

With CBPS (https://discord.gg/2nDCbxJ) help especially: @notzecoxao (and his friends?), @SiliCart, and @nyaaasen

Check out motoharu's project: https://github.com/motoharu-gosuto/psvcmd56/blob/master/src/CMD56Reversed/F00D/GcAuthMgrService.cpp#L1102

(He is aiming to make a fully functional f00d emulator).

About

Generate __sce_ebootpbp for the vita

License:GNU General Public License v3.0


Languages

Language:C 71.9%Language:Objective-C 28.1%