Commit graph

25 commits

Author SHA1 Message Date
jakcron
99420f28bf Condense crypto and compress wrapper libraries into foundation. 2018-08-07 16:35:03 +08:00
jakcron
5b9b85a7c4 [fnd] Initialise memory in Vec. 2018-07-04 13:00:49 +08:00
jakcron
48ac29f3ce [nx|es|fnd|nstool] Commit working refactor. 2018-06-24 23:01:16 +08:00
jakcron
4be0b51ddb [fnd] Removed unused functions. 2018-06-24 17:17:21 +08:00
jakcron
91c2d40111 [fnd] Begin to deprecate some macros. 2018-06-24 16:18:29 +08:00
jakcron
9b3a26806a [fnd] Added Vec, changed List. Remove MemoryBlob, replaced with Vec<byte_t>. 2018-06-24 12:45:45 +08:00
jakcron
97cdaf36ac [fnd] Add open constructor to fnd::SimpleFile 2018-06-03 16:47:28 +08:00
jakcron
93509fac5a [fnd] Implement Windows 64bit size_t support in SimpleFile. 2018-05-25 22:54:30 +08:00
jakcron
8904b6e46c [fnd] Changed IFile so that a deleted IFile will trigger any layered destructors. 2018-05-11 21:47:23 +08:00
jakcron
d5da5afaae [fnd] Add pure virtual destructor to IFile to prevent pointers of it being deleted. 2018-05-11 21:10:04 +08:00
jakcron
d017a95a3a [fnd|nstool] Replaced io::makePath() with io::appendToPath(). Enabled utf-8 support to io::makeDirectory. 2018-04-25 20:27:18 +08:00
jakcron
27347214f7 Add Visual Studio (2017) support. 2018-04-25 12:59:42 +08:00
jakcron
8ef9f478b0 [programs] Remove xcitool, npdmtool, pfstool. Add nstool. 2018-04-24 13:24:20 +08:00
jakcron
949bc4ba27 [fnd] Added read/write methods to IFile that didn't require an offset. 2018-04-15 14:01:24 +08:00
jakcron
45954d837d Add makeDirectory() to fnd::io 2018-04-15 14:00:46 +08:00
jakcron
bfb9d87c95 [fnd] Add ResourceFileReader. This reads simple <key>=<value> files. 2018-04-15 10:38:58 +08:00
jakcron
88bcc8ce6d [fnd] Add fnd::io::getFileSize() 2018-04-15 10:36:43 +08:00
jakcron
8a8fe7b0e8 [fnd] Added IFile interface and SimpleFile implementation. 2018-04-15 10:36:23 +08:00
jakcron
2ad3c13596 [fnd] Update Endian.h 2018-04-07 16:05:54 +08:00
jakcron
2ff4ea8037 [fnd] Add SimpleTextOutput utility class. 2018-04-07 15:57:33 +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
08de2c4abc Fix bug in BitMath.h 2018-03-25 19:08:34 +08:00
jakcron
1c60c86803 Removed u8,u16,u32,u64 typedef 2018-03-22 13:26:22 +08:00
jakcron
4cfcf6bae9 Split fnd/types.h into separate files 2018-03-17 19:59:53 +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