Commit graph

6 commits

Author SHA1 Message Date
Gered 0f02aa4493 add initial mostly-sorta-working decrypt_packets tool 2021-11-24 21:04:56 -05:00
Gered fed7cf0272 remove opt-level config
was originally added to speed up some prs compression stuff during
debug builds. don't really want this here all the time though ...
2021-11-24 20:59:53 -05:00
Gered 53c0a7f537 add gci_quest_extract tool 2021-05-25 18:45:36 -04:00
Gered 4f9ff44be9 add initial psogc_quest_tool utility
only supports showing quest file information
2021-05-24 18:49:41 -04:00
Gered 93c2180da2 call memcmp directly during prs_compress
since we're doing offset/length checks regardless, calling memcmp here
instead of doing a slice comparison is at least twice as fast during
non-release builds. this is nice, as prs_compress can be quite slow
during non-release builds. and obviously during release builds, this
would be compiled down to a memcmp-equivalent anyway.
2021-05-16 16:31:00 -04:00
Gered c71f9997bd initial commit
starting conversion of these tools over to rust. ported fuzziqer
encryption and prs compression routines over
2021-05-15 14:47:19 -04:00