hashcat Forum
Compile and debugger HashCat for windows - 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: Compile and debugger HashCat for windows (/thread-8160.html)



Compile and debugger HashCat for windows - Devill - 02-16-2019

Good day, help please, how can I compile and run the Hashcat under the debugger in Windows?
It is interesting to know the search method explicitly.


RE: Compile and debugger HashCat for windows - undeath - 02-16-2019

hashcat is known to compile with gcc and llvm. You can then attach a debugger such as gdb.


RE: Compile and debugger HashCat for windows - Devill - 02-18-2019

In ubuntu, can I compile the project and start debugging the project?


RE: Compile and debugger HashCat for windows - atom - 02-20-2019

If you just want to modify the kernel you do not need any development environment at all. GPU kernels are compiled using the just in time compiler from the driver. Just make sure to remove the cached binary kernel from kernels/ folder.


RE: Compile and debugger HashCat for windows - Devill - 03-03-2019

Ok, thx