Commit graph

238 commits

Author SHA1 Message Date
jakcron 2ad3c13596 [fnd] Update Endian.h 2018-04-07 16:05:54 +08:00
jakcron 9e723d6e00 update readme 2018-04-07 16:05:34 +08:00
jakcron 4019febb23 [xcitool] Add PFS preview function. 2018-04-07 16:05:25 +08:00
jakcron 57414aab1c [nx] Define XCI consts and structs. 2018-04-07 16:04:45 +08:00
jakcron c9c515903e [nx] Delete unfinished XciHeader class. 2018-04-07 16:04:27 +08:00
jakcron 584edf1f3d [tiktool] Behind the scenes formating changes. 2018-04-07 16:03:39 +08:00
jakcron 109b64be52 [nx|pfstool] Add support for HFS0. Take out PFS consts and structs to a separate file. 2018-04-07 16:03:01 +08:00
jakcron fd9261b789 [nx|ncatool] Take out NCA constants and structures to separate file. Add support for NCA key area index 5. 2018-04-07 16:01:11 +08:00
jakcron dec7c50cc4 [crypto] Properly define sAesXts128Key 2018-04-07 15:58:07 +08:00
jakcron 2ff4ea8037 [fnd] Add SimpleTextOutput utility class. 2018-04-07 15:57:33 +08:00
jakcron bafdaffe13 Update Makefiles 2018-04-07 15:57:04 +08:00
jakcron 92183a90d4 Update project metadata 2018-04-07 15:56:38 +08:00
jakcron eb04a4341f Reorganise NXCrypto 2018-03-31 08:08:10 +08:00
jakcron 427cdbb059 [nx] Update XciHeader 2018-03-31 08:07:53 +08:00
jakcron 7167477874 [fnd] overloaded fnd::io::readFile to allow specifying an offset and size. 2018-03-25 19:52:56 +08:00
jakcron b5c6cf6cb4 [xcitool] Fix typo and add VS project files. 2018-03-25 19:10:48 +08:00
jakcron 08de2c4abc Fix bug in BitMath.h 2018-03-25 19:08:34 +08:00
jakcron 1d934bf0a7 Add xcitool 2018-03-25 18:27:14 +08:00
jakcron 5f91ea9c8b [es] Converted endian sensitive primatives to wrapped types. 2018-03-22 14:21:40 +08:00
jakcron 1dbef17165 Fixed typo 2018-03-22 13:29:52 +08:00
jakcron 1c60c86803 Removed u8,u16,u32,u64 typedef 2018-03-22 13:26:22 +08:00
jakcron 1362bac1cb [ncatool] Self select NCA header key. 2018-03-21 20:31:39 +08:00
jakcron a44a0257fe [nx] Add Production keys
MasterKey[0], NCAHeaderKey, XCIHeaderKey.
2018-03-21 20:30:35 +08:00
jakcron cf2dc0f7d0 [nx::NcaHeader] Fix comparison typo 2018-03-21 20:29:08 +08:00
jakcron ed2e0f462d Update NCA code 2018-03-18 17:08:42 +08:00
jakcron e293b322c0 Use ISerialiseablePrimative types in NcaHeader 2018-03-17 20:01:19 +08:00
jakcron c5c71873b9 Fix uninitialisation bug in MiscFlagsHandler 2018-03-17 20:00:16 +08:00
jakcron 4cfcf6bae9 Split fnd/types.h into separate files 2018-03-17 19:59:53 +08:00
jakcron 74c15bd238 VSCode misc 2018-03-17 19:59:00 +08:00
jakcron ab79017968 Add VSCode Project Files 2018-03-17 16:03:26 +08:00
jakcron 6630e108b2 Support Compiling on MacOS 2018-03-17 15:59:38 +08:00
jakcron 20dfdc6b2a update gitignore 2017-08-05 21:11:32 +08:00
jakcron bbd975d21b remove binaries 2017-08-05 21:11:13 +08:00
jakcron e74f214a3b change directory structure, and add support for VS compile, and fix aes-xts bug. 2017-08-05 21:09:50 +08:00
jakcron e8c39ace04 [es/tiktool] start eticket. 2017-07-22 16:59:06 +08:00
jakcron 90cab5d7c3 Update .gitignore 2017-07-21 18:37:37 +08:00
jakcron 5f8fb4088b Update .gitignore 2017-07-21 18:31:59 +08:00
jakcron 1247d36448 update .gitignore 2017-07-21 18:31:09 +08:00
jakcron bf811f1107 [fnd/nx] Moved ISerialiseableBinary from nx to fnd. AciHeader corrected specification. 2017-07-21 18:30:16 +08:00
jakcron 05b8856ee3 [crypto] Fixed AesEcb 2017-07-21 18:26:52 +08:00
jakcron 27c16707d4 [NXTools] Not as-is anymore. 2017-07-21 18:26:26 +08:00
Jack c26679c18b Create README.md 2017-07-18 22:23:37 +08:00
jakcron d730c1e3b8 final commit 2017-07-19 00:17:32 +10:00
jakcron 98c933305d [npdmtool] Add source for sample NPDM reader. 2017-07-17 18:26:19 +10:00
jakcron 2e9af1b0f7 [crypto] Made rsakey comparisions const. 2017-07-17 18:25:41 +10:00
jakcron 99151507c6 [nx] Implemented NpdmBinary and associated child classes. 2017-07-17 18:21:39 +10:00
jakcron 7dd27fd5c8 [nx] Unbroke MemoryMappingHandler forloop bugfix. Fixed typo in KcBinary::importBinary(). 2017-07-15 18:59:15 +10:00
jakcron 5af8ec72ae [nx] Add AciBinary. 2017-07-15 18:28:41 +10:00
jakcron 20b4984ae3 [nx] Removed importBinary(const u8* bytes) from ISerialisableBinary and all children. AciHeader supports ACID version 1. Size bug in SacEntry fixed(?). Bitlength typo in SystemCallEntry fixed(?). MiscFlagsHandler now returns a fnd::List of flags, not the raw word. Forloop in MemoryMappingHandler fixed. 2017-07-15 18:28:01 +10:00
jakcron cb91fea97f [fnd] Add hasElement() to List<T>. 2017-07-13 00:03:56 +10:00