Compile and debugger HashCat for windows
#1
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.
Reply
#2
hashcat is known to compile with gcc and llvm. You can then attach a debugger such as gdb.
Reply
#3
In ubuntu, can I compile the project and start debugging the project?
Reply
#4
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.
Reply
#5
Ok, thx
Reply