Commit Graph

185 Commits

Author SHA1 Message Date
jakcron 1a4bdb912a Merge branch 'master' of https://github.com/profi200/Project_CTR.git 2015-12-27 14:27:20 +08:00
jakcron 67a9b36340 Merge pull request #16 from Myriachan/master
Mostly Windows-related fixes.
2015-12-27 14:00:17 +08:00
Myria 11d4d2a5ed Supposedly, not having an fseeko64 is only a Visual Studio thing. Would fix mingw32, supposedly. 2015-12-26 18:13:59 -08:00
Myria 7e9893ec4d Added support for --showsyscalls, which shows the names of the system calls, rather than just their IDs. 2015-12-26 12:45:59 -08:00
Myria 57818a5677 keysize is unsigned. 2015-12-26 11:45:54 -08:00
Myria 35ab1ad3a0 Formatting fix for help text. 2015-12-26 11:40:09 -08:00
Myria a0ee2ae83c Disable lame "security" warnings from Visual Studio.
Changed C runtime library to static for release builds, so that no external .dll is required.
2015-12-26 11:39:36 -08:00
Myria fc8eb8ce8c Fix a bunch of Visual Studio compilation warnings, mostly related to truncating integers. 2015-12-26 11:38:48 -08:00
Myria a2f6616d21 Fix Windows compilation by mapping fseeko64 to _fseeki64. 2015-12-26 11:38:01 -08:00
jakcron 103fc09d72 [makerom] Cleaned up "desc" presets 2015-12-23 14:49:19 +08:00
jakcron 59c5df9d8c [makerom] misc 2015-12-17 20:36:34 +08:00
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 acb8c37d36 [ctrtool] Misc 2015-11-26 19:59:02 +08:00
jakcron b17804b685 [ctrtool/makerom] Silenced warnings, fixed compiling on systems with libiconv installed. 2015-11-26 19:53:19 +08:00
jakcron 2f81642a69 [ctrtool] Misc. 2015-11-26 14:26:01 +08:00
jakcron 6ab7c2a0dc [ctrtool] Implemented --listromfs & --romfsdir to work directly with NCCH. Also implemented plainrgn extraction. 2015-11-26 14:21:46 +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 127d1161e5 [ctrtool] Fixed issue #7 2015-11-20 03:13:31 +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
jakcron 7116b5549f [ctrtool] Changed TMD title version representation. 2015-11-03 16:14:27 +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
jakcron 4dba06b3be [ctrtool] Made makefile consistent with makerom. 2015-10-22 01:09:00 +08:00
jakcron 1e8a0a2391 [ctrtool] Corrected array size. 2015-10-22 01:08:13 +08:00
profi200 2444715bc2 Fixed static linking of ctrtool & added a few more gcc flags. 2015-10-20 16:26:57 +02:00
profi200 d209909daf Merge pull request #6 from jakcron/master
[makerom] Fixed CpuSpeed typo.
makerom-v0.14
2015-10-12 10:48:45 +02:00
jakcron 2e2f1b09f7 [makerom] Fixed CpuSpeed typo. 2015-10-12 09:28:41 +08:00
profi200 80d3d997b1 Merge pull request #5 from jakcron/master
[makerom/ctrtool] fixes + enhancements
0.14
2015-10-09 18:21:01 +02:00
jakcron 0e6a981b72 [ctrtool] NCCH MakerCode is now displayed as a string. 2015-10-09 21:40:35 +08:00