![]() |
Hashcat debug logging? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Developer (https://hashcat.net/forum/forum-39.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-40.html) +--- Thread: Hashcat debug logging? (/thread-9937.html) |
Hashcat debug logging? - Zzzz - 03-18-2021 Hi, does hashcat have a debug mode? I'm writing my own kernel and have successfully done so however when I re-enable the auto tune my code crashes with CL_UNKNOWN_ERROR, however running it with auto tune disabled it runs fine, but slowly. Is there some sort of extra logging available that I can use to figure out what is causing the crash? Edit: Upon more playing around It looks like it's to do with writing data to the tmps, if I disable that part of the code it runs with auto tuner, also with the code re enabled and manually lowering the thread count with the -T option it still sort of runs. More investigation needed. |