From 94e8b1c8bed1ea29d600a4acc764a33a0ac5e649 Mon Sep 17 00:00:00 2001 From: chaoskagami Date: Wed, 8 Jun 2016 09:00:35 -0400 Subject: [PATCH] Update the credits sections for accuracy, because apparently that's a thing. *shrugs* --- README.txt | 40 +++++++++++++++++++++------------------- source/menu.c | 15 ++++++++------- 2 files changed, 29 insertions(+), 26 deletions(-) diff --git a/README.txt b/README.txt index 3888763..a7f9d45 100644 --- a/README.txt +++ b/README.txt @@ -109,37 +109,39 @@ And these YOU SHOULD NOT ENABLE unless you have specialized needs: Credits ------------------------- -This software contains code from multiple other open source projects, including: +The complete list: - @mid-kid/CakesForeveryWan - FIRM Decryptor + @yifanlu For the absolutely insane and wonderful idea to use bytecode, + as well as the open source loader replacement. + https://github.com/yifanlu/3ds_injector - @AuroraWright/Luma3DS - Used as reference for patcher bytecode (and in earlier - versions, the patch code itself) The version of loader - in use also originated from the code here. + @mid-kid General inspiration from Cakes, FIRM decryption code, reboot + assembly code, some code for text display. + https://github.com/mid-kid/CakesForeveryWan - @d0k3/GodMode9 - FatFS version originates from here, start.s too. - Additionally, recursive directory removal and listing - patches is partially based on GodMode9. + @Wolfvak Code segment dumping. - @yifanlu - Loader. + @AuroraWright RE work, patches, EmuNAND, and Reboot/Firmlaunch C code. + https://github.com/AuroraWright/Luma3ds -The complete "Thanks cool people" list: + @Reisyukaku For the 'Force TestMenu' patch, and RE work. - @yifanlu For the absolutely insane and wonderful idea to use bytecode, - as well as the loader replacement. + @d0k3 start.s, recursive directory listing, RE work. + https://github.com/d0k3/GodMode9 - @mid-kid General inspiration from Cakes. + @TuxSH RE work, code, and patches. Some code in loader is based + on his extensions to it. - @Wolfvak Code segment dumping, also BootAnim9 is cool stuff. Go use it. + @Steveice10 RE work, patch offsets. - @AuroraWright Luma made chunks of this possible. + @dark-samus RE work, screen init. - @Reisyukaku You can thank him for the 'Force TestMenu' patch. + @b1l1s RE work, screen init. - @d0k3 Mostly code. Oh, and Decrypt9WIP/GodMode9 too. + @Normmatt RE work, screen init, and sdmmc.c/h - @smealum HANS code, and pioneering the open source hax frontier. + @delebile RE work, screen init, and also the A9LH version I personally use. - @TuxSH Lots of RE work and important commits to Luma that I rely on. + @smealum HANS code, and pioneering the open source hax frontier. CyberConnect2 Because the name originates from .hack, which you should go play. diff --git a/source/menu.c b/source/menu.c index 806f25d..172cbc7 100644 --- a/source/menu.c +++ b/source/menu.c @@ -255,16 +255,17 @@ menu_help() header("Any:Back"); - fprintf(stdout, "\nCorbenik is a 3DS firmware patching tool;\n" - " commonly known as a CFW. It seeks to address\n" - " some faults in other CFWs and is generally\n" - " just another choice for users - but primarily\n" - " is intended for developers.\n" + fprintf(stdout, "\nCorbenik is another 3DS CFW for power users.\n" + " It seeks to address some faults in other\n" + " CFWs and is generally just another choice\n" + " for users - but primarily is intended for\n" + " developers.\n" "\n" "Credits to people who've helped me put this\n" - " together either by code or helpfulness:\n" + " together either by code or documentation:\n" " @mid-kid, @Wolfvak, @Reisyukaku, @AuroraWright\n" - " @d0k3, @TuxSH, and others\n" + " @d0k3, @TuxSH, @Steveice10, @delebile,\n" + " @Normatt, @b1l1s, @dark-samus, and others.\n" "\n" "[PROTECT BREAK] DATA DRAIN: OK\n" "\n" -- 2.39.5