--restore with the change of workload profile? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: --restore with the change of workload profile? (/thread-6330.html) |
--restore with the change of workload profile? - miccee - 02-24-2017 I tried to search around but couldn't find the answer Is there a way to restore a session with change of work profile or gpu fan speed? I attempted Code: hashcat64 --session=test -w 3 Code: hashcat64 --session=test --gpu-temp-retain 1 Thanks RE: --restore with the change of workload profile? - royce - 02-24-2017 This may help: https://github.com/philsmd/analyze_hc_restore RE: --restore with the change of workload profile? - royce - 02-24-2017 To clarify: adding command-line options to a restore process generally doesn't work very well. You have to modify the restore file manually. I recommend making a backup copy of it first. The script that I linked to can help understand the contents. RE: --restore with the change of workload profile? - miccee - 02-25-2017 (02-24-2017, 01:39 AM)royce Wrote: To clarify: adding command-line options to a restore process generally doesn't work very well. You have to modify the restore file manually. I recommend making a backup copy of it first. The script that I linked to can help understand the contents. Thanks! I'll check the link out. RE: --restore with the change of workload profile? - miccee - 02-26-2017 (02-24-2017, 01:15 AM)royce Wrote: This may help: https://github.com/philsmd/analyze_hc_restore Just tried this. It worked great! Thanks again! |