Commit Graph

7 Commits

Author SHA1 Message Date
Lily Tsuru 1398b8f816 Add HashTool
This is probably my last addition to the C++ version of this code,
at least if an Experimental ~~Rodeo~~ Rewrite doesn't end up panning
out.

This is a tool for generating the HashID values that the game uses.

Maybe later on I might try and see if I can write a multi-threaded
hash cracker, or better yet, a GPU powered one (no better way to
try and learn GPGPU then actually doing it!), but for now, this is
all you get.

Feel free to lavish in my argument parsing implementation. I just wanted
something simple and fairly easy to read, and this seems to work ok,
while still being platform-independent (no getopt, and I wouldn't need to
drag in additional code to reimplement getopt or such for Windows/Mac/...)
2023-06-07 23:04:33 -04:00
Lily Tsuru d244d5e3c2 Get a little metaprogrammy
Use FourCCObject template classes to provide magic type
2022-08-14 14:46:11 -05:00
Lily Tsuru e700c3432d Cleanup, add ImHex patterns
tool binaries now no longer have any linter warnings

add imhex patterns (for documentation's sake I guess)
2022-08-14 14:32:18 -05:00
Lily Tsuru dc6be07ec9 more cleanup
I am probably going to take a break from this project for at least a little while (probably a week or two, which despite github commit dates, has been about the time I've spent on this project), because even though I got through, I've been feeling really overworked (especially due to the fact I've been.. pressured? to say the least, to do this at a way quicker pace than I really wanted to.), and it's affecting my personal life (in a not-so-good way.).

This doesn't mean I'm completely dropping the project, if I were I'd be offering maintainership to someone else and/or moving/archiving the repository. Rather, I just need a breather.
2022-07-10 02:45:07 -05:00
Lily Tsuru 535f8c0571 Cleanup pak extractor a tiny bit more 2022-07-09 04:28:10 -05:00
Lily Tsuru 5dbf7db274 Fix pak extractor.
It now doesn't crash, and works with every pak file.
2022-07-08 17:34:31 -05:00
Lily Tsuru 0544a39dc3 Init version of jmmt_tools 2022-07-08 04:23:46 -05:00