TheRouletteBoi / RouLetteVshMenu

Playstation 3 VSH Menu, SPRX Loader, Mod Menu Loader, Payload injector, RPC Calls, CEX/DEX/HEN
MIT License
42 stars 10 forks source link

Update local build guide for PS3 HEN #50

Closed illusion0001 closed 1 year ago

TheRouletteBoi commented 1 year ago

I think we can do better by making a post build command to automaticcly sign the sign after it's built. what do you think @illusion0001

illusion0001 commented 1 year ago

yea that would work better, will update PR.

TheRouletteBoi commented 1 year ago

yea that would work better, will update PR.

I found this SecureTool.exe by xorloser

There are no examples but the tool shows you the commands available.

you can try SecureTool.exe -ms VshMenu.prx VshMenu.sprx

let me know if that works on PS3 HEN

-ms stands for make self

if the above doesn't work on HEN then give these a try

SecureTool.exe -c 1 -k APP001 -ms VshMenu.prx VshMenu.sprx SecureTool.exe -c 1 -k APP004 -ms VshMenu.prx VshMenu.sprx SecureTool.exe -c 1 -k APP00A -ms VshMenu.prx VshMenu.sprx