Alex Barney
6bab1d9273
Support extracting INI binaries embedded in the kernel
2020-08-12 14:27:58 -07:00
Alex Barney
8491ec2117
Add Package2StorageReader and InitialProcessBinaryReader
2020-08-12 14:27:58 -07:00
Alex Barney
81340027fc
Rename FsService to FsSrv
2020-08-07 18:32:01 -07:00
Alex Barney
24ba7c6b5b
Set the next version to 0.12.0
2020-08-07 10:22:14 -07:00
Alex Barney
9e57cc174e
Add documentation for SaveDataIndexer and related classes
2020-08-07 10:02:50 -07:00
Alex Barney
730167785e
Add a few save data management tests
2020-08-07 10:02:50 -07:00
Alex Barney
c1b9eb8903
Change ref
to in
where possible in SaveDataIndexer and kvdb
2020-08-07 10:02:50 -07:00
Alex Barney
d575415b0e
Remove the old KeyValueDatabase
2020-08-07 10:02:50 -07:00
Alex Barney
a551360da0
Use FlatMapKeyValueStore in SaveDataIndexer
...
FS 10.0 tweaks how the SaveDataIndexerManager is accessed. SaveDataFileSystemServiceImpl's configuration now includes an ISaveDataIndexerManager instead of using global state.
FS 10.0 uses the new nn::fssrv::storage namespace for abstracting the interface to nn::gc and nn::sdmmc. A tiny bit of the namespace has been added so we can create mock SD card handles for SaveDataIndexerManager.
ReferenceCountedDisposable<T> is now being used for returning ISaveDataInfoReader objects from IFileSystemProxy. I've tried coming up with a pattern to cleanly return a ReferenceCountedDisposable<T>, but the lack of features like RAII or move semantics makes this difficult without either lots of allocations or lots of boilerplate code.
2020-08-07 10:02:50 -07:00
Alex Barney
37251968c0
Add FlatMapKeyValueStore with tests
2020-08-07 10:02:50 -07:00
Alex Barney
672a0016b3
Use "in" instead of "ref" for read-only SpanHelper methods
2020-08-07 10:02:50 -07:00
Alex Barney
717e54fe4e
Rename TitleId to ProgramId and add other NCM ID types
2020-08-07 10:02:50 -07:00
Alex Barney
3819cfdca7
Flesh out NCA encryption
...
Allows opening decrypted NCAs.
Allows opening encrypted and decrypted storages of any NCA, whether encrypted or decrypted.
hactoolnet: Allow saving an encrypted version of any NCA.
2020-07-24 22:41:45 -07:00
Xpl0itR
e0ddf17945
Implement function in NCA class to re-encrypt decrypted NCAs
2020-07-24 22:41:45 -07:00
leo60228
c56c8ba8ed
Include title ID in --listapps when possible
2020-07-24 15:35:20 -07:00
Alex Barney
7dd21ae05b
SubStorage in AesXtsFile should be resizable
2020-07-06 11:43:48 -07:00
Alex Barney
ff96c8575b
Use "Result" and "Success" asserts in tests
2020-07-06 11:43:48 -07:00
Alex Barney
d04e713356
Add some docs to SubStorage
2020-07-06 11:43:48 -07:00
Alex Barney
d7ae809cf3
Add TruncatedSubStorage
2020-07-06 11:43:48 -07:00
Alex Barney
e9c38dc7ba
Remove old SubStorage
2020-07-06 11:43:48 -07:00
Alex Barney
f02c84e8dd
Add ReferenceCountedDisposable<T>
...
This class is meant to be used in the same types of places std::shared_ptr is used but with manual instead of automatic ref counting.
SubStorage now uses the class to optionally dispose its base storage object.
2020-07-06 11:43:48 -07:00
Alex Barney
b6eac5ddb5
Rename Util class to Utilities
...
Preparation to split it up into the Util namespace and to add nn::util code
2020-07-06 11:43:48 -07:00
Alex Barney
88983d39e5
Remove use of code that involves reflection
...
This allows over 40% of the CoreRT native binary size to be removed by removing reflection capabilities.
The "--noreflection" option for the build script can be used to build hactoolnet with no reflection.
The Linux build won't always work because creating a new thread for the progress bar runs into some issue with EventSource being removed.
2020-06-27 16:28:32 -07:00
Alex Barney
d3c95d14d3
Merge pull request #147 from Thealexbarney/bucket-tree
...
Add more accurate BucketTree and IndirectStorage classes to replace the old ones.
Add a bucket tree builder.
2020-06-26 20:22:37 -07:00
Alex Barney
83dc874df1
Rent arrays in BucketTree.Visitor
2020-06-26 09:11:06 -07:00
Alex Barney
33b414a15c
Remove old BucketTree
2020-06-25 20:50:54 -07:00
Alex Barney
d3abdeacc4
Use the new BucketTree in Aes128CtrExStorage
2020-06-25 19:03:51 -07:00
Alex Barney
33af34cefc
Rewrite IndirectStorage
2020-06-25 15:26:55 -07:00
Alex Barney
c2247e583f
Address compiler warnings
2020-06-19 22:01:22 -07:00
Alex Barney
4b4b354a7e
Use IStorage for the bucket tree builder instead of Spans
2020-06-19 22:01:22 -07:00
Alex Barney
9589f681a6
Add a bucket tree builder
2020-06-19 22:01:22 -07:00
Alex Barney
0c06d9e0b3
Implement most of Nintendo's bucket tree code
2020-06-19 22:01:22 -07:00
Alex Barney
9ec00eed3b
Merge pull request #146 from Thealexbarney/fs-classes
...
Change the file system accessor interfaces to abstract classes
2020-06-14 20:19:56 -07:00
Alex Barney
395fabd171
Make IStorage an abstract class
2020-06-13 00:37:21 -07:00
Alex Barney
49d42c5d1f
Fix some checks being ignored in savedata classes
...
- Return an error when an allocation table seek fails
- Fix a copy/paste bug to properly error when resizing an AllocationTableStorage with not enough free space
2020-06-10 16:27:43 -07:00
Alex Barney
106c36492b
Move IFileSystem etc. into fsa namespace
2020-06-09 22:55:59 -07:00
Alex Barney
ef1481b04c
Replace old fsa classes with new ones
2020-06-07 15:23:51 -07:00
Alex Barney
ba1bf2f1c8
Add XML docs
2020-06-07 00:05:33 -07:00
Alex Barney
7c9584a6af
Add new IFileSystem and IDirectory
2020-06-06 22:48:20 -07:00
Alex Barney
dd54249125
Rename FileBase "Impl" methods
2020-06-06 15:20:02 -07:00
Alex Barney
e1ff89060c
Add new IFile
2020-06-06 15:18:50 -07:00
Alex Barney
064da36453
Rename old IFile option enums
2020-06-06 14:18:03 -07:00
Alex Barney
8c61820e46
Increment version to 0.11.3 and apply "var" code style
2020-06-05 22:59:00 -07:00
Alex Barney
5dd1ed2687
hactoolnet: Allow listing an XCI's program RomFS files
2020-06-05 22:32:16 -07:00
Alex Barney
13648b4cec
Merge pull request #140 from Thealexbarney/build-ver-fix
...
Fix a logic error in the build script loader and update MyGet publishing
2020-06-04 11:27:26 -07:00
Alex Barney
3de2a4b90b
Update MyGet package publishing
2020-06-04 11:17:30 -07:00
Alex Barney
dfb2560707
Fix ini1 reading and fix a blz decompression bug
2020-06-04 01:09:27 -07:00
Alex Barney
a59dc611c2
Don't timeout when ensuring a local FS entry is deleted
2020-06-02 23:32:50 -07:00
Alex Barney
d5362790b8
Fix a logic error in the build script loader
...
Also pull upstream changes in NUKE's loader and update the SDK version
2020-06-02 23:32:08 -07:00
Xpl0itR
2171f2ae21
Update Calibration
2020-06-02 21:15:45 -07:00