Open Tobiaqs opened 3 years ago
I think I'm running into this issue.
@Tobiaqs any hints on how to build Nkit on nix with mono installed?
@bcomnes
This automates what I used to build NKit on Pop_OS! You'll need Docker though, or replace the Docker step by running dotnet build
in the $PWD/NKit
folder.
https://gist.github.com/Tobiaqs/34420144ade5f20609bb628779b3430f
Ran in to this issue. I would like to see this added as well!
Does this fix the crc always being 00000000? Might help #5 if so. Edit: After testing unfortunately it didn't help.
I've been hitting a wall for the last hour while trying to use this tool, I had a feeling there was something wrong with the detection. This fix would be appreciated!
FWIW, I was able to exploit the naive regex by renaming all the recovery files to include a backslash as the first character of their filename. After doing that, everything worked as expected.
NKit does not properly find recovery data on *nix systems due to a Regex that only accepts Windows paths. This fixes that by accepting both types of slashes.
See #13 for more info.