104 Commits

Author SHA1 Message Date
d0k3
8e705edf1b M: drive: Remove the disfunctional _ext memory access on sighax 2017-09-27 01:09:18 +02:00
d0k3
c9f9745495 Added GBA VC save dumper / injector
... this also removes the gbavc.sav file from the virtual NAND drives
and does some general cleanup. Fixes #205.
2017-09-21 01:53:23 +02:00
d0k3
c164077434 Added delete code for certain virtual files (not used) 2017-09-16 17:07:51 +02:00
d0k3
d646018c81 Fix swapped sd_cid.mem / nand_cid.mem 2017-09-16 13:31:11 +02:00
d0k3
e8b34a90be Fixed encrypted CIA mounting
Again, thanks @ihaveamac for pointing out the bug
2017-09-12 13:10:14 +02:00
d0k3
5dc2634183 FIRM mounting: use proper names for sections 2017-09-12 01:52:46 +02:00
d0k3
e63953585d CIA mounting: allow full access to encrypted CIAs
Thanks @ihaveamac for pointing out the possibility
2017-09-12 01:22:07 +02:00
d0k3
af164e2cf8 Fix: allow NCCH encrypted copy from inside CIA / NCSD / FIRM 2017-09-11 01:13:53 +02:00
d0k3
e4d4b05cc9 Workaround for empty EmuNAND partitions 2017-09-10 14:15:38 +02:00
d0k3
e245c576cc Virtual memory: otp_dec.bin support without boot9.bin 2017-08-25 14:44:54 +02:00
d0k3
0fd5261516 Virtual memory: add ability to read NAND/SD CID 2017-08-25 14:19:16 +02:00
Myria
ff7b9749ad Refactored vmem.c, added support for reading MCU 2017-08-25 14:02:31 +02:00
d0k3
3407b3d5da Virtual drives: Introduce VFLAG_READONLY 2017-08-25 14:02:31 +02:00
d0k3
0af54bd67a NDS mount code cleanup 2017-08-20 15:33:05 +02:00
d0k3
fdcc9059e2 Revised / fixed NDS rom file mounting
... fixes #170
2017-08-18 14:53:06 +02:00
d0k3
9882b68a31 Improved NDS rom file mounting 2017-08-16 01:44:48 +02:00
d0k3
32fc283791 Added support for mounting NDS images 2017-08-14 02:47:00 +02:00
d0k3
3080262786 Fix empty SysNAND Virtual Drive for corrupted NCSD 2017-06-30 02:42:25 +02:00
d0k3
10426d532e Changed fs -> filesys 2017-06-06 21:16:29 +02:00
d0k3
94b8588423 Improve vff.c / vff.h functionality 2017-06-06 21:14:19 +02:00
d0k3
7bbaf17b42 Replace (u8*) with (void*) where applicable
... also changes sector0x96 workaround to OTP encrypt method
2017-06-01 16:12:16 +02:00
d0k3
7df545da18 Properly discard un-displayable UTF-16 chars
addresses #68
2017-05-31 23:42:33 +02:00
d0k3
3e14fd3f44 Remove A9LH self payload handling in vMem drive 2017-05-31 23:06:24 +02:00
d0k3
48281307a0 Use actual offsets from NCSD in virtual drives 2017-05-31 16:16:29 +02:00
d0k3
02a8222662 aeskeydb.bin handling improved again 2017-05-31 16:16:28 +02:00
d0k3
2e011a0db0 Fix OTP decryption (M:/otp_dec.mem) 2017-05-31 16:16:28 +02:00
d0k3
c4c464cf5c Updated aeskeydb.bin format
... now supports retail & devkit keys in one file and initialization
vectors
2017-05-31 16:16:27 +02:00
d0k3
028ef3a5f4 Removed the obsolete bootrom.mem / bootrom_unp.mem access 2017-05-20 13:46:04 +02:00
d0k3
ac4246c75f Sighax compatibility changes
* Load OTP hash directly from OTP if available
* Enable access to otp, boot9 and boot11
* Add OTP decryption (via key/iv in boot9)
2017-05-19 16:59:57 +02:00
d0k3
b32a49131e Fix bad ARM9RAM extended offset in vmem.c 2017-05-17 13:55:55 +02:00
d0k3
1aef326b98 Mount support for aeskeydb.bin files 2017-04-18 17:27:44 +02:00
d0k3
f6f45f242e Show icon.bin for mounted CIAs 2017-04-12 01:05:22 +02:00
saibotu
1c14730f8f Added .tik extension to tickets 2017-04-08 21:17:54 +02:00
saibotu
6f82843a05 Fixed ticket.db parsing 2017-04-08 21:17:54 +02:00
d0k3
3a22496705 Ignore directories when searching folders 2017-03-20 02:13:51 +01:00
d0k3
6a8b97c3e5 Handle incomplete DLCs when building CIA from TMD 2017-03-15 12:52:12 +01:00
d0k3
fd91427317 Some minor cosmetics and improvements 2017-03-14 01:51:47 +01:00
d0k3
35c87abf10 Use a bigger SELF_MAX_SIZE for payload size 2017-02-28 18:00:14 +01:00
d0k3
e8fea8cf19 Fix: Display issues for mounted CIA files 2017-02-27 02:06:52 +01:00
d0k3
81e7b1fbb6 Improved unit type detection code 2017-02-26 13:35:37 +01:00
d0k3
fe62480cd3 Some minor improvements
o Reload current dir after updating embedded backup
o Payload is now available in mem for GW entyrpoint, too
o Fix building .3DSX file
2017-02-23 19:18:33 +01:00
d0k3
12e9ca82d1 Include essential.exefs file in virtual NAND (if available) 2017-02-22 17:41:18 +01:00
d0k3
1348b7ca03 Fix warnings for most recent devKitArm 2017-02-17 15:54:37 +01:00
d0k3
1129c710d7 Virtual files: use u64 for offset / size 2017-02-17 04:01:25 +01:00
d0k3
034564ef93 Display extended area in virtual NAND drive 2017-02-17 03:47:08 +01:00
d0k3
005a850963 Remove meaningless virtual A9LH area flag 2017-02-17 03:31:14 +01:00
d0k3
1764a1b271 Allow split cart dumps for 4GB carts 2017-02-16 15:44:17 +01:00
d0k3
23d50fb718 Fix ticket.db mounting categories 2017-02-16 02:26:25 +01:00
d0k3
7a7bc96a9b Full mount compatibility for all known FIRM versions 2017-02-12 16:00:59 +01:00
d0k3
ea00a3217a Preliminary ticket.db mount support 2017-02-12 14:12:34 +01:00