Updated Windows (markdown)

pwpiwi 2017-06-05 13:53:15 +02:00
parent 92e850aa44
commit cd0b54a515

@ -10,31 +10,27 @@
* [Next steps](https://github.com/Proxmark/proxmark3/wiki/Windows#next-steps)
## Getting started
It is assumed that the reader of this document is the local administrator of a machine running Windows 7 (anyway proxmark3 can be also used under XP, Vista and Windows 8). This document is intended as a guide only. Group policies and custom configurations are outside the scope of this document. This guide has not been tested against the "Home" or "Starter" editions of Windows 7.
It is assumed that the reader of this document is the local administrator of a machine running Windows 7 (anyway proxmark3 can be also used under XP, Vista, Windows 8 or later). This document is intended as a guide only. Group policies and custom configurations are outside the scope of this document. This guide has not been tested against the "Home" or "Starter" editions of Windows 7.
## Requirements
* A computer running Windows 7 with an available USB port.
* An [USB Mini-B cable](http://img.misco.eu/resources/images/products/106/CTG/81/81580//81580_1600x1600.jpg).
* A [Proxmark 3](http://proxmark.org/images/proxmark/proxmark3.jpg).
* HF and / or LF antenna for the Proxmark.
* A technical understanding of the Proxmark III is not required for the **installation process.
* A technical understanding of the Proxmark III is not required for the installation process.
## Development environment installation
1. Download (and install) 7-ZIP from here: [http://www.7-zip.org/download.html](http://www.7-zip.org/download.html)
2. Download (and install) GitHub for Windows from here: [http://windows.github.com/](http://windows.github.com/)
3. Download "ProxSpace-130613.7z" from: [http://code.google.com/p/proxmark3/downloads/list](http://code.google.com/p/proxmark3/downloads/list)
4. "ProxSpace-130613.7z" should be extracted wherever you want to keep the Proxmark project. Additionally, the location should not include spaces. For instance - "C:\Projects\Proxmark" would be acceptable whereas "C:\Users\Administrator\My Projects\Proxmark" would not.
3. Download "ProxSpace-master.zip" from: [https://github.com/Gator96100/ProxSpace/archive/master.zip](https://github.com/Gator96100/ProxSpace/archive/master.zip)
4. "ProxSpace-master.zip" should be extracted wherever you want to keep the Proxmark project. Additionally, the location should not include spaces. For instance - "C:\Projects\Proxmark" would be acceptable whereas "C:\Users\Administrator\My Projects\Proxmark" would not.
5. Assuming you installed 7-ZIP using all of the default options, you should have 7-ZIP context menu items.
6. Right-click "ProxSpace-130613.7z" and select 7-Zip > Extract Here.
6. Right-click "ProxSpace-master.zip" and select 7-Zip > Extract Here.
7. Assuming you installed GitHub for Windows using all of the default options, you should open it and drag&drop https://github.com/Proxmark/proxmark3 link into "drag a repository here to add" button.
8. Click on the right arrow next to "Proxmark/proxmark3" name and let it sync with the repository; source code will be downloaded here: "C:\Users\*USERNAME*\Documents\GitHub\proxmark3".
9. Rename the "C:\Users\*USERNAME*\Documents\GitHub\proxmark3" folder to "C:\Users\*USERNAME*\Documents\GitHub\pm3" and copy/ it in the \ProxSpace folder overwriting the existing one.
10. In the ProxSpace folder there should be a file called "runme.bat". Open this file with a suitable text editor. (N++ is recommended)
1. Make sure MYPATH=%~dp0, which means the current ProxSpace path.
2. The last line of the batch file might have a forward slash - "msys/msys.bat". You will need to change this to "msys\msys.bat".
3. Save and close the file.
11. Test the configuration by running "runme.bat". You should see a Minimalist GNU terminal window.
12. Type "exit" to close the window.
8. Click on the right arrow next to "Proxmark/proxmark3" name and let it sync with the repository; source code will be downloaded here: "C:\\Users\\*USERNAME*\\Documents\\GitHub\\proxmark3".
9. Rename the "C:\\Users\\*USERNAME*\\Documents\\GitHub\\proxmark3" folder to "C:\\Users\\*USERNAME*\\Documents\\GitHub\\pm3" and copy it in the ProxSpace folder overwriting the existing one.
10. Test the configuration by running "runme.bat". You should see a Minimalist GNU terminal window.
11. Type "exit" to close the window.
## Proxmark Driver Installation
1. Download the Proxmark drivers ("ProxSpace-Driver-Current.7z") from here: [http://code.google.com/p/proxmark3/downloads/list](http://code.google.com/p/proxmark3/downloads/list)
@ -58,7 +54,7 @@ If the "Bus reported device description" value does not contain "ProxMark-3 RFID
* [Possible driver solution for Windows XP](http://www.proxmark.org/forum/viewtopic.php?pid=4584#p4584)
* [Possible driver solution for Windows Vista](http://www.proxmark.org/forum/viewtopic.php?pid=4581#p4581)
* [Possible driver solution for Windows 8](http://www.proxmark.org/forum/viewtopic.php?pid=9470#p9470)
* [Possible driver solution for Windows 8 and 8.1](http://www.proxmark.org/forum/viewtopic.php?pid=9470#p9470)
## Update Proxmark to the new CDC Serial Interface
Since r655 (included) proxmark uses the new CDC/Serial interface; it is very fast if compared to old libusb one. Usually proxmark boards bought online have r486 or r650 firmware so you will probably need to update your firmware if you want to use the latest code revisions !