This commit is contained in:
SilicaAndPina 2020-08-24 23:12:16 +12:00
commit 9df7b33678
1 changed files with 9 additions and 1 deletions

View File

@ -22,8 +22,10 @@ if you want to dump your own ISO's use UMD Dumper or something that isnt ftp-in
Credits:
dots-tb (for [chovy-gen](https://github.com/dots-tb/chovy-gen) (\_\_sce_ebootpbp signing)
SilicaAndPina(me) DLL fork of [chovy-gen](https://github.com/KuromeSan/chovy-gen) Developing GUI, finding the psp bubbles method and [psvimgtools](https://github.com/yifanlu/psvimgtools) .NET port
SilicaAndPina: DLL fork of [chovy-gen](https://github.com/KuromeSan/chovy-gen)
Developing GUI, finding the psp bubbles method and [psvimgtools](https://github.com/yifanlu/psvimgtools) .NET port
Motoharu (For helping dots with \_\_sce_ebootpbp)
xXxTheDarkprogramerxXx (For [PSPTools](https://github.com/xXxTheDarkprogramerxXx/PSPTools))
RupertAvery (For [PSXPackager](https://github.com/RupertAvery/PSXPackager) and his fork of DiscUtils)
Dark_Alex (For [POPStation](https://aur.archlinux.org/packages/popstation_md/))
swarzesherz (For [sign_np](https://github.com/swarzesherz/sign_np))
@ -32,6 +34,12 @@ yifanlu & xyz for [psvimgtools](https://github.com/yifanlu/psvimgtools). (Chovy-
Mathieulh (Found psp signing keys?)
MobyGames ([mobygames.com](https://www.mobygames.com/) for PS1 Cover Art)
# What are the files
+ CHOVY-GEN is a fork of dots_tb's [chovy-gen](https://github.com/dots-tb/chovy-gen) to MSVC as a DLL
+ CHOVY-KIRK parts of [kirk_engine](https://github.com/tpunix/kirk_engine) and [sign_np](https://github.com/swarzesherz/sign_np) code. ported to MSVC as a DLL.
+ CHOVY-JUAN a fork of of [DiscUtils](https://github.com/DiscUtils/DiscUtils) to add PS1 support mostly taken from [PSXPackager](https://github.com/RupertAvery/PSXPackager)
+ CHOVY-SIGN Main GUI code, also statically includes some code from [PSXPackager](https://github.com/RupertAvery/PSXPackager) for POPS.
It also handles .psvimg / psvmd creation, CMA Key derivation and SFO Parsing (edited parts of (PSPTools)[https://github.com/xXxTheDarkprogramerxXx/PSPTools]
# Building
In order to build CHOVY-SIGN.DLL you need [OpenSSL](https://www.npcglib.org/~stathis/downloads/openssl-1.1.0f-vs2017.7z) libary
Extract to C:/OpenSSL or change linking settings in the solution to match your install location