-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to FauFau 1.4.0 * Update fields.txt Adding names used in older versions * Misc fixes and enhancements Fixes for the Get Hash and Decrypt buttons. Remove some unused things and created DebugStringHashCoverage function to print info about whether we are missing hashes or not. Add support for loading test-fields.txt so that we can differentiate known good strings from things we want to test. Savable strings map will be populated with good strings and any strings that match within the given db, which can be used (but not implemented as a button yet) to write a new fields.txt.
- Loading branch information
Showing
4 changed files
with
463 additions
and
87 deletions.
There are no files selected for viewing
Submodule FauFau
updated
5 files
+4 −4 | FauFau/FauFau.csproj | |
+665 −166 | FauFau/Formats/StaticDB.cs | |
+23 −0 | FauFau/Util/Common.cs | |
+6 −2 | Tests/Program.cs | |
+96 −0 | Tests/SDBTests.cs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.