Commit Graph

331 Commits

Author SHA1 Message Date
profi200 4636e88a76 Merge pull request #3 from jakcron/master
[makerom/ctrtool] fixes
2015-10-06 18:15:59 +02:00
jakcron ea695ba66a [makerom] Removed debug code. 2015-10-06 10:55:59 +08:00
jakcron 5ed7ac8e28 Merge branch 'master' of https://github.com/jakcron/Project_CTR.git 2015-10-06 10:46:18 +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 2d30a85832 ctrtool: fixed fprintf fail 2015-09-29 01:26:54 +08:00
jakcron 02e43005f8 makerom: fixed romfs little endian dependent code 2015-09-29 00:22:42 +08:00
jakcron 0fa36aa7dd ctrtool: n3ds core 2 access flag detection. 2015-09-29 00:08:46 +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 c1fb98960e ctrtool: added cpuspeed/enablel2cache to exheader output 2015-09-28 22:04:47 +08:00
profi200 4d530c5d70 Merge pull request #2 from jakcron/master
makerom: now supports unstripped ELFs
2015-09-19 21:32:37 +02:00
jakcron c6500e10cc Merge branch 'master' of https://github.com/jakcron/Project_CTR.git 2015-09-19 22:26:41 +08:00
jakcron 8d7cbe60bc makerom: fixed typo 2015-09-19 22:26:34 +08:00
jakcron a7e874647f makerom: fixed type 2015-09-19 22:22:41 +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
profi200 4ef27aca30 Merge pull request #1 from jakcron/master
ctrtool: Updated exheader validation and ncch spec/flag recognition
2015-09-15 19:04:13 +02: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
jakcron f8993e198a ctrtool: Updated exheader validation and ncch spec/flag recognition ctrtool-v0.4 2015-09-14 21:52:04 +08:00
profi200 038aca268a Added detection for secure3 (New 3DS) crypto. ctrtool-v0.3 0.13 2014-12-24 04:17:56 +01: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.
makerom-v0.13-no-gw3ds
2014-09-23 13:15:07 +08:00
applestash 4fcc466585 Merge pull request #25 from 3DSGuy/unstable
makerom 0.13 and ctrtool fixes
makerom-v0.13
2014-09-22 19:52:08 +08:00
applestash c7f8b1833e ctrtool: tmd savesize detection & smarter exheader pre check 2014-09-22 21:42:33 +10:00
applestash b240ea8045 makerom: misc 2014-09-22 20:54:26 +10:00
applestash 0e950c4274 makerom: misc 2014-09-21 02:40:05 +10:00
applestash 0fa5af0af0 makerom: misc 2014-09-21 02:39:12 +10:00
applestash 0545c49530 makerom: bug fix 2014-09-21 02:34:39 +10:00
applestash 1338180016 makerom: refactoring
refactor exheader/rsf code
2014-09-21 02:03:08 +10:00
applestash 63852a6ed1 makerom: misc 2014-09-20 23:37:11 +10:00
applestash 666ed4d314 makerom: fix bug
removed remaining reference to wchar_t in romfs_gen.c
2014-09-20 22:58:37 +10:00
applestash 1723d4fc8f makerom: build 0.13
in rsf: "Rom" renamed to "RomFs" and "HostRoot" renamed to "RootPath".
Cci rsf settings "MediaSize"/"CardDevice" are automatically decided if
not specified manually. Also some bug fixes.
2014-09-20 22:55:48 +10:00
applestash ded7f036bb makerom: misc 2014-09-20 17:32:47 +10:00
applestash 7c44862657 Merge pull request #23 from 3DSGuy/unstable
makerom: misc
2014-09-20 15:30:49 +08:00
applestash de12f54762 makerom: romfs
made fixes by enler platform independent
2014-09-20 17:29:52 +10:00
applestash b4154011a7 Merge pull request #22 from enler/patch-1
Update romfs_gen.c
2014-09-20 15:10:28 +08:00
enler ce6c1754ab Update romfs_gen.c
a bit fix
2014-09-20 00:06:04 +08:00
applestash a513fb32cb makerom: misc
tik id bug fix
2014-09-19 10:55:58 +10:00
applestash b5931f88d2 Merge pull request #21 from 3DSGuy/unstable
Merged unstable into master
2014-09-18 09:10:03 +08:00
applestash 3c97d7dae3 makerom: misc 2014-09-18 11:07:44 +10:00
applestash 274b523e9c makerom: misc and small changes
Altered behaviour to make CIA file generated to more closely match CIAs
made by Nintendo's private CIA generator. As seen in gamecard updates.
2014-09-18 11:03:57 +10:00
applestash 744abbe852 makerom: new cmd line arg
introduced "-i", works the same way as "-content", but is shorter and is
what ctr_makecia uses
2014-09-17 11:30:19 +10:00
applestash 1e8e4666b5 makerom: fixed cxi rebuild bug 2014-09-17 11:23:07 +10:00