hashcat Forum
Developing and Compiling - 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: Developing and Compiling (/thread-5548.html)



Developing and Compiling - WJHumphreys - 06-25-2016

What tools (IDE if any) compiler etc are being used to develop (alter) and debug this software on linux and windows.

Any particular flavour of linux prefered.

Billy


RE: Developing and Compiling - atom - 06-26-2016

Please see src/Makefile it will answer the question regarding compiler, it depends

You can use any editor you want to edit the source. For example, I'm using editplus on windows and then transfer the source via scp to my linux dev box to compile it on there.