-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows gcc verson #15
Comments
Hey, I'm sorry but I don't think this will really work again. There is no up-to-date libnfc.dll as far as I can tell. |
I just built the libnfc.dll from source? |
solve_bs is enough.Not need libnfc. |
I had trouble building the latest libnfc.dll. Anyway I'm not sure why it doesn't work when compiled on windows. |
Hi,You can use cmake to build it.Then use gcc .Can you give me an e-mail address?I can send you lib and dll. |
crypto1_bs_crack.c uses sysinfo.h etc and some linux specific calls for memory. I'm not familiar enough with it that I can port it to windows. However I added the dll etc to this post maybe it's of use to you for testing |
I did a bit more investigation. The problem I'm having is combining a 32 bit-library (libnfc) with some 64-bit code (crypto1_bs/crapto1/craptev1). |
After some more small patches, I've tested a linux/mingw cross-compiled versions of solve_piwi and solve_piwi_bs for 32-bit windows in a win7 VM and they both work fine for me. No detection of the number of CPU cores yet, though. And also I did not get these versions working on native win8 for some reason... |
I'll try! |
Wow, I didn't get libnfc code to work when cross-compiling. Thank you for testing, that's even better than I had hoped! |
What build system are you using? You're very welcome to add native (non-mingw) targets to the Makefile and file a pull request. Feel free to rename the mingw cross-compilation make targets while you are at it. |
I assume you also had to replace some of the signal()/alarm() calls to use windows-style Timers? I have an untested patch for |
dxls168, write please how compile crypto1_bs on windows platform. |
1.You need download the Mingw . |
dxls168, can send me win exe file compiled please ? |
Bla's license clearly states no redistribution. Don't be lazy. |
hi dxls168, may I have some tips to get crypto1_bs compiled for Windows? |
Hi @dxls168, I also compiled crypto1_bs for Win, but still couldn't get keys despite the long time passed. What did you do with (Mingw warning and errors):
|
Hi @briggeml: |
Hello! Can you please help with compiling on Windows? |
Hi:
I have tried to compile your project with MINGW and have solved all the compilation warnings and errors, but the final project still does not work and the program stuck in the crack process.
In Ubuntu, the program is very easy to use.
Sincerely hope that you can out of a windows version of the project, very grateful to you.
The text was updated successfully, but these errors were encountered: