2 KiB
Building on Windows
You will need to use the Gator96100 Proxspace package to assist in your windows installation. This can be downloaded from https://github.com/Gator96100/ProxSpace/
Video Installation guide
Manual Installation
Driver Installation
Install required drivers for your windows installation. You will may need admin privileges to do this. (This is covered in the video) Step by step guides are online such as RiscCorps
Install Github
Install Github for Windows https://desktop.github.com/
Download / clone Proxspace repo
Download the required proxspace repo. https://github.com/Gator96100/ProxSpace/
Extract 'ProxSpace' to a location on drive without spaces. For example D:\OneDrive\Documents\GitHub is ok whereas C:\My Documents\My Projects\proxspace is not.
Clone the RRG/Iceman repository
git clone https://github.com/RfidResearchGroup/proxmark3.git
Copy files to Proxspace
Copy all the contents from the proxmark3
folder into the proxspace pm3
folder
Run the .bat
Run runme.bat
or runme64.bat
depending on your Windows architecture.
Please note you will need to use /
as you are using BASH.
Compile and use the project
Now you're ready to follow the compilation instructions.
The only differences are that executables end with .exe
(e.g. client/flasher.exe
) and that the Proxmark3 port is one of your comX
ports where "X" is the com port number assigned to proxmark3 under Windows.
So flashing will resemble
client/flasher.exe comX -b bootrom/obj/bootrom.elf armsrc/obj/fullimage.elf
And running the client will resemble
cd client
./proxmark3.exe comX