Commit Graph

115 Commits

Author SHA1 Message Date
jakcron 83d4a1fcf3 [makerom] Fixed ELF related code. Addresses #14 2015-12-17 16:20:03 +08:00
jakcron 4d9f77b399 [makerom] misc 2015-12-17 16:13:50 +08:00
jakcron 94c4ba7b93 [makerom] Altered encryption preferences for different keychains. 2015-12-01 13:04:50 +08:00
jakcron b17804b685 [ctrtool/makerom] Silenced warnings, fixed compiling on systems with libiconv installed. 2015-11-26 19:53:19 +08:00
jakcron 085e37296e [makerom] Added Homebrew NCCH Logo (credit: yellows8). Accessible via "BasicInfo/Logo: Homebrew" 2015-11-26 11:39:23 +08:00
jakcron c8023e202b [makerom] Misc, added code comments. 2015-11-26 11:28:09 +08:00
jakcron 9d29a4ba62 [makerom/ctrtool] Misc #include cleanup. 2015-11-25 11:54:05 +08:00
jakcron 40dabc5a46 [makerom/ctrool] Implemented ROMFS unicode support. (oschar.c) 2015-11-23 00:32:24 +08:00
jakcron c2b89979c9 [makerom] Fixes issue #11 2015-11-20 15:07:58 +08:00
jakcron 7e04a8249e [makerom] Fixed size limitation on NCCH encryption. 2015-11-20 03:10:00 +08:00
jakcron 2dd838b693 [makerom] Added IVFC hash generation to verbose output. 2015-11-15 05:26:25 +08:00
jakcron bb10fd8ab3 [makerom] Changed ReadFile64 & WriteBuffer to read/write data in blocks. (Works around fread/fwrite buffer size limitations) 2015-11-15 05:25:41 +08:00
jakcron 4e6cbfbd80 [makerom] made function name more accurate. 2015-11-15 03:53:01 +08:00
jakcron f8e3b47231 [makerom] misc 2015-11-15 03:41:47 +08:00
jakcron 9ca12816ef [makerom] renamed dir.c/dir.h to romfs_fs.c/romfs_fs.h 2015-11-15 03:26:25 +08:00
jakcron 0854cbe5d1 [makerom] fixed romfs (for linux) 2015-11-15 03:19:53 +08:00
jakcron 7c3b5faed6 [makerom] misc 2015-11-12 08:33:05 +08:00
jakcron 7270990f66 [makerom] misc 2015-11-11 23:24:12 +08:00
jakcron e7dc460436 [makerom] Fixed makerom ROMFS file limitation. +Several bug fixes. 2015-11-11 23:20:03 +08:00
jakcron 88c0f66c4a [makerom] Misc 2015-11-11 01:55:20 +08:00
jakcron 3cb804ee6a [makerom] Separated ELF processing from code segment construction. StackSize now read from exheader template. 2015-11-03 16:18:01 +08:00
profi200 a4b261bde7 Added padlock.c back. Fixes building for x86 targets. 2015-10-31 13:10:46 +01:00
jakcron 3f3418e840 [makerom] Updated NCSD spec, as per 3dbrew.org contributor research. 2015-10-24 13:50:05 +08:00
jakcron 3702b58db3 [makerom] Cleaned keyset.c 2015-10-24 01:32:08 +08:00
jakcron 4c965b8c92 [makerom] Simplified CIA version logic. 2015-10-22 01:45:08 +08:00
jakcron d7d45411ba [makerom/ctrtool] Updated usage text. (now with build datestamp) 2015-10-22 01:35:53 +08:00
jakcron dd9538b096 [makerom] Fixed "self referencing problems" work around. 2015-10-22 01:30:33 +08:00
profi200 2444715bc2 Fixed static linking of ctrtool & added a few more gcc flags. 2015-10-20 16:26:57 +02:00
jakcron 2e2f1b09f7 [makerom] Fixed CpuSpeed typo. 2015-10-12 09:28:41 +08:00
jakcron aa694f20f9 [makerom] Relaxed RSF requirements. 2015-10-09 21:35:54 +08:00
jakcron d5f0d2c096 [makerom] RSF key: "ExeFs" & "PlainRegion" (and childs), are no longer needed. 2015-10-09 21:35:27 +08:00
jakcron 954c0cf126 [makerom/ctrtool] Made SystemMode(Ext) more meaningful. 2015-10-07 20:23:36 +08:00
jakcron ea695ba66a [makerom] Removed debug code. 2015-10-06 10:55:59 +08:00
jakcron 7ab299b57f [makerom] Fixed ELF parsing bug. https://github.com/profi200/Project_CTR/pull/2#issuecomment-145699191 2015-10-06 10:42:28 +08:00
jakcron a8635fc601 makerom: fixed linux segfault when using prebuilt romfs binaries. 2015-09-29 16:24:44 +08:00
jakcron 02e43005f8 makerom: fixed romfs little endian dependent code 2015-09-29 00:22:42 +08:00
jakcron 0c19bcddb6 makerom: allow encrypting ncch with test PKI 2015-09-28 23:05:56 +08:00
jakcron 91cdb199f9 makerom: added n3ds core2 access flag 2015-09-28 22:48:31 +08:00
jakcron af7789f7e8 makerom: fixed romfs bug 2015-09-28 22:05:41 +08:00
jakcron 8d7cbe60bc makerom: fixed typo 2015-09-19 22:26:34 +08:00
jakcron 1bcc5de71c makerom: now supports unstripped ELFs 2015-09-19 19:50:26 +08:00
jakcron 49e12c8d69 makerom: misc VS2015 stuff 2015-09-19 19:46:58 +08:00
jakcron 9823dfd2d8 makerom: added VS2015 solution file. 2015-09-17 08:11:36 +08:00
jakcron 66203c674b makerom: removed unnecessary polarssl files & updated makefile 2015-09-15 23:05:17 +08:00
jakcron 4f47d71d9d makerom: cleaned romfs_gen.c 2015-09-15 22:28:49 +08:00
jakcron 3a9d4b700b makerom: fixed romfs generation 2015-09-15 22:06:43 +08:00
jakcron 2abefe5635 makerom: misc, gave names to enums 2015-09-15 22:05:00 +08:00
jakcron e636db7397 makerom: updated to latest SDK specs. 2015-09-14 23:48:59 +08:00
profi200 e6f84e1b32 Don't free twice 2014-11-12 01:11:23 +01:00
3DSGuy 2e48695ef6 reversed (un)intentional vandalism
I should have known better than to trust someone who hadn't REd the
format from scratch.
2014-09-23 13:15:07 +08:00