Commit graph

  • 5f8fb4088b Update .gitignore jakcron 2017-07-21 18:31:59 +0800
  • 1247d36448 update .gitignore jakcron 2017-07-21 18:31:09 +0800
  • bf811f1107 [fnd/nx] Moved ISerialiseableBinary from nx to fnd. AciHeader corrected specification. jakcron 2017-07-21 18:30:16 +0800
  • 05b8856ee3 [crypto] Fixed AesEcb jakcron 2017-07-21 18:26:52 +0800
  • 27c16707d4 [NXTools] Not as-is anymore. jakcron 2017-07-21 18:26:26 +0800
  • c26679c18b Create README.md Jack 2017-07-18 22:23:37 +0800
  • d730c1e3b8 final commit jakcron 2017-07-19 00:17:32 +1000
  • 98c933305d [npdmtool] Add source for sample NPDM reader. jakcron 2017-07-17 18:26:19 +1000
  • 2e9af1b0f7 [crypto] Made rsakey comparisions const. jakcron 2017-07-17 18:25:41 +1000
  • 99151507c6 [nx] Implemented NpdmBinary and associated child classes. jakcron 2017-07-17 18:21:39 +1000
  • 7dd27fd5c8 [nx] Unbroke MemoryMappingHandler forloop bugfix. Fixed typo in KcBinary::importBinary(). jakcron 2017-07-15 18:59:15 +1000
  • 5af8ec72ae [nx] Add AciBinary. jakcron 2017-07-15 18:28:41 +1000
  • 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. jakcron 2017-07-15 18:28:01 +1000
  • cb91fea97f [fnd] Add hasElement() to List<T>. jakcron 2017-07-13 00:03:56 +1000
  • 30b3dd6063 [nx] Implement KcBinary and supporting classes. jakcron 2017-07-13 00:02:10 +1000
  • 076fba9bcb [fnd] Changed internal behavior of fnd::Exception. jakcron 2017-07-07 19:57:38 +1000
  • 6531b1083e [ncatool] Update to work with namespace change. jakcron 2017-07-07 17:09:29 +1000
  • 0c256db560 [nx] Add ACI kernel capability Classes. jakcron 2017-07-07 17:09:03 +1000
  • 60e1b8a328 [nx] Add NpdmHeader. jakcron 2017-07-07 10:18:33 +1000
  • 7b0dbc753f [nx] Fix namespace collision in NXCrypto.h jakcron 2017-07-07 10:18:08 +1000
  • 5bd5178a7d [nx] Safer FacBinary size calculation in FacHeader. jakcron 2017-07-07 09:57:50 +1000
  • 64035225d8 [fnd] Added MIN(x,y), MAX(x,y) macros. jakcron 2017-07-07 09:57:21 +1000
  • 544d484690 [nx] Added operators to AciHeader::sSection. jakcron 2017-07-07 09:56:49 +1000
  • 7b34bd404d [nx] Added nx namespace. jakcron 2017-07-06 21:17:21 +1000
  • 01162b8187 [crypto] Added more operators to sRsa*Key, current rsaSign/rsaVerify functions moved to rsa::pkcs namespace, rsa::pss and rsa::oaep to be added in future. jakcron 2017-07-06 21:11:03 +1000
  • 724fc26349 [nx] Added SacBinary, FacHeader, FacBinary. jakcron 2017-07-06 20:57:33 +1000
  • 844a46c83a [nx] AciHeader updated to inherit from ISerialisableBinary. jakcron 2017-07-06 20:56:52 +1000
  • e7172949da [nx/ncatool] Update SacEntry and NcaHeader to inherit from ISerialiseableBinary. ncatool is updated accordingly. jakcron 2017-07-06 20:55:58 +1000
  • 74820d9274 [nx] Add ISerialisedBinary. jakcron 2017-07-06 20:54:07 +1000
  • 1515c56d2f [fnd] Add List<T> template class. jakcron 2017-07-06 20:48:46 +1000
  • f59068088d [fnd] Added more operators and clear() to MemoryBlob. jakcron 2017-07-06 20:48:06 +1000
  • 7d8fb6e3a5 [crypto] Added more operators to sAes128Key, sSha256Hash, sSha1Hash. jakcron 2017-07-06 20:46:36 +1000
  • c15ab66262 [ncatool] Update API changes. jakcron 2017-07-06 13:30:50 +1000
  • 337a5eff25 [nx] Add ISerialiseableInterface, which AciHeader and NcaHeader inherit from. Also added SacEntry. jakcron 2017-07-06 13:30:27 +1000
  • bd8a232160 Update .gitignore. jakcron 2017-07-06 13:29:14 +1000
  • fa4bdd7143 [fnd] Replace FileIO singleton with io namespace. Changed style of MemoryBlob, gave it exceptions. jakcron 2017-07-06 13:27:25 +1000
  • 752cde4456 Misc change .sln file. jakcron 2017-07-06 13:26:18 +1000
  • 61b4997b74 Delete object files. jakcron 2017-07-06 12:54:31 +1000
  • b44ea2fc8f Update .gitignore jakcron 2017-07-06 12:54:11 +1000
  • 57e45278da Update VS include directory project configuration. jakcron 2017-07-06 01:41:25 +1000
  • 32cc4b4d0d [nx] Add AciHeader. jakcron 2017-07-06 01:39:41 +1000
  • fad0cb828f [nx] Style change in NcaHeader, also exportBinary() implemented in NcaHeader. jakcron 2017-07-06 01:38:14 +1000
  • 70145ce354 [fnd] Fix type in WriteFile(). jakcron 2017-07-06 01:36:59 +1000
  • 79e2ef5fd2 [fnd] Implemented fnd::WriteFile() jakcron 2017-07-05 19:17:04 +1000
  • 18b5826bfb [ncatool] Add program. Can only process header currently. jakcron 2017-07-05 18:58:33 +1000
  • 9dfa69446d [nx] Add mined keys and NcaHeader jakcron 2017-07-05 18:57:14 +1000
  • e8e9fbd907 [crypto] Split code in crypto to rsa, aes, sha files. Also namespaces. jakcron 2017-07-05 18:54:49 +1000
  • 600eccaeed Remove unneeded files. jakcron 2017-07-03 01:22:14 +1000
  • 14d090de7a Update gitignore jakcron 2017-07-03 01:20:59 +1000
  • e888fedd6e Initial commit of support libraries. jakcron 2017-07-03 01:18:59 +1000
  • c986b72ba0 Update .gitignore jakcron 2017-07-03 01:18:25 +1000
  • 67d19ad900 Initial commit Jack 2017-07-03 00:45:58 +1000