hashcat Forum
How to compile hashcat using vs2010? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: General Help (https://hashcat.net/forum/forum-8.html)
+--- Thread: How to compile hashcat using vs2010? (/thread-4928.html)



How to compile hashcat using vs2010? - CrackLee - 12-22-2015

I have compiled the GMP lib in windows .
And what should i do compiled the hashcat in VS2010?


RE: How to compile hashcat using vs2010? - epixoip - 12-22-2015

Windows builds are currently cross compiled from Linux using mingw32. I presume (possibly extensive) modifications would be needed to get it to build under Visual Studio.


RE: How to compile hashcat using vs2010? - CrackLee - 12-22-2015

(12-22-2015, 09:50 AM)epixoip Wrote: Windows builds are currently cross compiled from Linux using mingw32. I presume (possibly extensive) modifications would be needed to get it to build under Visual Studio.

Oh Thank you.
But my project is vs2010 prj. So it is best to build under vs. Do you have any idea about this ? I will appreciate your effort.


RE: How to compile hashcat using vs2010? - epixoip - 12-22-2015

No, we have no ideas about this. If you're experienced with Visual Studio, you should be able to figure it out. But we have no experience with Visual Studio. The way we build hashcat can be found in docs/BUILD.md


RE: How to compile hashcat using vs2010? - CrackLee - 12-22-2015

(12-22-2015, 10:30 AM)epixoip Wrote: No, we have no ideas about this. If you're experience with Visual Studio, you should be able to figure it out. But we have no experience with Visual Studio. The way we build hashcat can be found in docs/BUILD.md

Thank you