keyhunt
keyhunt copied to clipboard
Check point
It would be very nice to add the ability to continue the calculation from the moment where it was interrupted, for example, the power went out. In theory, it would be nice to make savepoints every 100 - 1000 seconds, and save the last value to a file, then start using that.
Yes i added this to my todo list, check
https://github.com/albertobsd/keyhunt/discussions/142
Thank You very mutch !!!
I don't know how practical this is, but if you add it, can you somehow make a utility that reads the running version's memory and saves that?
I have a bit of an idea how to save it. Maybe as a bitmap, where each bit corresponds to a memory range checked and each bit is equal to n in size (ie n=400000000). If you want to imagine it, better, think of the old, old dos defrag UI. That should be a fairly small file, don't you think?