--restore with the change of workload profile?
#1
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
or 
Code:
hashcat64 --session=test --gpu-temp-retain 1
but did not seem to have any effect. 

Thanks
#2
This may help: https://github.com/philsmd/analyze_hc_restore
~
#3
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.
~
#4
(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.
#5
(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!