mirror of
https://github.com/SabreTools/NDecrypt.git
synced 2026-02-10 13:52:19 +00:00
Return decrypted file table #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mnadareski on GitHub (Nov 3, 2022).
Originally assigned to: @mnadareski on GitHub.
Instead of needing the .NET 6 specific hack, have the file table decrypt method return the bytes that make up the table and then pass it into the relevant method to avoid the caching issue entirely.