Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: How to compile hashcat using vs2010?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have compiled the GMP lib in windows .
And what should i do compiled the hashcat in VS2010?
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.
(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.
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
(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