How to compile hashcat using vs2010?
#1
Star 
I have compiled the GMP lib in windows .
And what should i do compiled the hashcat in VS2010?
#2
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.
#3
(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.
#4
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
#5
(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