From a6453ad2e758d657c4307c67e40716a7369724f5 Mon Sep 17 00:00:00 2001 From: Bluzume <39113159+KuromeSan@users.noreply.github.com> Date: Mon, 24 Aug 2020 22:47:00 +1200 Subject: [PATCH 1/4] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3eec55e..1769809 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,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 file + + 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, and CMA Key derivation. # 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 From af73d7d682d402b2352c80b80dd68c5050257903 Mon Sep 17 00:00:00 2001 From: Bluzume <39113159+KuromeSan@users.noreply.github.com> Date: Mon, 24 Aug 2020 22:47:15 +1200 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1769809..c277af6 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ 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 file +# 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) From 930724d25709972abed7ad1d97fee55b29d2268a Mon Sep 17 00:00:00 2001 From: Bluzume <39113159+KuromeSan@users.noreply.github.com> Date: Mon, 24 Aug 2020 22:55:23 +1200 Subject: [PATCH 3/4] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c277af6..38c0e11 100644 --- a/README.md +++ b/README.md @@ -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)) @@ -37,7 +39,7 @@ MobyGames ([mobygames.com](https://www.mobygames.com/) for PS1 Cover Art) + 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, and CMA Key derivation. + It also handles .psvimg / psvmd creation, CMA Key derivation and SFO Parsing (taken from (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 From 9c680aaa0c450eeecd55af9ccc7083881ae4a943 Mon Sep 17 00:00:00 2001 From: Bluzume <39113159+KuromeSan@users.noreply.github.com> Date: Mon, 24 Aug 2020 22:56:18 +1200 Subject: [PATCH 4/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38c0e11..666da76 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ dots-tb (for [chovy-gen](https://github.com/dots-tb/chovy-gen) (\_\_sce_ebootpbp 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)) +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)) @@ -39,7 +39,7 @@ MobyGames ([mobygames.com](https://www.mobygames.com/) for PS1 Cover Art) + 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 (taken from (PSPTools)[https://github.com/xXxTheDarkprogramerxXx/PSPTools] + 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